From 83036f7001b79036f244ea673fae2902cab9cfb4 Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sat, 27 Nov 2021 00:49:23 +0000 Subject: 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 --- sys/arch/armv7/conf/Makefile.armv7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch/armv7') 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 -- cgit v1.2.3