allow override
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user