Skip to content

Commit c362894

Browse files
committed
Merge branch 'DavidEGrayson-pr_gcc_pragma_typo'
2 parents ae5ee2c + 97e3354 commit c362894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/internal/catch_compiler_capabilities.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
# endif
8787

8888
# if !defined(CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS) && defined(CATCH_CPP11_OR_GREATER)
89-
# define CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS _Pragma( "gcc diagnostic ignored \"-Wparentheses\"" )
89+
# define CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS _Pragma( "GCC diagnostic ignored \"-Wparentheses\"" )
9090
# endif
9191

9292
// - otherwise more recent versions define __cplusplus >= 201103L

0 commit comments

Comments
 (0)