mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-01 08:14:10 +08:00
Disabled the "remove the call to 'std::abs' since unsigned values cannot be negative" warning introduced in clang 3.5
This commit is contained in:
parent
308961c05e
commit
3be1afca11
@ -42,6 +42,9 @@
|
|||||||
#pragma clang diagnostic push
|
#pragma clang diagnostic push
|
||||||
#endif
|
#endif
|
||||||
#pragma clang diagnostic ignored "-Wconstant-logical-operand"
|
#pragma clang diagnostic ignored "-Wconstant-logical-operand"
|
||||||
|
#if __clang_major__ >= 3 && __clang_minor__ >= 5
|
||||||
|
#pragma clang diagnostic ignored "-Wabsolute-value"
|
||||||
|
#endif
|
||||||
|
|
||||||
#elif defined __GNUC__ && __GNUC__>=6
|
#elif defined __GNUC__ && __GNUC__>=6
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user