remove GCC_WARN
Now, the only usage of GCC_WARN is for the guard of PRINTF_F in wincurs.h. This guard can be removed safely, as PRINTF_F is already used unconditionally in extern.h.
This commit is contained in:
@@ -91,7 +91,7 @@ SYSOBJ = $(TARGETPFX)ioctl.o $(TARGETPFX)unixmain.o $(TARGETPFX)unixtty.o \
|
||||
#
|
||||
#
|
||||
# if you're debugging and want gcc to check as much as possible, use:
|
||||
# CC = gcc -W -Wimplicit -Wreturn-type -Wunused -Wformat -Wswitch -Wshadow -Wcast-qual -Wwrite-strings -DGCC_WARN
|
||||
# CC = gcc -W -Wimplicit -Wreturn-type -Wunused -Wformat -Wswitch -Wshadow -Wcast-qual -Wwrite-strings
|
||||
|
||||
# flags may have to be changed as required
|
||||
# flags for 286 Xenix:
|
||||
|
||||
Reference in New Issue
Block a user