]> git.ipfire.org Git - thirdparty/make.git/commit
Clean up a few Windows build warnings (not all!)
authorPaul Smith <psmith@gnu.org>
Mon, 6 Sep 2021 01:07:14 +0000 (21:07 -0400)
committerPaul Smith <psmith@gnu.org>
Mon, 6 Sep 2021 01:09:27 +0000 (21:09 -0400)
commit0d367bbe6e995ee2c664bd7c2697b56f91ae5681
tree8563440ed1bd3b9085ac6bb22889ef9104c7c9ae
parentf4b8ddf260f1ab1f1b75b9a9d602c409c6c01b0e
Clean up a few Windows build warnings (not all!)

* build_w32.bat: Quote uses of %VSWHERE% so it can contain spaces
* src/hash.c (hash_init): Avoid use of an undefined struct.
(hash_rehash): Ditto.
* src/vpath.c (construct_vpath_list): Cast explicitly to void*.
build_w32.bat
src/hash.c
src/vpath.c