Module Name:    src
Committed By:   mrg
Date:           Tue Apr 13 09:28:42 UTC 2021

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

Log Message:
ignore a "should be impossible" uninitialised variable error.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 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.9 src/external/cddl/osnet/usr.bin/ctfconvert/Makefile:1.10
--- src/external/cddl/osnet/usr.bin/ctfconvert/Makefile:1.9	Sun Feb  9 07:55:13 2020
+++ src/external/cddl/osnet/usr.bin/ctfconvert/Makefile	Tue Apr 13 09:28:42 2021
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.9 2020/02/09 07:55:13 fox Exp $
+#	$NetBSD: Makefile,v 1.10 2021/04/13 09:28:42 mrg Exp $
 
 # $FreeBSD: head/cddl/usr.bin/ctfconvert/Makefile 314654 2017-03-04 11:30:04Z ngie $
 
@@ -37,5 +37,6 @@ SRCS=		alist.c \
 COPTS.dwarf.c +=	${GCC_NO_STRINGOP_TRUNCATION}
 COPTS.st_parse.c +=	-Wno-format-nonliteral
 COPTS.util.c +=		-Wno-format-nonliteral
+COPTS.st_parse.c +=	${GCC_NO_MAYBE_UNINITIALIZED}
 
 .include <bsd.prog.mk>

Reply via email to