Fix compilation error with clang-5
This commit is contained in:
		| @@ -28,7 +28,7 @@ | ||||
| #define __EIGEN3_EIGENVALUES_C_API_CC__ | ||||
|  | ||||
| /* Eigen gives annoying huge amount of warnings here, silence them! */ | ||||
| #ifdef __GNUC__ | ||||
| #if defined(__GNUC__) && !defined(__clang__) | ||||
| #  pragma GCC diagnostic ignored "-Wlogical-op" | ||||
| #endif | ||||
|  | ||||
|   | ||||
| @@ -28,7 +28,7 @@ | ||||
| #define __EIGEN3_SVD_C_API_CC__ | ||||
|  | ||||
| /* Eigen gives annoying huge amount of warnings here, silence them! */ | ||||
| #ifdef __GNUC__ | ||||
| #if defined(__GNUC__) && !defined(__clang__) | ||||
| #  pragma GCC diagnostic ignored "-Wlogical-op" | ||||
| #endif | ||||
|  | ||||
|   | ||||
| @@ -32,7 +32,7 @@ | ||||
|  *  \ingroup bph | ||||
|  */ | ||||
|  | ||||
| #ifdef __GNUC__ | ||||
| #if defined(__GNUC__) && !defined(__clang__) | ||||
| #  pragma GCC diagnostic push | ||||
| /* XXX suppress verbose warnings in eigen */ | ||||
| #  pragma GCC diagnostic ignored "-Wlogical-op" | ||||
|   | ||||
| @@ -39,7 +39,7 @@ | ||||
| #ifdef __GNUC__ | ||||
| #  pragma GCC diagnostic push | ||||
| /* XXX suppress verbose warnings in eigen */ | ||||
| #  pragma GCC diagnostic ignored "-Wlogical-op" | ||||
| //#  pragma GCC diagnostic ignored "-Wlogical-op" | ||||
| #endif | ||||
|  | ||||
| #ifndef IMPLICIT_ENABLE_EIGEN_DEBUG | ||||
|   | ||||
		Reference in New Issue
	
	Block a user