We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a5f594 commit 08f9980Copy full SHA for 08f9980
1 file changed
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