allow override

This commit is contained in:
conrad
2022-09-02 13:39:37 +10:00
parent dae3944f4c
commit e2bfe8530e
+1 -1
View File
@@ -469,7 +469,7 @@
// optionally allow disabling of compile-time deprecation messages (not recommended)
#if defined(ARMA_IGNORE_DEPRECATED_MARKER) && (!defined(ARMA_EXTRA_DEBUG))
#if defined(ARMA_IGNORE_DEPRECATED_MARKER) && (!defined(ARMA_DONT_IGNORE_DEPRECATED_MARKER)) && (!defined(ARMA_EXTRA_DEBUG))
#undef arma_deprecated
#define arma_deprecated
#endif