Made the packetmath test compile again. A better fix would be to move the special function tests to the unsupported directory where the code now resides.

This commit is contained in:
Benoit Steiner
2016-07-11 13:50:24 -07:00
parent 3a2dd352ae
commit 03b71c273e
2 changed files with 9 additions and 8 deletions

View File

@@ -9,6 +9,7 @@
// with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
#include "main.h"
#include "unsupported/Eigen/SpecialFunctions"
#if defined __GNUC__ && __GNUC__>=6
#pragma GCC diagnostic ignored "-Wignored-attributes"