From b725afd2ddc8ddeee5e29f3597c2605fb2dbddf4 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Wed, 24 Feb 2010 05:53:12 +0000 Subject: Turn off integer wrap warning in ContractionState.cxx caused by inlining. --- gtk/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/makefile') diff --git a/gtk/makefile b/gtk/makefile index bec506007..8e00b1ddb 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -23,7 +23,7 @@ vpath %.h ../src ../include vpath %.cxx ../src INCLUDEDIRS=-I ../include -I ../src -CXXBASEFLAGS=-Wall -Wno-missing-braces -Wno-char-subscripts -pedantic -Os -DGTK -DSCI_LEXER $(INCLUDEDIRS) +CXXBASEFLAGS=-Wall -Wno-missing-braces -Wno-char-subscripts -Wno-strict-overflow -pedantic -Os -DGTK -DSCI_LEXER $(INCLUDEDIRS) ifdef NOTHREADS THREADFLAGS=-DG_THREADS_IMPL_NONE -- cgit v1.2.3