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:
Campbell Barton
2023-12-07 10:39:03 +11:00
parent 9898602e9d
commit 9d9764c1c9
6 changed files with 8 additions and 9 deletions

View File

@@ -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>

View File

@@ -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>