mirror of git://sourceware.org/git/glibc.git
Avoid warning from last change
This commit is contained in:
parent
794bf65aac
commit
f0f47fa064
|
|
@ -641,7 +641,7 @@ _dl_show_scope (struct link_map *l)
|
||||||
if (l->l_scope != NULL)
|
if (l->l_scope != NULL)
|
||||||
for (int scope_cnt = 0; l->l_scope[scope_cnt] != NULL; ++scope_cnt)
|
for (int scope_cnt = 0; l->l_scope[scope_cnt] != NULL; ++scope_cnt)
|
||||||
{
|
{
|
||||||
_dl_debug_printf (" scope %lu:", scope_cnt);
|
_dl_debug_printf (" scope %u:", scope_cnt);
|
||||||
|
|
||||||
for (unsigned int cnt = 0; cnt < l->l_scope[scope_cnt]->r_nlist; ++cnt)
|
for (unsigned int cnt = 0; cnt < l->l_scope[scope_cnt]->r_nlist; ++cnt)
|
||||||
if (*l->l_scope[scope_cnt]->r_list[cnt]->l_name)
|
if (*l->l_scope[scope_cnt]->r_list[cnt]->l_name)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue