More clang fixes. xenia-kernel is clean.

This commit is contained in:
Ben Vanik
2015-07-19 21:29:06 -07:00
parent bebda48a4f
commit 5bd7833e87
15 changed files with 83 additions and 92 deletions

View File

@@ -171,6 +171,11 @@ int32_t format_core(PPCContext* ppc_context, FormatData& data, ArgList& args,
restart:
switch (state) {
case FS_Invalid:
case FS_Unknown:
case FS_End:
default: { assert_always(); }
case FS_Start: {
if (c == '%') {
state = FS_Unknown;