Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/libarchive/bin/cpio PR/45343: Pierre Allegraud:...



details:   https://anonhg.NetBSD.org/src/rev/528d3d35374c
branches:  trunk
changeset: 769414:528d3d35374c
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Sep 08 22:05:00 2011 +0000

description:
PR/45343: Pierre Allegraud: Add missing nonliteral format comment.

diffstat:

 external/bsd/libarchive/bin/cpio/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r c154b7fcef4a -r 528d3d35374c external/bsd/libarchive/bin/cpio/Makefile
--- a/external/bsd/libarchive/bin/cpio/Makefile Thu Sep 08 19:55:52 2011 +0000
+++ b/external/bsd/libarchive/bin/cpio/Makefile Thu Sep 08 22:05:00 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2010/04/23 19:41:03 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2011/09/08 22:05:00 christos Exp $
 
 PROG=  cpio
 SRCS=  cmdline.c cpio.c
@@ -14,4 +14,6 @@
 
 SYMLINKS+=${BINDIR}/cpio /usr/bin/cpio
 
+COPTS.cpio.c += -Wformat-nonliteral
+
 .include <bsd.prog.mk>



Home | Main Index | Thread Index | Old Index