diff --git a/absl/base/internal/raw_logging.cc b/absl/base/internal/raw_logging.cc index 8c49f9a6..54e71a3f 100644 --- a/absl/base/internal/raw_logging.cc +++ b/absl/base/internal/raw_logging.cc @@ -174,6 +174,7 @@ void RawLogVA(absl::LogSeverity severity, const char* file, int line, #else static_cast(format); static_cast(ap); + static_cast(enabled); #endif // Abort the process after logging a FATAL message, even if the output itself