diff options
| author | nyamatongwe <devnull@localhost> | 2010-02-24 05:53:12 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2010-02-24 05:53:12 +0000 |
| commit | d2449c952e3ffce764455cf9ee0c4c3ed1b91b6d (patch) | |
| tree | 08cc1ce981a3c4926dc5b0e71a8cf4d23f7f0d82 /gtk | |
| parent | a5601ab4850109f5e34245cf083baf7706e04d99 (diff) | |
| download | scintilla-mirror-d2449c952e3ffce764455cf9ee0c4c3ed1b91b6d.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 |
