mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-12 16:21:13 +00:00
FairMQLogger: undefine DEBUG if it has been previously defined
This commit is contained in:
parent
035d5fb353
commit
b311b0c6da
|
@ -17,6 +17,11 @@
|
|||
#define BOOST_LOG_DYN_LINK 1 // necessary when linking the boost_log library dynamically
|
||||
#define FUSION_MAX_VECTOR_SIZE 20
|
||||
|
||||
#ifdef DEBUG
|
||||
#undef DEBUG
|
||||
#warning "The symbol 'DEBUG' is used in FairMQLogger. undefining..."
|
||||
#endif
|
||||
|
||||
// std
|
||||
#include <type_traits>
|
||||
#include <cstddef>
|
||||
|
|
Loading…
Reference in New Issue
Block a user