Quiet compiler warnings when built with WARNINGS=Yes
authormillert <millert@openbsd.org>
Tue, 18 Jun 2024 02:11:03 +0000 (02:11 +0000)
committermillert <millert@openbsd.org>
Tue, 18 Jun 2024 02:11:03 +0000 (02:11 +0000)
commit7e30afce04b513f04457e7b94d25cad8950948ee
tree7ca21a62d6c31f474024dca51ff8c0ee9ecf4906
parent6c52d938c6633f07ebb28c09955fa0664388a00c
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@
12 files changed:
usr.bin/make/buf.c
usr.bin/make/compat.c
usr.bin/make/error.c
usr.bin/make/job.c
usr.bin/make/main.c
usr.bin/make/make.c
usr.bin/make/parse.c
usr.bin/make/parsevar.c
usr.bin/make/targ.c
usr.bin/make/targequiv.c
usr.bin/make/var.c
usr.bin/make/varmodifiers.c