Add -Wall -Werror and turn off -D__USE_W32API

svn path=/trunk/; revision=6681
This commit is contained in:
Steven Edwards 2003-11-17 20:48:22 +00:00
parent 0db4c66b1e
commit 5dd7488660

View file

@ -1,4 +1,4 @@
# $Id: makefile,v 1.17 2003/11/16 22:42:43 sedwards Exp $
# $Id: makefile,v 1.18 2003/11/17 20:48:22 sedwards Exp $
PATH_TO_TOP = ../../..
@ -8,7 +8,7 @@ TARGET_NAME = null
TARGET_OBJECTS = null.o
TARGET_CFLAGS = -D__USE_W32API
TARGET_CFLAGS = -Wall -Werror
#TARGET_LFLAGS = -Wl,--file-alignment,0x20 -Wl,--section-alignment,0x20