From 2456abcbed9886aeefdae0c8f93fc638deeb7935 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 6 Apr 2010 23:42:13 +0000 Subject: Reinstated warning as the command line option causes GCC 4.1 to fail. --- gtk/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/makefile b/gtk/makefile index 4227337f0..5ae6506dc 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -24,7 +24,7 @@ vpath %.h ../src ../include vpath %.cxx ../src INCLUDEDIRS=-I ../include -I ../src -CXXBASEFLAGS=-Wall -Wno-missing-braces -Wno-char-subscripts -Wno-strict-overflow -pedantic -Os -DGTK -DSCI_LEXER $(INCLUDEDIRS) +CXXBASEFLAGS=-Wall -Wno-missing-braces -Wno-char-subscripts -pedantic -Os -DGTK -DSCI_LEXER $(INCLUDEDIRS) ifdef NOTHREADS THREADFLAGS=-DG_THREADS_IMPL_NONE -- cgit v1.2.3