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:
|
||||
FIXME("Unsupported sym-tag %s for get-type\n",
|
||||
symt_get_tag_str(type->tag));
|
||||
/* fall through */
|
||||
case SymTagPublicSymbol:
|
||||
case SymTagThunk:
|
||||
case SymTagLabel:
|
||||
|
|
Loading…
Reference in New Issue