Commit 14d5268e authored by Andrew Talbot's avatar Andrew Talbot Committed by Alexandre Julliard

dbghelp: Mark a fall-through in a switch statement.

parent fdda702a
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment