suppress newer GCC warnings in Eigen

release/4.3a0
Varun Agrawal 2024-12-22 17:30:20 -05:00
parent faf55faffd
commit b7e60c4043
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@
#endif
#if __GNUC__>=6
#pragma GCC diagnostic ignored "-Wignored-attributes"
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
#endif
#if __GNUC__==7
// See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89325