Suppress -Wshadow for SYNCHRONIZED
authorBlake Matheny <bmatheny@fb.com>
Wed, 28 Oct 2015 18:07:40 +0000 (11:07 -0700)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Wed, 28 Oct 2015 19:20:20 +0000 (12:20 -0700)
commitf3199c1a9236f6d89fcbfcb7da4d58c9863f8928
treeeab7ea4d4cb1e2e8528b4fb991d2de0176ed57f7
parent8281c7faafe4b6ad2b92436e133d21eb0c219ab4
Suppress -Wshadow for SYNCHRONIZED

Summary: SYNCHRONIZED warns with -Wshadow due to `for (auto&
FB_ARG_1(__VA_ARGS__) =`. This diff just suppresses that warning.

Reviewed By: djwatson

Differential Revision: D2587348

fb-gh-sync-id: 3a2e39fb6ce28da014950ca94e4b62ea80deb65f
folly/Synchronized.h