diff options
author | Max Horn | 2002-09-22 00:38:02 +0000 |
---|---|---|
committer | Max Horn | 2002-09-22 00:38:02 +0000 |
commit | 45ce1d111312ec413d6d680092f98a4f49e31556 (patch) | |
tree | 6e15eb4c301b308b168b4f26708a04caf631d730 /Makefile | |
parent | b5a4edf00cea0449a544f6a5989c661ec5da0df9 (diff) | |
download | scummvm-rg350-45ce1d111312ec413d6d680092f98a4f49e31556.tar.gz scummvm-rg350-45ce1d111312ec413d6d680092f98a4f49e31556.tar.bz2 scummvm-rg350-45ce1d111312ec413d6d680092f98a4f49e31556.zip |
don't tolerate warnings
svn-id: r4994
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ RM_REC = $(RM) -r ZIP = zip -q CP = cp -CFLAGS = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar +CFLAGS = -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -Werror DEFINES = LDFLAGS := INCLUDES:= -I. -Icommon |