Fix compilation warnings in the MS-Windows build.
authorEli Zaretskii <eliz@gnu.org>
Tue, 2 Oct 2012 17:55:29 +0000 (19:55 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 2 Oct 2012 17:55:29 +0000 (19:55 +0200)
commitd8ab37a818c5ebec56354c84c37b9241cba457e8
tree79d123a345b84d34975e7dc4e56084aa9ceb36b6
parenta96e1cb758db988df6e301f43bc020a009a4175b
Fix compilation warnings in the MS-Windows build.

 src/w32proc.c (sys_wait): Declare 'signame' 'const char *', to be
 consistent with the change in return value of 'safe_strsignal'.

 nt/preprep.c (RVA_TO_PTR): Cast the result to 'void *', to avoid
 compiler warnings when using the value.
nt/ChangeLog
nt/preprep.c
src/ChangeLog
src/w32proc.c