From 3ac9555d8d8525c73257903023a818f27d4ef086 Mon Sep 17 00:00:00 2001
From: Arseny Kapoulkine <arseny.kapoulkine@gmail.com>
Date: Sat, 17 Oct 2015 14:21:56 -0700
Subject: Enable a few more warnings

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index dec5067..7fe7afa 100644
--- a/Makefile
+++ b/Makefile
@@ -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)
-- 
cgit v1.2.3