Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Aug 2006 02:48:15 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 103961 for review
Message-ID:  <200608150248.k7F2mFmd085211@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=103961

Change 103961 by jb@jb_freebsd2 on 2006/08/15 02:47:41

	Use the compiler warning level specified above.
	
	Remove a source file that contains code we don't have an implementation for.

Affected files ...

.. //depot/projects/dtrace/src/cddl/lib/libdtrace/Makefile#10 edit

Differences ...

==== //depot/projects/dtrace/src/cddl/lib/libdtrace/Makefile#10 (text+ko) ====

@@ -5,8 +5,7 @@
 LIB=		dtrace
 SHLIB_MAJOR=	1
 
-SRCS=		drti.c \
-		dt_aggregate.c \
+SRCS=		dt_aggregate.c \
 		dt_as.c \
 		dt_buf.c \
 		dt_cc.c \
@@ -48,8 +47,6 @@
 DSRCS=		errno.d \
 		psinfo.d
 
-WARNS?=         0
-
 .PATH:		${OPENSOLARIS_USR_DISTDIR}/lib/libdtrace/common
 .PATH:		${OPENSOLARIS_USR_DISTDIR}/lib/libgen/common
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608150248.k7F2mFmd085211>