From d1b11139aa3944dcc89b2cc13166e8ef4fffc2ae Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 18 Mar 2016 01:51:19 +0100 Subject: [PATCH] Do not use -Wshadow; it is incredibly noisy for protobuf code. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index cd79223a..1a64e3d0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -158,7 +158,7 @@ endif ifeq ($(COMP),gcc) comp=gcc CXX=g++ - CXXFLAGS += -pedantic -Wextra -Wshadow + CXXFLAGS += -pedantic -Wextra ifeq ($(ARCH),armv7) ifeq ($(OS),Android) -- 2.39.2