Revert "Fix parentheses warning on expression evaluation when using ccache"

This reverts commit 7da777a4b7.
This commit is contained in:
Phil Nash 2015-09-26 18:06:53 -07:00
parent a28d40e941
commit 15317632f3
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
do { \
Catch::ResultBuilder __catchResult( macroName, CATCH_INTERNAL_LINEINFO, #expr, resultDisposition ); \
try { \
( __catchResult <= (expr) ).endExpression(); \
( __catchResult <= expr ).endExpression(); \
} \
catch( ... ) { \
__catchResult.useActiveException( Catch::ResultDisposition::Normal ); \