mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-04-22 09:39:34 +08:00
Disable an expected warning in unit test
This commit is contained in:
parent
d1def335dc
commit
36da231a41
@ -12,6 +12,10 @@
|
|||||||
|
|
||||||
#include <ostream>
|
#include <ostream>
|
||||||
|
|
||||||
|
#if EIGEN_COMP_GNUC
|
||||||
|
#pragma GCC diagnostic ignored "-Wshadow"
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef EIGEN_TEST_ANNOYING_SCALAR_DONT_THROW
|
#ifndef EIGEN_TEST_ANNOYING_SCALAR_DONT_THROW
|
||||||
struct my_exception
|
struct my_exception
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user