]> git.ipfire.org Git - thirdparty/make.git/commit
Resolve most of the Windows Visual Studio warnings.
authorPaul Smith <psmith@gnu.org>
Mon, 2 Jul 2018 00:00:53 +0000 (20:00 -0400)
committerPaul Smith <psmith@gnu.org>
Mon, 2 Jul 2018 11:54:07 +0000 (07:54 -0400)
commit0ce880e5ee7b4c5670aa676354ae10df448a616d
treef913a93e074330a463a49da3c3bcf9d9a57bf6b2
parentc808f10d0886cd4f7a8e88a2edd025a091f188a5
Resolve most of the Windows Visual Studio warnings.

* Convert integer types to size_t where necessary.
* Align other integral types to avoid casts and type warnings.
32 files changed:
src/ar.c
src/commands.c
src/dep.h
src/dir.c
src/expand.c
src/file.c
src/function.c
src/hash.c
src/implicit.c
src/job.c
src/load.c
src/loadapi.c
src/main.c
src/makeint.h
src/misc.c
src/output.c
src/read.c
src/remake.c
src/remote-cstms.c
src/remote-stub.c
src/rule.c
src/rule.h
src/signame.c
src/strcache.c
src/variable.c
src/variable.h
src/vpath.c
src/w32/compat/dirent.c
src/w32/pathstuff.c
src/w32/subproc/misc.c
src/w32/subproc/proc.h
src/w32/subproc/sub_proc.c