diff --git a/usr.sbin/wlanstats/Makefile b/usr.sbin/wlanstats/Makefile index d6d29dcc57ad..60c56d24700b 100644 --- a/usr.sbin/wlanstats/Makefile +++ b/usr.sbin/wlanstats/Makefile @@ -1,14 +1,14 @@ .include PROG= wlanstats MAN= CFLAGS= -I${SRCTOP}/lib/libbsdstat LIBADD= bsdstat SRCS= main.c \ wlanstats.c -CFLAGS.clang+= -fbracket-depth=512 +CFLAGS.clang+= -fbracket-depth=512 -Wno-cast-align .include