change error to warning

This commit is contained in:
conrad
2025-04-16 00:23:18 +10:00
parent c2852a268d
commit 3105fb0bd2
2 changed files with 2 additions and 4 deletions
+1 -2
View File
@@ -313,8 +313,7 @@
#endif
#if (defined(ARMA_BLAS_64BIT_INT) && defined(ARMA_USE_WRAPPER))
#pragma message ("define ARMA_DONT_USE_WRAPPER to use ARMA_BLAS_64BIT_INT")
#error "use of ARMA_BLAS_64BIT_INT in conjunction with ARMA_USE_WRAPPER is not supported"
#pragma message ("WARNING: use of ARMA_BLAS_64BIT_INT in conjunction with ARMA_USE_WRAPPER is not supported")
#endif
#if defined(ARMA_DONT_OPTIMISE_BAND) || defined(ARMA_DONT_OPTIMISE_SOLVE_BAND)
+1 -2
View File
@@ -313,8 +313,7 @@
#endif
#if (defined(ARMA_BLAS_64BIT_INT) && defined(ARMA_USE_WRAPPER))
#pragma message ("define ARMA_DONT_USE_WRAPPER to use ARMA_BLAS_64BIT_INT")
#error "use of ARMA_BLAS_64BIT_INT in conjunction with ARMA_USE_WRAPPER is not supported"
#pragma message ("WARNING: use of ARMA_BLAS_64BIT_INT in conjunction with ARMA_USE_WRAPPER is not supported")
#endif
#if defined(ARMA_DONT_OPTIMISE_BAND) || defined(ARMA_DONT_OPTIMISE_SOLVE_BAND)