Minor portability fixes.

This commit is contained in:
Markus F.X.J. Oberhumer
2009-12-03 19:58:23 +01:00
parent 5f3a95962c
commit c1ddea479d
4 changed files with 44 additions and 37 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ else
CXXFLAGS += -O2
endif
CXXFLAGS_WERROR = -Werror
CXXFLAGS += -Wall -W -Wcast-align -Wcast-qual -Wpointer-arith -Wshadow -Wwrite-strings
CXXFLAGS += -Wall -W -Wcast-align -Wcast-qual -Wpointer-arith -Wshadow -Wwrite-strings
CXXFLAGS += $(CXXFLAGS_WERROR)
endif
CPPFLAGS += $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES)