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 _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"