Skip to content

Commit 3886ab0

Browse files
committed
Bump gcc version for C++20 warnings
1 parent 5082ef8 commit 3886ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/pythonHelpers.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
_Pragma( "GCC diagnostic push" ) \
8787
_Pragma( "GCC diagnostic ignored \"-Wpedantic\"" ) \
8888
_Pragma( "GCC diagnostic ignored \"-Wmissing-field-initializers\"" )
89-
#if __GNUC__ > 8
89+
#if __GNUC__ > 11
9090
_Pragma( "GCC diagnostic ignored \"-Wc++20-extensions\"")
9191
#endif
9292
#endif

0 commit comments

Comments
 (0)