PERFORCE change 148486 for review
John Birrell
jb at FreeBSD.org
Tue Aug 26 01:20:38 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=148486
Change 148486 by jb at 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
More information about the p4-projects
mailing list