diff --git a/include/armadillo_bits/config.hpp b/include/armadillo_bits/config.hpp index 339c5282..38465f4b 100644 --- a/include/armadillo_bits/config.hpp +++ b/include/armadillo_bits/config.hpp @@ -211,7 +211,7 @@ #if defined(ARMA_DEFAULT_OSTREAM) - #pragma message ("WARNING: support for ARMA_DEFAULT_OSTREAM is deprecated and will be removed;") + #pragma message ("WARNING: option ARMA_DEFAULT_OSTREAM is deprecated and will be removed;") #pragma message ("WARNING: use ARMA_COUT_STREAM and ARMA_CERR_STREAM instead") #endif @@ -290,7 +290,7 @@ // for compatibility with earlier versions of Armadillo #if defined(ARMA_DONT_USE_CXX11_MUTEX) - #pragma message ("WARNING: support for ARMA_DONT_USE_CXX11_MUTEX is deprecated and will be removed;") + #pragma message ("WARNING: option ARMA_DONT_USE_CXX11_MUTEX is deprecated and will be removed;") #pragma message ("WARNING: use ARMA_DONT_USE_STD_MUTEX instead") #undef ARMA_USE_STD_MUTEX #endif @@ -372,11 +372,11 @@ #endif #if defined(ARMA_CRIPPLED_LAPACK) - #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK not supported") + #pragma message ("WARNING: option ARMA_CRIPPLED_LAPACK is deprecated and will be removed") #endif #if defined(ARMA_IGNORE_DEPRECATED_MARKER) - #pragma message ("NOTE: option ARMA_IGNORE_DEPRECATED_MARKER not supported") + #pragma message ("NOTE: option ARMA_IGNORE_DEPRECATED_MARKER is not supported") #endif diff --git a/include/armadillo_bits/config.hpp.cmake b/include/armadillo_bits/config.hpp.cmake index f13c489a..34b1a700 100644 --- a/include/armadillo_bits/config.hpp.cmake +++ b/include/armadillo_bits/config.hpp.cmake @@ -211,7 +211,7 @@ #if defined(ARMA_DEFAULT_OSTREAM) - #pragma message ("WARNING: support for ARMA_DEFAULT_OSTREAM is deprecated and will be removed;") + #pragma message ("WARNING: option ARMA_DEFAULT_OSTREAM is deprecated and will be removed;") #pragma message ("WARNING: use ARMA_COUT_STREAM and ARMA_CERR_STREAM instead") #endif @@ -290,7 +290,7 @@ // for compatibility with earlier versions of Armadillo #if defined(ARMA_DONT_USE_CXX11_MUTEX) - #pragma message ("WARNING: support for ARMA_DONT_USE_CXX11_MUTEX is deprecated and will be removed;") + #pragma message ("WARNING: option ARMA_DONT_USE_CXX11_MUTEX is deprecated and will be removed;") #pragma message ("WARNING: use ARMA_DONT_USE_STD_MUTEX instead") #undef ARMA_USE_STD_MUTEX #endif @@ -372,11 +372,11 @@ #endif #if defined(ARMA_CRIPPLED_LAPACK) - #pragma message ("NOTE: option ARMA_CRIPPLED_LAPACK not supported") + #pragma message ("WARNING: option ARMA_CRIPPLED_LAPACK is deprecated and will be removed") #endif #if defined(ARMA_IGNORE_DEPRECATED_MARKER) - #pragma message ("NOTE: option ARMA_IGNORE_DEPRECATED_MARKER not supported") + #pragma message ("NOTE: option ARMA_IGNORE_DEPRECATED_MARKER is not supported") #endif