From 5bd79b4ec40588ec454fa888ba3bf58395f23130 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Trahay?= <francois.trahay@telecom-sudparis.eu> Date: Thu, 8 Aug 2024 13:28:07 +0200 Subject: [PATCH] ParserOTF2: fix the compilation in Debug mode --- src/parser/OTF2Parser/ParserOTF2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/parser/OTF2Parser/ParserOTF2.cpp b/src/parser/OTF2Parser/ParserOTF2.cpp index 90887716..81052669 100644 --- a/src/parser/OTF2Parser/ParserOTF2.cpp +++ b/src/parser/OTF2Parser/ParserOTF2.cpp @@ -75,7 +75,7 @@ void ParserOTF2::parse(Trace &trace, parserdefinition->create_container_types(&trace); parserdefinition->initialize_types(&trace); -#if DEBUG +#ifdef DEBUG parserdefinition->print_definitions(); #endif // DEBUG -- GitLab