dbghelp: downgrade a FIXME to a WARN

Austin English austinenglish at gmail.com
Thu Dec 2 23:01:19 CST 2010


This floods the terminal when a crash occurs in Wine compiled with gcc 4.6.

-- 
-Austin
-------------- next part --------------
diff --git a/dlls/dbghelp/elf_module.c b/dlls/dbghelp/elf_module.c
index a0acb8f..24594b4 100644
--- a/dlls/dbghelp/elf_module.c
+++ b/dlls/dbghelp/elf_module.c
@@ -697,7 +697,7 @@ static int elf_new_wine_thunks(struct module* module, const struct hash_table* h
                  */
                 if ((xsize || ste->symp->st_size) &&
                     (kind == (ELF32_ST_BIND(ste->symp->st_info) == STB_LOCAL) ? DataIsFileStatic : DataIsGlobal))
-                    FIXME("Duplicate in %s: %s<%08lx-%08x> %s<%s-%s>\n",
+                    WARN("Duplicate in %s: %s<%08lx-%08x> %s<%s-%s>\n",
                           debugstr_w(module->module.ModuleName),
                           ste->ht_elt.name, addr, (unsigned int)ste->symp->st_size,
                           symt->hash_elt.name,


More information about the wine-patches mailing list