mirror of
https://github.com/mirror/wget.git
synced 2025-01-16 07:10:23 +08:00
[svn] Don't suppress unreachable code warning.
This commit is contained in:
parent
b8af169bb5
commit
27d444e11f
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user