Silence compiler warnings (6/11).

svn path=/trunk/; revision=37828
This commit is contained in:
Dmitry Gorbachev 2008-12-03 17:32:36 +00:00
parent 620e4cad34
commit 120359ef8e
8 changed files with 16 additions and 16 deletions

View file

@ -46,7 +46,7 @@ __do_global_ctors (void)
* is terminated with a null entry. Otherwise the first entry was
* the number of pointers in the list.
*/
if (nptrs == -1)
if (nptrs == (unsigned long) -1)
{
for (nptrs = 0; __CTOR_LIST__[nptrs + 1] != 0; nptrs++);
}