diff options
| author | nyamatongwe <unknown> | 2010-02-24 05:53:12 +0000 |
|---|---|---|
| committer | nyamatongwe <unknown> | 2010-02-24 05:53:12 +0000 |
| commit | b725afd2ddc8ddeee5e29f3597c2605fb2dbddf4 (patch) | |
| tree | 08cc1ce981a3c4926dc5b0e71a8cf4d23f7f0d82 /gtk | |
| parent | d1a963f0dadd446d29bff6f74a2bec85c2a03ae0 (diff) | |
| download | scintilla-mirror-b725afd2ddc8ddeee5e29f3597c2605fb2dbddf4.tar.gz | |
Turn off integer wrap warning in ContractionState.cxx caused by inlining.
Diffstat (limited to 'gtk')
| -rw-r--r-- | gtk/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
