Avoid compiler warnings
commitb90e8904092eb7aa5b4cb3ede822d10422b70976
authorKen Brown <kbrown@cornell.edu>
Sat, 28 May 2016 17:56:54 +0000 (28 13:56 -0400)
committerKen Brown <kbrown@cornell.edu>
Sat, 28 May 2016 17:56:54 +0000 (28 13:56 -0400)
tree8006b1e7ef3083d96a9e494ee0fe6d588410172c
parent4ef0fc192b8a10625053dbb9376c814e68612eb6
Avoid compiler warnings

* src/cygw32.c (chdir_to_default_directory): Use "void" as
argument list.  Use SSDATA instead of SDATA.

* src/unexcw.c (fixup_executable): Use %td as format specifier for
argument of type ptrdiff_t.  Use %zu for argument of type size_t.
src/cygw32.c
src/unexcw.c