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 reverse polarity of the war...
details: https://anonhg.NetBSD.org/src/rev/8d9e1bea1b52
branches: trunk
changeset: 769493:8d9e1bea1b52
user: christos <christos%NetBSD.org@localhost>
date: Mon Sep 12 12:11:53 2011 +0000
description:
reverse polarity of the warning.
diffstat:
external/bsd/libarchive/bin/cpio/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r c167b96b33f3 -r 8d9e1bea1b52 external/bsd/libarchive/bin/cpio/Makefile
--- a/external/bsd/libarchive/bin/cpio/Makefile Mon Sep 12 09:57:42 2011 +0000
+++ b/external/bsd/libarchive/bin/cpio/Makefile Mon Sep 12 12:11:53 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2011/09/08 22:05:00 christos Exp $
+# $NetBSD: Makefile,v 1.5 2011/09/12 12:11:53 christos Exp $
PROG= cpio
SRCS= cmdline.c cpio.c
@@ -14,6 +14,6 @@
SYMLINKS+=${BINDIR}/cpio /usr/bin/cpio
-COPTS.cpio.c += -Wformat-nonliteral
+COPTS.cpio.c += -Wnoformat-nonliteral
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index