mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-07-13 08:31:48 +08:00
bug #1724: Mask buggy warnings with g++-7
This commit is contained in:
parent
6ed74ac97c
commit
427f2f66d6
@ -57,7 +57,10 @@
|
|||||||
#if __GNUC__>=6
|
#if __GNUC__>=6
|
||||||
#pragma GCC diagnostic ignored "-Wignored-attributes"
|
#pragma GCC diagnostic ignored "-Wignored-attributes"
|
||||||
#endif
|
#endif
|
||||||
|
#if __GNUC__==7
|
||||||
|
// See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89325
|
||||||
|
#pragma GCC diagnostic ignored "-Wattributes"
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined __NVCC__
|
#if defined __NVCC__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user