PERFORCE change 127691 for review

John Birrell jb at FreeBSD.org
Thu Oct 18 03:00:08 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=127691

Change 127691 by jb at jb_freebsd1 on 2007/10/18 09:59:18

	Change WARNS to suit gcc 4.2 until the code is in better state.

Affected files ...

.. //depot/projects/dtrace/src/bin/sh/Makefile#5 edit

Differences ...

==== //depot/projects/dtrace/src/bin/sh/Makefile#5 (text+ko) ====

@@ -22,7 +22,7 @@
 CFLAGS+=-DSHELL -I. -I${.CURDIR}
 # for debug:
 # CFLAGS+= -g -DDEBUG=2
-WARNS?=	3
+WARNS?=	2
 WFORMAT=0
 
 .PATH:	${.CURDIR}/bltin \


More information about the p4-projects mailing list