From 2af9736fbbce2d3b2e123589639bfe0c5f3d1eda Mon Sep 17 00:00:00 2001 From: Eric Pouech Date: Sun, 13 Jan 2008 17:01:56 +0100 Subject: [PATCH] dbghelp: Silence superfluous message (spotted by Robert Reif). --- dlls/dbghelp/dwarf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/dbghelp/dwarf.c b/dlls/dbghelp/dwarf.c index a03b0490800..133af6677a6 100644 --- a/dlls/dbghelp/dwarf.c +++ b/dlls/dbghelp/dwarf.c @@ -1181,6 +1181,7 @@ static struct symt* dwarf2_parse_udt_type(dwarf2_parse_context_t* ctx, case DW_TAG_structure_type: case DW_TAG_class_type: case DW_TAG_union_type: + case DW_TAG_typedef: /* FIXME: we need to handle nested udt definitions */ break; default: