change error to warning
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user