PERFORCE change 127686 for review

John Birrell jb at FreeBSD.org
Thu Oct 18 02:51:55 PDT 2007


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

Change 127686 by jb at jb_freebsd1 on 2007/10/18 09:51:07

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

Affected files ...

.. //depot/projects/dtrace/src/usr.bin/tip/tip/Makefile#5 edit

Differences ...

==== //depot/projects/dtrace/src/usr.bin/tip/tip/Makefile#5 (text+ko) ====

@@ -36,7 +36,7 @@
 MAN=	tip.1 cu.1
 CFLAGS+=-I${.CURDIR} -DDEFBR=9600 -DDEFFS=BUFSIZ -DACULOG -DPRISTINE \
 	-DCONNECT -DV831 -DVENTEL -DHAYES -DCOURIER -DT3000
-WARNS?=	3
+WARNS?=	2
 .PATH:	${.CURDIR}/../libacu
 SRCS=	acu.c acutab.c cmds.c cmdtab.c cu.c hunt.c log.c partab.c \
 	remote.c tip.c tipout.c uucplock.c value.c vars.c \


More information about the p4-projects mailing list