svn commit: r264485 - stable/10/tools/test/ppsapi

George V. Neville-Neil gnn at FreeBSD.org
Tue Apr 15 02:17:47 UTC 2014


Author: gnn
Date: Tue Apr 15 02:17:46 2014
New Revision: 264485
URL: http://svnweb.freebsd.org/changeset/base/264485

Log:
  MFC: 264016
  
  Silence an unnecessary warning.

Modified:
  stable/10/tools/test/ppsapi/Makefile
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/tools/test/ppsapi/Makefile
==============================================================================
--- stable/10/tools/test/ppsapi/Makefile	Tue Apr 15 00:45:38 2014	(r264484)
+++ stable/10/tools/test/ppsapi/Makefile	Tue Apr 15 02:17:46 2014	(r264485)
@@ -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-stable-10 mailing list