From: Aaron Orenstein Date: Tue, 21 Nov 2017 22:02:18 +0000 (-0800) Subject: Add -Werror to -Wshadow-local and -Wshadow-compatible-local warning check X-Git-Tag: v2017.11.27.00~7 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=commitdiff_plain;h=f9953b79c493c19f54ffe827275ddf21f00a7b58;hp=f9953b79c493c19f54ffe827275ddf21f00a7b58 Add -Werror to -Wshadow-local and -Wshadow-compatible-local warning check Summary: Without -Werror Apple LLVM will print a warning about -Wshadow-local and -Wshadow-compatible-local but won't fail. This causes problems for downstream code which uses -Werror. Reviewed By: meyering Differential Revision: D6375771 fbshipit-source-id: 4ac3a4ff46bdb76f1f07b0c8ba479a7d404c8c9b ---