Revert "suppress newer GCC warnings in Eigen"

This reverts commit b7e60c4043.
release/4.3a0
Varun Agrawal 2025-01-10 10:27:34 -05:00
parent 28065b737b
commit 9142200a6e
1 changed files with 0 additions and 1 deletions

View File

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