diff options
author | Max Horn | 2009-12-22 00:15:54 +0000 |
---|---|---|
committer | Max Horn | 2009-12-22 00:15:54 +0000 |
commit | 958f197b42e7d889187008b12e8a7ebf43db7a76 (patch) | |
tree | b18533b2a5794c9f19e4b737fc28831823975293 | |
parent | be67479aef238d8558438ccc31da69dde67ea807 (diff) | |
download | scummvm-rg350-958f197b42e7d889187008b12e8a7ebf43db7a76.tar.gz scummvm-rg350-958f197b42e7d889187008b12e8a7ebf43db7a76.tar.bz2 scummvm-rg350-958f197b42e7d889187008b12e8a7ebf43db7a76.zip |
typo
svn-id: r46475
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ ifeq "$(HAVE_GCC)" "1" # being helpful. #CXXFLAGS+= -Wmissing-format-attribute - # Disable RTTI and exceptions, and enabled checking of pointers returned by "new" + # Disable RTTI and exceptions, and enable checking of pointers returned by "new" CXXFLAGS+= -fno-rtti -fno-exceptions -fcheck-new # There is a nice extra warning that flags variables that are potentially |