]> git.ipfire.org Git - thirdparty/make.git/commit
Clean up more Windows warnings.
authorPaul Smith <psmith@gnu.org>
Tue, 7 Sep 2021 05:02:25 +0000 (01:02 -0400)
committerPaul Smith <psmith@gnu.org>
Tue, 7 Sep 2021 05:14:33 +0000 (01:14 -0400)
commitc5d4b7b2f260c85ba48db4e844c4a2e4e3004238
treeb68ea59af6f26f45971121ce9aa06ab8912d0494
parent9e4b3d3f4c8241a2c3cd66e1a7695befa5a6a0aa
Clean up more Windows warnings.

* src/config.h.W32.template: Re-enable warnings that we don't violate.
Add a new disabled warning: 4130 (logical operation on address of
string constant).
* src/w32/compat/posixfcn.c: Make makeint.h the first included header.
* src/w32/subproc/sub_proc.c: Ditto.  It includes config.h already.
src/config.h.W32.template
src/w32/compat/posixfcn.c
src/w32/subproc/sub_proc.c