mirror of
https://github.com/abseil/abseil-cpp.git
synced 2026-06-04 12:07:05 +08:00
Small type fix in absl/log/internal/log_impl.h
PiperOrigin-RevId: 652291236 Change-Id: If590aaec354cb4b3f3ccbf91d1d05e75eb1c4c4c
This commit is contained in:
committed by
Copybara-Service
parent
cd75cb4ae3
commit
b86d574c5a
@@ -42,7 +42,7 @@
|
||||
ABSL_LOGGING_INTERNAL_DLOG##severity.InternalStream()
|
||||
#endif
|
||||
|
||||
// The `switch` ensures that this expansion is the begnning of a statement (as
|
||||
// The `switch` ensures that this expansion is the beginning of a statement (as
|
||||
// opposed to an expression). The use of both `case 0` and `default` is to
|
||||
// suppress a compiler warning.
|
||||
#define ABSL_LOG_INTERNAL_VLOG_IMPL(verbose_level) \
|
||||
|
||||
Reference in New Issue
Block a user