From 958f197b42e7d889187008b12e8a7ebf43db7a76 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 22 Dec 2009 00:15:54 +0000 Subject: typo svn-id: r46475 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7b974d08ba..3ad8bff09f 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3