* 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:
Corinna Vinschen
2009-03-24 13:35:08 +00:00
parent db917b216e
commit 2971f07610
4 changed files with 8 additions and 3 deletions

View File

@@ -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)
{