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 /win32 | |
| parent | d1a963f0dadd446d29bff6f74a2bec85c2a03ae0 (diff) | |
| download | scintilla-mirror-b725afd2ddc8ddeee5e29f3597c2605fb2dbddf4.tar.gz | |
Turn off integer wrap warning in ContractionState.cxx caused by inlining.
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/makefile b/win32/makefile index fc74dd22f..184d2f78e 100644 --- a/win32/makefile +++ b/win32/makefile @@ -29,7 +29,7 @@ LDFLAGS=-mwindows -lstdc++ -limm32 -lole32 -luuid -mno-cygwin # Add -MMD to get dependencies #CXXFLAGS = -g -pg -pedantic -Os -fno-exceptions -fvtable-thunks -fno-rtti INCLUDEDIRS=-I ../include -I ../src -CXXBASEFLAGS=-Wall -Wno-missing-braces -Wno-char-subscripts -pedantic $(INCLUDEDIRS) $(THUNKFLAGS) -fno-rtti -mno-cygwin +CXXBASEFLAGS=-Wall -Wno-missing-braces -Wno-char-subscripts -Wno-strict-overflow -pedantic $(INCLUDEDIRS) $(THUNKFLAGS) -fno-rtti -mno-cygwin ifdef DEBUG CXXFLAGS=-DDEBUG -g $(CXXBASEFLAGS) |
