Enable -Wshadow

This commit is contained in:
Pierre-Olivier Latour 2014-04-04 10:48:12 -07:00
parent 2c98a5931d
commit 1315c0e965

View File

@ -366,6 +366,7 @@
ONLY_ACTIVE_ARCH = YES;
WARNING_CFLAGS = (
"-Wall",
"-Wshadow",
"-Weverything",
"-Wshorten-64-to-32",
"-Wno-gnu-statement-expression",