Silence a noisy FIXME.

This commit is contained in:
Alexandre Julliard 2005-01-31 16:24:57 +00:00
parent 13b7c5ac12
commit 2dd40110a0
1 changed files with 2 additions and 0 deletions

View File

@ -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
}
}
}