summaryrefslogtreecommitdiff
path: root/sys/arch/armv7
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2021-11-27 00:49:23 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2021-11-27 00:49:23 +0000
commit83036f7001b79036f244ea673fae2902cab9cfb4 (patch)
tree36123e06f4874e21ea94f912d4efd0374f111634 /sys/arch/armv7
parentf42f9de1c5416d9d613c7a7fa39999bf89dd515b (diff)
stop building kernels with -Wno-uninitialized on clang archs
this hides real problems that could be found at build time ok kettenis@ visa@, ok sashan@ on amd64/i386
Diffstat (limited to 'sys/arch/armv7')
-rw-r--r--sys/arch/armv7/conf/Makefile.armv74
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/armv7/conf/Makefile.armv7 b/sys/arch/armv7/conf/Makefile.armv7
index bba9438a561..248beb6a33e 100644
--- a/sys/arch/armv7/conf/Makefile.armv7
+++ b/sys/arch/armv7/conf/Makefile.armv7
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.armv7,v 1.50 2021/05/16 02:01:33 jsg Exp $
+# $OpenBSD: Makefile.armv7,v 1.51 2021/11/27 00:49:21 jsg Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -24,7 +24,7 @@ _archdir?= $S/arch/${_arch}
INCLUDES= -nostdinc -I$S -I. -I$S/arch
CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -D__${_mach}__ -MD -MP
CWARNFLAGS= -Werror -Wall -Wimplicit-function-declaration \
- -Wno-uninitialized -Wno-pointer-sign \
+ -Wno-pointer-sign \
-Wno-constant-conversion -Wno-address-of-packed-member \
-Wframe-larger-than=2047