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 5082ef8 commit 3886ab0Copy full SHA for 3886ab0
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