mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 16:51:39 +00:00
Silence compiler warnings (6/11).
svn path=/trunk/; revision=37828
This commit is contained in:
parent
620e4cad34
commit
120359ef8e
8 changed files with 16 additions and 16 deletions
2
reactos/lib/3rdparty/mingw/gccmain.c
vendored
2
reactos/lib/3rdparty/mingw/gccmain.c
vendored
|
@ -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++);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue