Sign in
mojo
/
mojo-tools
/
0b1c404b97aa59f787a0c6d2ab45dc5f3c633c2c
/
.
/
tools
/
clang
/
plugins
/
tests
/
enum_last_value_from_c.txt
blob: 3aa1d16993b181f1f8ac4355fb6a464bab447f84 [
file
]
enum_last_value_from_c.c:11:3: warning: [chromium-style] _LAST/Last constants of enum types must have the maximal value for any constant of that type.
kBadOneLast = kBadOneGreen
^
1 warning generated.