Squelch -Wdeprecated-copy for Eigen with GCC >= 9

This commit is contained in:
Tyler Veness
2019-07-29 20:41:02 -07:00
committed by Peter Johnson
parent 04c9b000ff
commit 37c6952663

View File

@@ -57,6 +57,9 @@
#if __GNUC__>=6
#pragma GCC diagnostic ignored "-Wignored-attributes"
#endif
#if __GNUC__>=9
#pragma GCC diagnostic ignored "-Wdeprecated-copy"
#endif
#endif