From 82c78f803d46f323f9834c2135966d2ba49e4ed5 Mon Sep 17 00:00:00 2001 From: Matt Macy Date: Wed, 30 May 2018 00:06:17 +0000 Subject: [PATCH] pmc: don't break build with format issues --- usr.sbin/pmc/Makefile | 1 + 1 file changed, 1 insertion(+) 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