Merge branch 'DavidEGrayson-pr_gcc_pragma_typo'

This commit is contained in:
Phil Nash 2016-03-11 07:59:20 +00:00
commit c362894565
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,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