From 5c4e0644e4b064bdba7cfd766f9275f31481cc0f Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Thu, 29 Nov 2007 05:04:11 -0500 Subject: [PATCH] Makefile.defs: remove invalid g++ warning options --- Makefile.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.defs b/Makefile.defs index 4cbefbe..917098c 100644 --- a/Makefile.defs +++ b/Makefile.defs @@ -48,7 +48,7 @@ ifeq (gcc,$(COMPILER_NAME)) # or unsigned integers. # DEFAULT_SYSTEM_SPECIFIC_CFLAGS = -g -fPIC -Wall -DEFAULT_SYSTEM_SPECIFIC_CXXFLAGS = -g -fPIC -pedantic -Wchar-subscripts -Wcomment -Wformat -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wreorder -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wnested-externs -DINLINE_ALL_TEMPLATES $(USE_SUIF_STRIPPED_HEADERS) +DEFAULT_SYSTEM_SPECIFIC_CXXFLAGS = -g -fPIC -pedantic -Wchar-subscripts -Wcomment -Wformat -Wimplicit -Wreturn-type -Wswitch -Wtrigraphs -Wreorder -Wpointer-arith -DINLINE_ALL_TEMPLATES $(USE_SUIF_STRIPPED_HEADERS) ifndef CC_OVERRIDE CC = gcc endif -- 2.11.4.GIT