Suppress old gcc warning about null format string
This is workaround to make head build on gcc using architectures Sponsored by: The FreeBSD Foundation MFC-with: r346149
This commit is contained in:
parent
cfe60d67ae
commit
e54f925b68
@ -97,6 +97,8 @@ SRCS= ${LIB_SRCS} \
|
||||
WARNS?= 3
|
||||
CFLAGS+= -DHAVE_CONFIG_H \
|
||||
-I${SRCTOP}/lib/libopenbsd/
|
||||
# This can be removed after swtiching to newer gcc
|
||||
CFLAGS.gcc+= -Wno-format
|
||||
LIBADD= openbsd z
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user