Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 May 2018 00:06:17 +0000 (UTC)
From:      Matt Macy <mmacy@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r334361 - head/usr.sbin/pmc
Message-ID:  <201805300006.w4U06HK3055256@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mmacy
Date: Wed May 30 00:06:17 2018
New Revision: 334361
URL: https://svnweb.freebsd.org/changeset/base/334361

Log:
  pmc: don't break build with format issues

Modified:
  head/usr.sbin/pmc/Makefile

Modified: head/usr.sbin/pmc/Makefile
==============================================================================
--- head/usr.sbin/pmc/Makefile	Tue May 29 23:08:33 2018	(r334360)
+++ head/usr.sbin/pmc/Makefile	Wed May 30 00:06:17 2018	(r334361)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805300006.w4U06HK3055256>