aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMax Horn2002-09-22 00:38:02 +0000
committerMax Horn2002-09-22 00:38:02 +0000
commit45ce1d111312ec413d6d680092f98a4f49e31556 (patch)
tree6e15eb4c301b308b168b4f26708a04caf631d730 /Makefile
parentb5a4edf00cea0449a544f6a5989c661ec5da0df9 (diff)
downloadscummvm-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--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9ce5a72e9f..5c98ae3c35 100644
--- a/Makefile
+++ b/Makefile
@@ -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