mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
no warnings on gcc 3.2, either, so warnings are now errors
svn path=/trunk/; revision=5556
This commit is contained in:
parent
3d4aee56e2
commit
efbb209fb9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue