]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
kern.mk: fix -Wno-error style to fix build with Clang 12
authorGreg V <greg@unrelenting.technology>
Wed, 10 Mar 2021 22:17:09 +0000 (17:17 -0500)
committerEd Maste <emaste@FreeBSD.org>
Wed, 10 Mar 2021 22:34:35 +0000 (17:34 -0500)
commit15565e0a2177f53b086609fecd48991c52dad5eb
tree3cd9baef6f18a1486d75b3089c38c690dd0d84ae
parentb1d63265ac399112b3bca36c3d75df1a3c2c8102
kern.mk: fix -Wno-error style to fix build with Clang 12

Clang 12 no longer supports -Wno-error-..., only the -Wno-error=...
style (which is already used everywhere else in the tree).

Differential Revision: https://reviews.freebsd.org/D29157
sys/conf/kern.mk