Skip to content

Commit 2ec64d1

Browse files
Joseph-Edwardshorenmar
authored andcommitted
fix: add missing backslash in macro definition
1 parent ccc49ba commit 2ec64d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/catch2/internal/catch_compiler_capabilities.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
# define CATCH_INTERNAL_SUPPRESS_ZERO_VARIADIC_WARNINGS \
111111
_Pragma( "clang diagnostic ignored \"-Wc++20-extensions\"" )
112112
# else
113-
# define CATCH_INTERNAL_SUPPRESS_ZERO_VARIADIC_WARNINGS
113+
# define CATCH_INTERNAL_SUPPRESS_ZERO_VARIADIC_WARNINGS \
114114
_Pragma( "clang diagnostic ignored \"-Wgnu-zero-variadic-macro-arguments\"" )
115115
# endif
116116

0 commit comments

Comments
 (0)