summaryrefslogtreecommitdiff
path: root/sys/arch/octeon
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2023-09-06 01:47:39 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2023-09-06 01:47:39 +0000
commita058b6ff5a29c5d6694c24610e512e74da3f7e51 (patch)
treef4db3357f937c68a2befff7a8951571a55996474 /sys/arch/octeon
parent9b3a0a3ebd3f3e9f05624e893769d257a850aadc (diff)
revert disabling warnings for zlib on clang >= 15
no longer needed with zlib 1.3 ok tb@
Diffstat (limited to 'sys/arch/octeon')
-rw-r--r--sys/arch/octeon/conf/Makefile.octeon5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/arch/octeon/conf/Makefile.octeon b/sys/arch/octeon/conf/Makefile.octeon
index e43afc0b67e..ab617f98493 100644
--- a/sys/arch/octeon/conf/Makefile.octeon
+++ b/sys/arch/octeon/conf/Makefile.octeon
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.octeon,v 1.62 2022/12/30 06:44:36 jca Exp $
+# $OpenBSD: Makefile.octeon,v 1.63 2023/09/06 01:47:37 jsg Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -49,9 +49,6 @@ NO_INTEGR_AS= -no-integrated-as
CMACHFLAGS+= -fomit-frame-pointer
CWARNFLAGS+= -Wno-address-of-packed-member -Wno-constant-conversion \
-Wno-unused-but-set-variable -Wno-gnu-folding-constant
-# XXX Workaround for zlib + clang 15
-# https://github.com/madler/zlib/issues/633
-CWARNFLAGS+= -Wno-deprecated-non-prototype -Wno-unknown-warning-option
.endif
DEBUG?= -g