dbghelp: Mark a fall-through in a switch statement.
This commit is contained in:
parent
fdda702acd
commit
14d5268e5e
|
@ -795,6 +795,7 @@ BOOL symt_get_info(struct module* module, const struct symt* type,
|
||||||
default:
|
default:
|
||||||
FIXME("Unsupported sym-tag %s for get-type\n",
|
FIXME("Unsupported sym-tag %s for get-type\n",
|
||||||
symt_get_tag_str(type->tag));
|
symt_get_tag_str(type->tag));
|
||||||
|
/* fall through */
|
||||||
case SymTagPublicSymbol:
|
case SymTagPublicSymbol:
|
||||||
case SymTagThunk:
|
case SymTagThunk:
|
||||||
case SymTagLabel:
|
case SymTagLabel:
|
||||||
|
|
Loading…
Reference in New Issue