From 14d5268e5e08b8d83d61cbcf46632be465b11c9b Mon Sep 17 00:00:00 2001 From: Andrew Talbot Date: Wed, 28 Sep 2011 21:25:23 +0100 Subject: [PATCH] dbghelp: Mark a fall-through in a switch statement. --- dlls/dbghelp/type.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/dbghelp/type.c b/dlls/dbghelp/type.c index 42696f5a685..3fccb47f141 100644 --- a/dlls/dbghelp/type.c +++ b/dlls/dbghelp/type.c @@ -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: -- 2.11.4.GIT