From: hniksic Date: Sun, 6 Mar 2005 02:25:12 +0000 (-0800) Subject: [svn] Reenable warnings under Borland C, disabling only specific warnings. X-Git-Tag: v1.13~1261 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=3cb4f464c4e45255a4fa77739a3c27bcf18e915d [svn] Reenable warnings under Borland C, disabling only specific warnings. Generate Pentium Pro code by default. --- diff --git a/ChangeLog b/ChangeLog index 5f1cbb08..d004d2e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-03-06 Hrvoje Niksic + + * windows/Makefile.src.bor: Reenable warnings under Borland C, + disabling only specific warnings. Generate Pentium Pro code by + default. + 2003-02-24 Hrvoje Niksic * configure.in: Don't check for AI_ADDRCONFIG here, it is checked diff --git a/windows/Makefile.src.bor b/windows/Makefile.src.bor index e01c087c..1f7ecd66 100644 --- a/windows/Makefile.src.bor +++ b/windows/Makefile.src.bor @@ -6,7 +6,8 @@ CC=bcc32 LINK=ilink32 LFLAGS= -CFLAGS=-DWINDOWS -DHAVE_CONFIG_H -I. -w- -O2 +WARN=-w-8057 -w-8027 -w-8066 -w-8008 -w-8065 +CFLAGS=-DWINDOWS -DHAVE_CONFIG_H -I. -O2 -6 $(WARN) ## variables OBJS=cmpt.obj connect.obj convert.obj ftp.obj ftp-basic.obj \