Use NO_WCAST_ALIGN for usr.bin/hastctl and usr.bin/hastd; the alignment
warnings in sbin/hastd/lzf.c are only emitted for i386 and amd64, and there they can be safely ignored. MFC after: 1 week
This commit is contained in:
parent
3a1f4384a1
commit
9d35683411
@ -20,6 +20,7 @@ SRCS+= y.tab.h
|
||||
MAN= hastctl.8
|
||||
|
||||
NO_WFORMAT=
|
||||
NO_WCAST_ALIGN=
|
||||
CFLAGS+=-I${.CURDIR}/../hastd
|
||||
CFLAGS+=-DHAVE_CAPSICUM
|
||||
CFLAGS+=-DINET
|
||||
|
@ -20,6 +20,7 @@ SRCS+= y.tab.h
|
||||
MAN= hastd.8 hast.conf.5
|
||||
|
||||
NO_WFORMAT=
|
||||
NO_WCAST_ALIGN=
|
||||
CFLAGS+=-I${.CURDIR}
|
||||
CFLAGS+=-DHAVE_CAPSICUM
|
||||
CFLAGS+=-DPROTO_TCP_DEFAULT_PORT=8457
|
||||
|
Loading…
x
Reference in New Issue
Block a user