Source-Changes-HG archive

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

[src/trunk]: src/external/gpl3/gdb/lib Disable lint, some of the code is c++ ...



details:   https://anonhg.NetBSD.org/src/rev/57d4b394571e
branches:  trunk
changeset: 1027664:57d4b394571e
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Dec 14 23:57:48 2021 +0000

description:
Disable lint, some of the code is c++ and some we can't handle __extension__
in struct in libctf ctf-error.c

diffstat:

 external/gpl3/gdb/lib/Makefile.inc |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (7 lines):

diff -r 0dc9804761ea -r 57d4b394571e external/gpl3/gdb/lib/Makefile.inc
--- a/external/gpl3/gdb/lib/Makefile.inc        Tue Dec 14 22:47:07 2021 +0000
+++ b/external/gpl3/gdb/lib/Makefile.inc        Tue Dec 14 23:57:48 2021 +0000
@@ -1,1 +1,3 @@
+# C++ and some __extension__ stuff we don't handle
+MKLINT:=no
 .include "../Makefile.inc"



Home | Main Index | Thread Index | Old Index