From 3105fb0bd29130f849876e6731d6497df7c3face Mon Sep 17 00:00:00 2001 From: conrad Date: Wed, 16 Apr 2025 00:23:18 +1000 Subject: [PATCH] change error to warning --- include/armadillo_bits/config.hpp | 3 +-- include/armadillo_bits/config.hpp.cmake | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/include/armadillo_bits/config.hpp b/include/armadillo_bits/config.hpp index 88939574..14156c59 100644 --- a/include/armadillo_bits/config.hpp +++ b/include/armadillo_bits/config.hpp @@ -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) diff --git a/include/armadillo_bits/config.hpp.cmake b/include/armadillo_bits/config.hpp.cmake index a817a9f6..59e7ef51 100644 --- a/include/armadillo_bits/config.hpp.cmake +++ b/include/armadillo_bits/config.hpp.cmake @@ -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)