mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-15 07:10:37 +08:00
Disabled GCC6's ignored-attributes warning in packetmath unit test.
This commit is contained in:
parent
db62719eda
commit
35df3a32eb
@ -10,6 +10,9 @@
|
||||
|
||||
#include "main.h"
|
||||
|
||||
#if defined __GNUC__ && __GNUC__>=6
|
||||
#pragma GCC diagnostic ignored "-Wignored-attributes"
|
||||
#endif
|
||||
// using namespace Eigen;
|
||||
|
||||
namespace Eigen {
|
||||
|
Loading…
Reference in New Issue
Block a user