no warnings on gcc 3.2, either, so warnings are now errors

svn path=/trunk/; revision=5556
This commit is contained in:
Royce Mitchell III 2003-08-13 13:58:11 +00:00
parent 3d4aee56e2
commit efbb209fb9

View file

@ -1,4 +1,4 @@
# $Id: makefile,v 1.74 2003/08/12 20:52:47 royce Exp $
# $Id: makefile,v 1.75 2003/08/13 13:58:11 royce Exp $
PATH_TO_TOP = ../..
@ -27,7 +27,7 @@ TARGET_CFLAGS =\
-I$(PATH_TO_TOP)/ntoskrnl/include \
-I$(FREETYPE_DIR)/include \
-DUNICODE \
-Wall
-Wall -Werror
# require os code to explicitly request A/W version of structs/functions
TARGET_CFLAGS += -D_DISABLE_TIDENTS