dbghelp: Silence superfluous message (spotted by Robert Reif).

This commit is contained in:
Eric Pouech 2008-01-13 17:01:56 +01:00 committed by Alexandre Julliard
parent c7a6c1af0d
commit 2af9736fbb
1 changed files with 1 additions and 0 deletions

View File

@ -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: