mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -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
(cherry picked from commit b8be809495)
This commit is contained in:
parent
d61f10a878
commit
447133ecfd
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