From 9df63a8beaae53802109346f0a20328140a7cb8e Mon Sep 17 00:00:00 2001 From: Abseil Team Date: Tue, 17 May 2022 17:10:09 -0700 Subject: Cast away an unused variable to play nice with -Wunused-but-set-variable. PiperOrigin-RevId: 449351955 Change-Id: Id30280107bb29f7d715327b99a2c954809513a48 --- absl/base/internal/raw_logging.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'absl') 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 -- cgit v1.2.3