diff options
author | gnn <gnn@FreeBSD.org> | 2014-04-01 18:37:00 +0000 |
---|---|---|
committer | gnn <gnn@FreeBSD.org> | 2014-04-01 18:37:00 +0000 |
commit | e49afaaabd7e7be65a93c1be521b12608a8d6c55 (patch) | |
tree | 845d6550b1d4303bd13510990fef367d0e2b0882 /tools | |
parent | 99724c2eacc62b26133e4abaecd1497e092e1e01 (diff) | |
download | FreeBSD-src-e49afaaabd7e7be65a93c1be521b12608a8d6c55.zip FreeBSD-src-e49afaaabd7e7be65a93c1be521b12608a8d6c55.tar.gz |
Silence an unnecessary warning.
MFC after: 2 weeks
Diffstat (limited to 'tools')
-rw-r--r-- | tools/test/ppsapi/Makefile | 2 |
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 |