From 069c21310f411ff8987573e450c473068bb9528e Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 3 Jan 2004 14:11:11 +0000 Subject: oops svn-id: r12111 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 10b395bf5c..5f3ceaf2cc 100644 --- a/Makefile +++ b/Makefile @@ -30,10 +30,10 @@ EXECUTABLE := scummvm$(EXEEXT) include config.mak # Uncomment this for stricter compile time code verification -CXXFLAGS+= -Werror +# CXXFLAGS+= -Werror CXXFLAGS:= -Wall $(CXXFLAGS) -#CXXFLAGS+= -O -Wuninitialized +CXXFLAGS+= -O -Wuninitialized CXXFLAGS+= -Wno-long-long -Wno-multichar -Wno-unknown-pragmas # Even more warnings... CXXFLAGS+= -pedantic -Wpointer-arith -Wcast-qual -Wconversion -- cgit v1.2.3