mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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:
parent
fc9780fd41
commit
b8be809495
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue