Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Oct 2007 09:51:54 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 127686 for review
Message-ID:  <200710180951.l9I9psJm036055@repoman.freebsd.org>

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

Change 127686 by jb@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 \



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