Clang warns about these missing cases. The switch statements are at:
|
switch (stored_value_size_) { |
When I added default: assert(false); some tests failed so perhaps falling through is correct, but someone should check before adding default: break;.
I think @jackgallagher-arm is the expert on this file.