Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/cdb hack to silence lint



details:   https://anonhg.NetBSD.org/src/rev/cadc351d52ca
branches:  trunk
changeset: 778131:cadc351d52ca
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Mar 17 17:59:58 2012 +0000

description:
hack to silence lint

diffstat:

 lib/libc/cdb/Makefile.inc |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 49b57f3399bf -r cadc351d52ca lib/libc/cdb/Makefile.inc
--- a/lib/libc/cdb/Makefile.inc Sat Mar 17 17:58:38 2012 +0000
+++ b/lib/libc/cdb/Makefile.inc Sat Mar 17 17:59:58 2012 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.inc,v 1.1 2010/04/25 00:54:46 joerg Exp $
+#      $NetBSD: Makefile.inc,v 1.2 2012/03/17 17:59:58 christos Exp $
 
 # Constant database reader/writer
 
@@ -19,3 +19,6 @@
 MLINKS+=       cdbw.3 cdbw_put_key.3
 MLINKS+=       cdbw.3 cdbw_output.3
 MLINKS+=       cdbw.3 cdbw_close.3
+
+# XXX: Fix the code instead
+LINTFLAGS.cdbw.c += -X 132,259,298



Home | Main Index | Thread Index | Old Index