* cygcheck.cc (dump_sysinfo): Fix compiler warning in printf.
* strace.cc (proc_child): Ditto. * ldd.cc: Remove now useless undef wcscasecmp.
This commit is contained in:
@@ -1540,7 +1540,7 @@ dump_sysinfo ()
|
||||
(LPBYTE) &obcaseinsensitive, &size);
|
||||
RegCloseKey (key);
|
||||
}
|
||||
printf ("obcaseinsensitive set to %d\n\n", obcaseinsensitive);
|
||||
printf ("obcaseinsensitive set to %lu\n\n", obcaseinsensitive);
|
||||
|
||||
if (givehelp)
|
||||
{
|
||||
|
Reference in New Issue
Block a user