summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorgnn <gnn@FreeBSD.org>2014-04-15 02:17:46 +0000
committergnn <gnn@FreeBSD.org>2014-04-15 02:17:46 +0000
commited992167df244f0cf3b39a2e3401758592b630dd (patch)
tree2964fffe5f1924848d7836643ab5a56071bf7e7c /tools
parent63fa6c9a5bcb0e744670fa34db16515102fe8431 (diff)
downloadFreeBSD-src-ed992167df244f0cf3b39a2e3401758592b630dd.zip
FreeBSD-src-ed992167df244f0cf3b39a2e3401758592b630dd.tar.gz
MFC: 264016
Silence an unnecessary warning.
Diffstat (limited to 'tools')
-rw-r--r--tools/test/ppsapi/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/test/ppsapi/Makefile b/tools/test/ppsapi/Makefile
index 5c4a065..b4f43ce 100644
--- a/tools/test/ppsapi/Makefile
+++ b/tools/test/ppsapi/Makefile
@@ -7,5 +7,7 @@ WARNS?= 5
.include <bsd.prog.mk>
+CFLAGS+=-Wno-format-security
+
test: ${PROG}
./${PROG} /dev/cuau0
OpenPOWER on IntegriCloud