CVS commit: src/external/cddl/osnet/usr.bin/ctfconvert

2021-04-13 Thread matthew green
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.



CVS commit: src/external/cddl/osnet/usr.bin/ctfconvert

2020-02-08 Thread Santhosh Raju
Module Name:src
Committed By:   fox
Date:   Sun Feb  9 07:55:13 UTC 2020

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

Log Message:
external/cddl/osnet: Suppress -Werror=stringop-truncation error.

Add GCC_NO_STRINGOP_TRUNCATION dwarf.c to prevent build failure.

Error was reported when build.sh was run with MKLIBCSANITIZER=yes flag.

Reviewed by: kamil@


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 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.



CVS commit: src/external/cddl/osnet/usr.bin/ctfconvert

2016-02-04 Thread Roy Marples
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.



CVS commit: src/external/cddl/osnet/usr.bin/ctfconvert

2013-01-20 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Sun Jan 20 23:51:40 UTC 2013

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

Log Message:
Put optional args before non-optional ones.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
src/external/cddl/osnet/usr.bin/ctfconvert/ctfconvert.1

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