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 e7bf109 commit e17dbc2Copy full SHA for e17dbc2
src/python/pythonHelpers.hpp
@@ -86,7 +86,7 @@
86
_Pragma( "GCC diagnostic push" ) \
87
_Pragma( "GCC diagnostic ignored \"-Wpedantic\"" ) \
88
_Pragma( "GCC diagnostic ignored \"-Wmissing-field-initializers\"" )
89
- #if __GNUC__ > 8
+ #if __GNUC__ > 11
90
_Pragma( "GCC diagnostic ignored \"-Wc++20-extensions\"")
91
#endif
92
0 commit comments