HomeFreeBSD

kern.mk: fix -Wno-error style to fix build with Clang 12

Description

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

(cherry picked from commit 15565e0a2177f53b086609fecd48991c52dad5eb)

Details

Provenance
val_packett.coolAuthored on Mar 10 2021, 10:17 PM
dimCommitted on Jun 22 2021, 7:20 PM
Differential Revision
D29157: kern.mk: use -Wno-error=.. instead of -Wno-error-.. to fix build with clang 12
Parents
rG05e6f6b65080: libspl: fix NO_CLEAN build
Branches
Unknown
Tags
Unknown