diff options
Diffstat (limited to 'Makefile.new')
-rw-r--r-- | Makefile.new | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.new b/Makefile.new index 6e01833ab1..6a43bd2d41 100644 --- a/Makefile.new +++ b/Makefile.new @@ -30,6 +30,10 @@ include config.mak # CXXFLAGS+= -Wshadow -Werror CXXFLAGS:= -g -O -Wall -Wstrict-prototypes -Wuninitialized -Wno-long-long -Wno-multichar -Wno-unknown-pragmas $(CXXFLAGS) +# Even more warnings... +CXXFLAGS+= -pedantic -Wpointer-arith -Wcast-qual -Wcast-align -Wconversion +CXXFLAGS+= -Wshadow -Wimplicit -Wundef -Wnon-virtual-dtor +CXXFLAGS+= -Wno-reorder -Wwrite-strings -fcheck-new -Wctor-dtor-privacy ####################################################################### # Misc stuff - you should normally never have to edit this # @@ -46,8 +50,6 @@ deb: debian/prepare fakeroot debian/rules binary -config.mak: - ./configure # Special target to create a application wrapper for Mac OS X bundle_name = ScummVM.app |