Cleanup: remove redundant define checks
Also reformat checks to quiet warnings so they don't read as empty define checks.
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
# pragma GCC diagnostic ignored "-Wlogical-op"
|
||||
#endif
|
||||
|
||||
#ifdef __EIGEN3_MATRIX_C_API_CC__ /* quiet warning */
|
||||
#ifdef __EIGEN3_MATRIX_C_API_CC__
|
||||
/* Quiet warning. */
|
||||
#endif
|
||||
|
||||
#include <Eigen/Core>
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
# pragma GCC diagnostic ignored "-Wlogical-op"
|
||||
#endif
|
||||
|
||||
#ifdef __EIGEN3_SVD_C_API_CC__ /* quiet warning */
|
||||
#ifdef __EIGEN3_SVD_C_API_CC__
|
||||
/* Quiet warning. */
|
||||
#endif
|
||||
|
||||
#include <Eigen/Core>
|
||||
|
||||
Reference in New Issue
Block a user