aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pmc
diff options
context:
space:
mode:
authorMatt Macy <mmacy@FreeBSD.org>2018-05-30 00:06:17 +0000
committerMatt Macy <mmacy@FreeBSD.org>2018-05-30 00:06:17 +0000
commit82c78f803d46f323f9834c2135966d2ba49e4ed5 (patch)
tree1233c76fb3895478ace55cd210e947c532642c76 /usr.sbin/pmc
parentf7f4e0f7a8ec667b0e38bc313b1cb25004b40714 (diff)
downloadsrc-82c78f803d46f323f9834c2135966d2ba49e4ed5.tar.gz
src-82c78f803d46f323f9834c2135966d2ba49e4ed5.zip
pmc: don't break build with format issues
Notes
Notes: svn path=/head/; revision=334361
Diffstat (limited to 'usr.sbin/pmc')
-rw-r--r--usr.sbin/pmc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pmc/Makefile b/usr.sbin/pmc/Makefile
index dcef3241a66b..fe4178457a2e 100644
--- a/usr.sbin/pmc/Makefile
+++ b/usr.sbin/pmc/Makefile
@@ -9,4 +9,5 @@ LIBADD= kvm pmc m ncursesw pmcstat elf
SRCS= pmc.c pmc_util.c cmd_pmc_stat.c
+CWARNFLAGS.cmd_pmc_stat.c= -Wno-format
.include <bsd.prog.mk>