On Mon, 11 Dec 2017, Warner Losh wrote:
Log:
Unbreak gcc build by using (void) for functions that take no args.
You mean "Fix a bug (K&R function definition without even a C99 prototype)
that is detected by compilers like gcc with non-broken support for the -W
flag that we used to detect such
Author: imp
Date: Mon Dec 11 16:17:53 2017
New Revision: 326771
URL: https://svnweb.freebsd.org/changeset/base/326771
Log:
Unbreak gcc build by using (void) for functions that take no args.
Sponsored by: Netflix
Modified:
head/usr.sbin/efibootmgr/efibootmgr.c
Modified: head/usr.sbin/efi