From: hniksic Date: Thu, 28 Apr 2005 16:55:47 +0000 (-0700) Subject: [svn] Don't suppress unreachable code warning. X-Git-Tag: v1.13~1115 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=27d444e11fe26ac42dd54238d97264d42e1933a8 [svn] Don't suppress unreachable code warning. --- diff --git a/ChangeLog b/ChangeLog index 5eabbb44..0b1cec3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-04-28 Hrvoje Niksic + + * windows/Makefile.src.bor: Don't suppress unreachable code + warning. + 2005-04-28 Herold Heiko * windows/wget.dep: Rename gen_sslfunc.c to openssl.c. diff --git a/windows/Makefile.src.bor b/windows/Makefile.src.bor index 715a6250..27f82d0a 100644 --- a/windows/Makefile.src.bor +++ b/windows/Makefile.src.bor @@ -6,7 +6,7 @@ CC=bcc32 LINK=ilink32 LFLAGS= -WARN=-w-8057 -w-8027 -w-8066 -w-8008 -w-8065 +WARN=-w-8057 -w-8027 -w-8008 -w-8065 CFLAGS=-DWINDOWS -DHAVE_CONFIG_H -I. -O2 -6 -d -q $(WARN) ## variables