We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9049ba commit 4198f47Copy full SHA for 4198f47
1 file changed
indra/llcommon/llerror.h
@@ -353,10 +353,10 @@ typedef LLError::NoClassInfo _LL_CLASS_TO_LOG;
353
354
// NEW Macros for debugging, allow the passing of a string tag
355
356
-#if SHOW_DEBUG
357
-#define DO_DEBUG_LOG if(true)
+#ifdef SHOW_DEBUG
+#define DO_DEBUG_LOG
358
#else
359
-#define DO_DEBUG_LOG if(false)
+#define DO_DEBUG_LOG if (false)
360
#endif
361
362
// Pass comma separated list of tags (currently only supports up to 0, 1, or 2)
0 commit comments