Disable an expected warning in unit test

This commit is contained in:
Gael Guennebaud 2019-10-08 16:28:14 +02:00
parent d1def335dc
commit 36da231a41

View File

@ -12,6 +12,10 @@
#include <ostream>
#if EIGEN_COMP_GNUC
#pragma GCC diagnostic ignored "-Wshadow"
#endif
#ifndef EIGEN_TEST_ANNOYING_SCALAR_DONT_THROW
struct my_exception
{