Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/cddl/osnet/usr.bin/ctfconvert ignore a "should be i...



details:   https://anonhg.NetBSD.org/src/rev/d80a9441b5ed
branches:  trunk
changeset: 961252:d80a9441b5ed
user:      mrg <mrg%NetBSD.org@localhost>
date:      Tue Apr 13 09:28:42 2021 +0000

description:
ignore a "should be impossible" uninitialised variable error.

diffstat:

 external/cddl/osnet/usr.bin/ctfconvert/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r de6013e758b3 -r d80a9441b5ed external/cddl/osnet/usr.bin/ctfconvert/Makefile
--- a/external/cddl/osnet/usr.bin/ctfconvert/Makefile   Tue Apr 13 09:20:55 2021 +0000
+++ b/external/cddl/osnet/usr.bin/ctfconvert/Makefile   Tue Apr 13 09:28:42 2021 +0000
@@ -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 @@
 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>



Home | Main Index | Thread Index | Old Index