We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed30e6 commit 1abdf87Copy full SHA for 1abdf87
include/lest/lest.hpp
@@ -104,7 +104,7 @@
104
# define lest_RESTORE_WARNINGS _Pragma( "clang diagnostic pop" )
105
106
#elif defined (__GNUC__)
107
-# define lest_SUPPRESS_WMISBRACES /*empty*/
+# define lest_SUPPRESS_WMISBRACES _Pragma( "GCC diagnostic push" )
108
# define lest_SUPPRESS_WSHADOW _Pragma( "GCC diagnostic push" ) \
109
_Pragma( "GCC diagnostic ignored \"-Wshadow\"" )
110
# define lest_SUPPRESS_WUNUSED _Pragma( "GCC diagnostic push" ) \
0 commit comments