wlanstats: fix build

Add -Wno-cast-align to the CFLAGS to fix the build of wlanstats

Approved by:	adrian
MFC after:	1 week
This commit is contained in:
Sofian Brabez 2021-04-20 18:31:48 +00:00
parent fc9780fd41
commit b8be809495
1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ CFLAGS+=-I${.CURDIR}/../../../../lib/libbsdstat/
SRCS= wlanstats.c main.c
CFLAGS.clang+= -fbracket-depth=512
CFLAGS.clang+= -fbracket-depth=512 -Wno-cast-align
.include <bsd.prog.mk>