aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2020-09-10 18:19:45 +0000
committerKyle Evans <kevans@FreeBSD.org>2020-09-10 18:19:45 +0000
commitfc90521002fbe200da4bf1bf76c9cf17db629dd3 (patch)
tree24d9c13461227b45f222bf53d39f7119140aa4bf /sys/dev
parent4d6265e3e4f811e015a84bd944ca08993e189f97 (diff)
downloadsrc-fc90521002fbe200da4bf1bf76c9cf17db629dd3.tar.gz
src-fc90521002fbe200da4bf1bf76c9cf17db629dd3.zip
crunchgen(8): fix crunched application build with WARNS=6
This was revealed by the rescue build with a patch I'm working on to default WARNS=6 everywhere. The issues resolved were: - Missing prototype for _crunched_${ident}_stub in the *_stub.c generated bits - Missing prototype for crunched_main - Incomplete prototype for _crunched_${ident}_stub in the generated parts of crunched_main - Literal strings in the stub table must drop const qualifier, unless we const'ify name - f field in struct stub didn't have a proper prototype Most of these issues are minor formalities and easily addressed. I note that if my patch to eventually raise WARNS for the rescue build lands, we'll need to bump the __FreeBSD_version requirement for bootstrapping crunchgen and wipe out the rescue .OBJDIR if it's stale, which we should be able to detect pretty easily from a couple of the issues that have been fixed here. Reviewed by: arichardson MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D26363
Notes
Notes: svn path=/head/; revision=365605
Diffstat (limited to 'sys/dev')
0 files changed, 0 insertions, 0 deletions