Address g++4.8 warnings

This commit is contained in:
Jason Turner
2016-03-05 07:45:33 -07:00
parent c24004c70e
commit 83b966df47
2 changed files with 2 additions and 1 deletions

View File

@@ -149,7 +149,7 @@
# endif
# if !defined(CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS) && defined(CATCH_CPP11_OR_GREATER)
# define CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS _Pragma( "gcc diagnostic ignored \"-Wparentheses\"" )
# define CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS _Pragma( "GCC diagnostic ignored \"-Wparentheses\"" )
# endif
// - otherwise more recent versions define __cplusplus >= 201103L