Commit 2af9736f authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

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

parent c7a6c1af
......@@ -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:
......
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