[PATCH] [DbgHelp]: Silence superfluous message (spotted by Robert Reif)

Eric Pouech eric.pouech at orange.fr
Sun Jan 13 10:01:56 CST 2008




A+
---

 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:





More information about the wine-patches mailing list