mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Add -Wall -Werror and turn off -D__USE_W32API
svn path=/trunk/; revision=6681
This commit is contained in:
parent
0db4c66b1e
commit
5dd7488660
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue