svn commit: r264016 - head/tools/test/ppsapi

George V. Neville-Neil gnn at FreeBSD.org
Tue Apr 1 18:37:01 UTC 2014


Author: gnn
Date: Tue Apr  1 18:37:00 2014
New Revision: 264016
URL: http://svnweb.freebsd.org/changeset/base/264016

Log:
  Silence an unnecessary warning.
  
  MFC after:	2 weeks

Modified:
  head/tools/test/ppsapi/Makefile

Modified: head/tools/test/ppsapi/Makefile
==============================================================================
--- head/tools/test/ppsapi/Makefile	Tue Apr  1 18:24:40 2014	(r264015)
+++ head/tools/test/ppsapi/Makefile	Tue Apr  1 18:37:00 2014	(r264016)
@@ -7,5 +7,7 @@ WARNS?=	5
 
 .include <bsd.prog.mk>
 
+CFLAGS+=-Wno-format-security
+
 test:	${PROG}
 	./${PROG} /dev/cuau0


More information about the svn-src-all mailing list