aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-09-24 13:58:16 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-09-24 13:58:16 -0700
commit8dc09711330ad675d90021e1a7c525cc57d3d956 (patch)
treeb239706af1471312e84208d765fe237cc872d387 /templates
parent7f0273fd02ba134fdf2b2cd533a47a18223ff970 (diff)
parent2c6206c32d09453a49723bae051fdd688b902265 (diff)
Merge github.com:grpc/grpc into shindig
Diffstat (limited to 'templates')
-rw-r--r--templates/Makefile.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/Makefile.template b/templates/Makefile.template
index 978e7e7045..8f79fdb8e4 100644
--- a/templates/Makefile.template
+++ b/templates/Makefile.template
@@ -264,7 +264,7 @@
DEFINES += $(EXTRA_DEFINES)
endif
- CFLAGS += -std=c89 -pedantic -Wsign-conversion -Wconversion
+ CFLAGS += -std=c89 -pedantic -Wsign-conversion -Wconversion -Wshadow
ifeq ($(HAS_CXX11),true)
CXXFLAGS += -std=c++11
else