Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/altq/altqd Use of non-literal format string.
details: https://anonhg.NetBSD.org/src/rev/e4cb68e834a4
branches: trunk
changeset: 768726:e4cb68e834a4
user: joerg <joerg%NetBSD.org@localhost>
date: Thu Aug 25 16:22:43 2011 +0000
description:
Use of non-literal format string.
diffstat:
usr.sbin/altq/altqd/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 270b5f04a584 -r e4cb68e834a4 usr.sbin/altq/altqd/Makefile
--- a/usr.sbin/altq/altqd/Makefile Thu Aug 25 16:19:23 2011 +0000
+++ b/usr.sbin/altq/altqd/Makefile Thu Aug 25 16:22:43 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2011/08/16 12:39:29 christos Exp $
+# $NetBSD: Makefile,v 1.8 2011/08/25 16:22:43 joerg Exp $
.include <bsd.own.mk>
@@ -16,4 +16,6 @@
DPADD+= ${LIBUTIL} ${LIBM}
LDADD+= -lutil -lm
+COPTS.libaltq2.c+= -Wno-format-nonliteral
+
.include <bsd.prog.mk>
Home |
Main Index |
Thread Index |
Old Index