Source-Changes-HG archive

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

[src/trunk]: src/lib/libc Ignore empty translation unit errors.



details:   https://anonhg.NetBSD.org/src/rev/f8d76c1a3f9b
branches:  trunk
changeset: 500936:f8d76c1a3f9b
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Dec 20 21:13:56 2000 +0000

description:
Ignore empty translation unit errors.

diffstat:

 lib/libc/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 7f2ffa0d16f3 -r f8d76c1a3f9b lib/libc/Makefile
--- a/lib/libc/Makefile Wed Dec 20 21:12:14 2000 +0000
+++ b/lib/libc/Makefile Wed Dec 20 21:13:56 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.91 2000/08/13 23:26:12 christos Exp $
+#      $NetBSD: Makefile,v 1.92 2000/12/20 21:13:56 christos Exp $
 #      @(#)Makefile    8.2 (Berkeley) 2/3/94
 #
 # All library objects contain sccsid strings by default; they may be
@@ -24,7 +24,8 @@
                -D_REENTRANT -I${.CURDIR}/include
 CPPFLAGS+=     -DINET6
 # Set lint to exit on warnings and ignore 'empty translation unit' warnings.
-#LINTFLAGS+=   -w -X 272
+#LINTFLAGS+=   -w
+LINTFLAGS+=-X 272
 
 ARCHSUBDIR=    ${MACHINE_ARCH:C/mipse[bl]/mips/}
 ARCHDIR=       ${.CURDIR}/arch/${ARCHSUBDIR}



Home | Main Index | Thread Index | Old Index