Mark a bit of code as unreachable

This commit is contained in:
ridiculousfish
2016-01-16 16:03:09 -08:00
parent 49d3042bd3
commit 3552d073f6

View File

@@ -148,6 +148,7 @@ typedef struct complete_entry_opt
case option_type_double_long:
return 2;
}
assert(0 && "Unreachable");
}
} complete_entry_opt_t;