suppress newer GCC warnings in Eigen
parent
faf55faffd
commit
b7e60c4043
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue