Warning supression no longer needed.

This commit is contained in:
William McBrine
2006-02-04 04:08:59 +00:00
parent 922a37c818
commit f7e0537160
3 changed files with 3 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ TARGET=os2v2
CFLAGS = /d2 /DPDCDEBUG
LDFLAGS = DEBUG ALL
!else
CFLAGS = /oneatx /wcd=302
CFLAGS = /oneatx
LDFLAGS =
!endif

View File

@@ -36,7 +36,7 @@ CC = bcc32 -q
!if $d(DEBUG)
CFLAGS = -N -v -y -DPDCDEBUG
!else
CFLAGS = -O -w-eff -w-par
CFLAGS = -O -w-par
!endif
CPPFLAGS = -I$(PDCURSES_HOME)

View File

@@ -38,7 +38,7 @@ TARGET=nt
CFLAGS = /d2 /DPDCDEBUG
LDFLAGS = DEBUG WATCOM ALL
!else
CFLAGS = /oneatx /wcd=302
CFLAGS = /oneatx
LDFLAGS =
!endif