1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Don't suppress unreachable code warning.

This commit is contained in:
hniksic 2005-04-28 09:55:47 -07:00
parent b8af169bb5
commit 27d444e11f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-04-28 Hrvoje Niksic <hniksic@xemacs.org>
* windows/Makefile.src.bor: Don't suppress unreachable code
warning.
2005-04-28 Herold Heiko <Heiko.Herold@previnet.it>
* windows/wget.dep: Rename gen_sslfunc.c to openssl.c.

View File

@ -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