CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/06/17 20:11:04
Modified files:
usr.bin/make : buf.c compat.c error.c job.c main.c make.c
parse.c parsevar.c targ.c targequiv.c var.c
varmodifiers.c
Log message:
Quiet compiler warnings when built with WARNINGS=Yes
Most are from functions that take no args but used the old
K&R style foo() instead of foo(void). From espie@
