aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2022-09-10 18:56:18 +0000
committerDimitry Andric <dim@FreeBSD.org>2023-02-08 19:05:02 +0000
commita4a491e2238b12ccd64d3faf9e6401487f6f1f1b (patch)
treef7a97d643867326c630d765114ed2d4f54916c4e /sys/conf
parent61cfbce3347e4372143bcabf7b197577b9f3958a (diff)
parent5bf671d658572f2de62bde5767e63873cb5fc708 (diff)
downloadsrc-a4a491e2238b12ccd64d3faf9e6401487f6f1f1b.tar.gz
src-a4a491e2238b12ccd64d3faf9e6401487f6f1f1b.zip
Merge llvm-project release/15.x llvmorg-15.0.0-9-g1c73596d3454
This updates llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp to llvmorg-15.0.0-9-g1c73596d3454. PR: 265425 MFC after: 2 weeks
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/kern.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/kern.mk b/sys/conf/kern.mk
index 2b84b0be94b8..bdceeba3a5b3 100644
--- a/sys/conf/kern.mk
+++ b/sys/conf/kern.mk
@@ -51,7 +51,7 @@ CWARNEXTRA+= -Wno-address-of-packed-member
# variables. Make these non-fatal for the time being.
CWARNEXTRA+= -Wno-error=array-parameter
CWARNEXTRA+= -Wno-error=deprecated-non-prototype
-CWARNEXTRA+= -Wno-error=strict-protoypes
+CWARNEXTRA+= -Wno-error=strict-prototypes
CWARNEXTRA+= -Wno-error=unused-but-set-variable
.endif
.endif # clang