Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Aug 2008 01:20:37 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 148486 for review
Message-ID:  <200808260120.m7Q1Kbxm046137@repoman.freebsd.org>

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

Change 148486 by jb@freebsd3 on 2008/08/26 01:20:12

	Drop the WARNS level to avoid compiler barfs. The code works fine
	with a more modern compiler and this branch is to old to do much
	with.

Affected files ...

.. //depot/projects/dtrace6/src/lib/libproc/Makefile#2 edit

Differences ...

==== //depot/projects/dtrace6/src/lib/libproc/Makefile#2 (text+ko) ====

@@ -13,7 +13,7 @@
 
 SHLIB_MAJOR=	1
 
-WARNS?=	6
+WARNS?=	1
 
 WITHOUT_MAN=	yes
 



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