http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13b7c5a
)
Silence a noisy FIXME.
author
Alexandre Julliard
<julliard@winehq.org>
Mon, 31 Jan 2005 16:24:57 +0000
(16:24 +0000)
committer
Alexandre Julliard
<julliard@winehq.org>
Mon, 31 Jan 2005 16:24:57 +0000
(16:24 +0000)
dlls/dbghelp/elf_module.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/dbghelp/elf_module.c
b/dlls/dbghelp/elf_module.c
index 0c7371003bf97e8b5dcd6aed987b2eb26605ec1a..4fe960fd350b0dd5f5d317d2b40eb1ac5674358e 100644
(file)
--- a/
dlls/dbghelp/elf_module.c
+++ b/
dlls/dbghelp/elf_module.c
@@
-410,6
+410,7
@@
static int elf_new_wine_thunks(struct module* module, struct hash_table* ht_symt
symt_get_info(&module->addr_sorttab[idx]->symt, TI_GET_LENGTH, &xsize);
symt_get_info(&module->addr_sorttab[idx]->symt, TI_GET_DATAKIND, &kind);
+#if 0
/* If none of symbols has a correct size, we consider they are both markers
* Hence, we can silence this warning
* Also, we check that we don't have two symbols, one local, the other
@@
-422,6
+423,7
@@
static int elf_new_wine_thunks(struct module* module, struct hash_table* ht_symt
ste->ht_elt.name, addr, ste->symp->st_size,
module->addr_sorttab[idx]->hash_elt.name,
wine_dbgstr_longlong(xaddr), xsize);
+#endif
}
}
}