From 7a93abb2646f3325946c4101b9ec71c58abe1f68 Mon Sep 17 00:00:00 2001 From: Patrick Mours Date: Tue, 5 Nov 2019 14:19:33 +0100 Subject: Fix Cycles failing to compile when "WITH_CYCLES_LOGGING" is off --- intern/cycles/util/util_logging.h | 1 + 1 file changed, 1 insertion(+) (limited to 'intern/cycles') diff --git a/intern/cycles/util/util_logging.h b/intern/cycles/util/util_logging.h index 1a5e6666b32..3e56f0a0193 100644 --- a/intern/cycles/util/util_logging.h +++ b/intern/cycles/util/util_logging.h @@ -48,6 +48,7 @@ class LogMessageVoidify { # define LOG_SUPPRESS() (true) ? ((void)0) : LogMessageVoidify() & StubStream() # define LOG(severity) LOG_SUPPRESS() # define VLOG(severity) LOG_SUPPRESS() +# define VLOG_IF(severity, condition) LOG_SUPPRESS() #endif #define VLOG_ONCE(level, flag) \ -- cgit v1.2.3