Enable a few more warnings

This commit is contained in:
Arseny Kapoulkine 2015-10-17 14:21:56 -07:00
parent 65df1ef955
commit 3ac9555d8d

View file

@ -12,7 +12,7 @@ EXECUTABLE=$(BUILD)/test
VERSION=$(shell sed -n 's/.*version \(.*\).*/\1/p' src/pugiconfig.hpp)
RELEASE=$(shell git ls-files src docs/*.html docs/*.css docs/samples docs/images scripts contrib readme.txt)
CXXFLAGS=-g -Wall -Wextra -Werror -pedantic
CXXFLAGS=-g -Wall -Wextra -Werror -Wpedantic -Wundef -Wshadow -Wold-style-cast -Wcast-align
LDFLAGS=
ifeq ($(config),release)