From c8c249d9b32e80ed04138bdcef50fec91a636a10 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 10 Oct 2011 14:47:07 +1100 Subject: Removing -Wno-strict-overflow as gcc no longer produces useless overflow warnings. --- win32/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/makefile b/win32/makefile index 4b8ba397f..c71997c65 100644 --- a/win32/makefile +++ b/win32/makefile @@ -19,7 +19,7 @@ LDFLAGS=-shared -static -Wl,--enable-runtime-pseudo-reloc-v2 -mwindows -Wl,--add LIBS=-lstdc++ -limm32 -lole32 -luuid # Add -MMD to get dependencies INCLUDEDIRS=-I ../include -I ../src -I../lexlib -CXXBASEFLAGS=-Wall -Wno-missing-braces -Wno-char-subscripts -Wno-strict-overflow -pedantic $(INCLUDEDIRS) -fno-rtti +CXXBASEFLAGS=-Wall -Wno-missing-braces -Wno-char-subscripts -pedantic $(INCLUDEDIRS) -fno-rtti ifdef DEBUG CXXFLAGS=-DDEBUG -g $(CXXBASEFLAGS) -- cgit v1.2.3