Disabled GCC6's ignored-attributes warning in packetmath unit test.

This commit is contained in:
Gael Guennebaud 2016-05-26 17:42:58 +02:00
parent db62719eda
commit 35df3a32eb

View File

@ -10,6 +10,9 @@
#include "main.h"
#if defined __GNUC__ && __GNUC__>=6
#pragma GCC diagnostic ignored "-Wignored-attributes"
#endif
// using namespace Eigen;
namespace Eigen {