Skip to content

Commit

Permalink
Bump gcc version for C++20 warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bmhan12 committed Apr 22, 2024
1 parent fb5200d commit b501d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/pythonHelpers.hpp
Expand Up @@ -86,7 +86,7 @@
_Pragma( "GCC diagnostic push" ) \
_Pragma( "GCC diagnostic ignored \"-Wpedantic\"" ) \
_Pragma( "GCC diagnostic ignored \"-Wmissing-field-initializers\"" )
#if __GNUC__ > 8
#if __GNUC__ > 11
_Pragma( "GCC diagnostic ignored \"-Wc++20-extensions\"")
#endif
#endif
Expand Down

0 comments on commit b501d1c

Please sign in to comment.