Avoid requiring a suppression (unevaluated-expression)
authorYedidya Feldblum <yfeldblum@fb.com>
Tue, 1 Dec 2015 20:04:24 +0000 (12:04 -0800)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Tue, 1 Dec 2015 20:20:23 +0000 (12:20 -0800)
commit5f49ee871790cd9cf952c69d91d1087e8c5a4ff3
tree3ac8338eafe950f06c2239e6b0c35f423fd975f3
parent4e5cb0efba9454e3abb2dd203116ed8e9a056468
Avoid requiring a suppression (unevaluated-expression)

Summary: [Folly] Avoid requiring a suppression (`unevaluated-expression`).

I am not a fan of suppressing warnings. This warning comes from the internals of gtest, but anyway.

Replace with something that does not trigger the warning.

Reviewed By: Gownta

Differential Revision: D2706279

fb-gh-sync-id: 2ecac1d230308a8fd21a69565193c52585526448
folly/test/ExceptionWrapperTest.cpp