From: Steinar H. Gunderson Date: Fri, 18 Mar 2016 00:51:19 +0000 (+0100) Subject: Do not use -Wshadow; it is incredibly noisy for protobuf code. X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=d1b11139aa3944dcc89b2cc13166e8ef4fffc2ae;hp=44da5cc520322c0512100281d9b3841b886364bf Do not use -Wshadow; it is incredibly noisy for protobuf code. --- 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)