Date: Thu, 18 Oct 2007 10:00:07 GMT From: John Birrell <jb@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 127691 for review Message-ID: <200710181000.l9IA07Xa036425@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=127691 Change 127691 by jb@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710181000.l9IA07Xa036425>