diff options
author | 2017-01-25 03:48:11 +0000 | |
---|---|---|
committer | 2017-01-25 03:48:11 +0000 | |
commit | 8980fa5af72ea62c78a1ceee9590eb9f65786f8a (patch) | |
tree | 37c36c58b001f929a7317c16f2232cf477affb75 | |
parent | +arm64 (diff) | |
download | wireguard-openbsd-8980fa5af72ea62c78a1ceee9590eb9f65786f8a.tar.xz wireguard-openbsd-8980fa5af72ea62c78a1ceee9590eb9f65786f8a.zip |
Silence warnings caused by LLVM upgrade.
-rw-r--r-- | sys/arch/arm64/conf/Makefile.arm64 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/arm64/conf/Makefile.arm64 b/sys/arch/arm64/conf/Makefile.arm64 index bf7073e9c7e..311ead33c12 100644 --- a/sys/arch/arm64/conf/Makefile.arm64 +++ b/sys/arch/arm64/conf/Makefile.arm64 @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.arm64,v 1.2 2016/12/19 09:53:21 patrick Exp $ +# $OpenBSD: Makefile.arm64,v 1.3 2017/01/25 03:48:11 patrick Exp $ # For instructions on building kernels consult the config(8) and options(4) # manual pages. @@ -25,6 +25,7 @@ INCLUDES= -nostdinc -I$S -I${.OBJDIR} -I$S/arch CPPFLAGS= ${INCLUDES} ${IDENT} ${PARAM} -D_KERNEL -D__${_mach}__ -MD -MP CWARNFLAGS= -Werror -Wall -Wimplicit-function-declaration \ -Wno-main -Wno-uninitialized -Wno-pointer-sign \ + -Wno-constant-conversion -Wno-address-of-packed-member \ -Wframe-larger-than=2047 CMACHFLAGS= -ffreestanding -mcpu=cortex-a57+nofp+nosimd \ |