Module: wine Branch: master Commit: 2af9736fbbce2d3b2e123589639bfe0c5f3d1eda URL: http://source.winehq.org/git/wine.git/?a=commit;h=2af9736fbbce2d3b2e12358963...
Author: Eric Pouech eric.pouech@orange.fr Date: Sun Jan 13 17:01:56 2008 +0100
dbghelp: Silence superfluous message (spotted by Robert Reif).
---
dlls/dbghelp/dwarf.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/dlls/dbghelp/dwarf.c b/dlls/dbghelp/dwarf.c index a03b049..133af66 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: