cleanup warnings

This commit is contained in:
conrad
2025-07-04 13:24:56 +10:00
parent bb7ed84ded
commit 2293bf45cc
3 changed files with 6 additions and 19 deletions
@@ -487,9 +487,6 @@
#undef major
// WARNING: option 'ARMA_IGNORE_DEPRECATED_MARKER' is not supported when compiling with gcc 18+ or clang 26+
// WARNING: disabling deprecation messages is counter-productive
#if defined(ARMA_IGNORE_DEPRECATED_MARKER)
#undef arma_deprecated
#define arma_deprecated
+3 -8
View File
@@ -378,14 +378,9 @@
#undef ARMA_CRIPPLED_LAPACK
#endif
// WARNING: option ARMA_IGNORE_DEPRECATED_MARKER will be removed
// WARNING: option ARMA_CRIPPLED_LAPACK will be removed
#if defined(ARMA_CRIPPLED_LAPACK)
#if (!defined(ARMA_IGNORE_DEPRECATED_MARKER))
#pragma message ("option ARMA_CRIPPLED_LAPACK is deprecated and will be removed")
#endif
#endif
// WARNING: option ARMA_CRIPPLED_LAPACK is deprecated and will be removed
// WARNING: option ARMA_IGNORE_DEPRECATED_MARKER is deprecated and will be removed
// WARNING: option ARMA_IGNORE_DEPRECATED_MARKER is not supported when compiling with gcc 18+ or clang 26+
// if Armadillo was installed on this system via CMake and ARMA_USE_WRAPPER is not defined,
+3 -8
View File
@@ -378,14 +378,9 @@
#undef ARMA_CRIPPLED_LAPACK
#endif
// WARNING: option ARMA_IGNORE_DEPRECATED_MARKER will be removed
// WARNING: option ARMA_CRIPPLED_LAPACK will be removed
#if defined(ARMA_CRIPPLED_LAPACK)
#if (!defined(ARMA_IGNORE_DEPRECATED_MARKER))
#pragma message ("option ARMA_CRIPPLED_LAPACK is deprecated and will be removed")
#endif
#endif
// WARNING: option ARMA_CRIPPLED_LAPACK is deprecated and will be removed
// WARNING: option ARMA_IGNORE_DEPRECATED_MARKER is deprecated and will be removed
// WARNING: option ARMA_IGNORE_DEPRECATED_MARKER is not supported when compiling with gcc 18+ or clang 26+
// if Armadillo was installed on this system via CMake and ARMA_USE_WRAPPER is not defined,