Module Name:    src
Committed By:   joerg
Date:           Thu Aug 25 16:22:44 UTC 2011

Modified Files:
        src/usr.sbin/altq/altqd: Makefile

Log Message:
Use of non-literal format string.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/altq/altqd/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/altq/altqd/Makefile
diff -u src/usr.sbin/altq/altqd/Makefile:1.7 src/usr.sbin/altq/altqd/Makefile:1.8
--- src/usr.sbin/altq/altqd/Makefile:1.7	Tue Aug 16 12:39:29 2011
+++ src/usr.sbin/altq/altqd/Makefile	Thu Aug 25 16:22:43 2011
@@ -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>

Reply via email to