]> git.ipfire.org Git - thirdparty/make.git/commit
Fixes for enhanced GCC warnings.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 1 May 2016 19:52:58 +0000 (15:52 -0400)
committerPaul Smith <psmith@gnu.org>
Sat, 21 May 2016 20:22:25 +0000 (16:22 -0400)
commitba8383efd8b1fded117f2587c78c40b28fe4e016
tree2aabe327f94e1b9a7b3ff1fb6fc6629775d543b9
parent6f7fb050b4af7335de259f570b75bf6c217eb1cd
Fixes for enhanced GCC warnings.

Move function prototypes into header files and out of .c files.
Use void argument lists for functions that accept no args.
Remove unused macros.  Make private functions static.  Align
types with printf format characters.
20 files changed:
ar.c
arscan.c
commands.c
commands.h
dir.c
file.c
filedef.h
function.c
job.c
main.c
makeint.h
os.h
output.c
posixos.c
read.c
remake.c
rule.h
variable.c
variable.h
vpath.c