Module Name:    src
Committed By:   roy
Date:           Thu Feb  4 17:42:34 UTC 2016

Modified Files:
        src/external/cddl/osnet/usr.bin/ctfconvert: Makefile

Log Message:
Disable -Wformat-nonliteral here to build.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/cddl/osnet/usr.bin/ctfconvert/Makefile

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

Modified files:

Index: src/external/cddl/osnet/usr.bin/ctfconvert/Makefile
diff -u src/external/cddl/osnet/usr.bin/ctfconvert/Makefile:1.6 src/external/cddl/osnet/usr.bin/ctfconvert/Makefile:1.7
--- src/external/cddl/osnet/usr.bin/ctfconvert/Makefile:1.6	Sun Mar  9 22:01:31 2014
+++ src/external/cddl/osnet/usr.bin/ctfconvert/Makefile	Thu Feb  4 17:42:34 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.6 2014/03/09 22:01:31 christos Exp $
+#	$NetBSD: Makefile,v 1.7 2016/02/04 17:42:34 roy Exp $
 
 # $FreeBSD: src/cddl/usr.bin/ctfconvert/Makefile,v 1.1.4.1 2009/08/03 08:13:06 kensmith Exp $
 
@@ -34,5 +34,7 @@ SRCS=		alist.c \
 		traverse.c \
 		util.c
 
+COPTS.st_parse.c +=	-Wno-format-nonliteral
+COPTS.util.c +=		-Wno-format-nonliteral
 
 .include <bsd.prog.mk>

Reply via email to