Descriptionclang/win: Fix another -Wunused-local-typedef warning.
Fixes
..\..\chrome/installer/mini_installer/mini_string.h(77,36) : error: unused typedef 'invalid_buffer_size' [-Werror,-Wunused-local-typedef]
COMPILE_ASSERT(kCapacity != 0, invalid_buffer_size);
^
..\..\chrome/installer/mini_installer/mini_string.h(13,41) : note: expanded from macro 'COMPILE_ASSERT'
typedef CompileAssert<(bool(expr))> msg[bool(expr) ? 1 : -1]
^
BUG=411648
TBR=robertshield
Committed: https://crrev.com/c1417ea468bf47c3359f39fff0e0aa3fee6390a4
Cr-Commit-Position: refs/heads/master@{#339541}
Patch Set 1 #
Messages
Total messages: 7 (1 generated)
|