Commit 9df63a8b by Abseil Team Committed by Copybara-Service

Cast away an unused variable to play nice with -Wunused-but-set-variable.

PiperOrigin-RevId: 449351955
Change-Id: Id30280107bb29f7d715327b99a2c954809513a48
parent e92505d8
......@@ -174,6 +174,7 @@ void RawLogVA(absl::LogSeverity severity, const char* file, int line,
#else
static_cast<void>(format);
static_cast<void>(ap);
static_cast<void>(enabled);
#endif
// Abort the process after logging a FATAL message, even if the output itself
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment