Module: wine Branch: master Commit: 14d5268e5e08b8d83d61cbcf46632be465b11c9b URL: http://source.winehq.org/git/wine.git/?a=commit;h=14d5268e5e08b8d83d61cbcf46...
Author: Andrew Talbot andrew.talbot@talbotville.com Date: Wed Sep 28 21:25:23 2011 +0100
dbghelp: Mark a fall-through in a switch statement.
---
dlls/dbghelp/type.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/dbghelp/type.c b/dlls/dbghelp/type.c index 42696f5..3fccb47 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: