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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"