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