]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
bhyve: Enable the default compiler warnings
authorMark Johnston <markj@FreeBSD.org>
Fri, 18 Nov 2022 19:10:33 +0000 (14:10 -0500)
committerMark Johnston <markj@FreeBSD.org>
Fri, 18 Nov 2022 19:12:51 +0000 (14:12 -0500)
commit71ebd117386cda6410ca65eb487b63e5dedf3245
treeaeabe8bb92dcfa908eb57ffb2eb331f9740837cf
parent0705b7f4e64fdbad49a3a6d9131029a9734deb2c
bhyve: Enable the default compiler warnings

Disable -Wcast-align for now since we have many instances of that
warning (I fixed some but not most of them) and platforms on which bhyve
runs don't particularly care about unaligned accesses.

Reviewed by: corvink
Differential Revision: https://reviews.freebsd.org/D37296
usr.sbin/bhyve/Makefile