From owner-cvs-all Mon Nov 5 19:21:22 2001 Delivered-To: cvs-all@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 7B1A737B405; Mon, 5 Nov 2001 19:21:17 -0800 (PST) Received: by flood.ping.uio.no (Postfix, from userid 2602) id C751C14C2E; Tue, 6 Nov 2001 04:21:10 +0100 (CET) X-URL: http://www.ofug.org/~des/ X-Disclaimer: The views expressed in this message do not necessarily coincide with those of any organisation or company with which I am or have been affiliated. To: David Malone Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/usr.bin/cmp Makefile References: <200111052027.fA5KRHH99231@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 06 Nov 2001 04:21:09 +0100 In-Reply-To: <200111052027.fA5KRHH99231@freefall.freebsd.org> Message-ID: Lines: 22 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG David Malone writes: > Log: > Don't use gcc -Wall flag. Add FreeBSD: line. Index: Makefile =================================================================== RCS file: /home/ncvs/src/usr.bin/cmp/Makefile,v retrieving revision 1.3 diff -u -r1.3 Makefile --- Makefile 5 Nov 2001 20:27:17 -0000 1.3 +++ Makefile 6 Nov 2001 03:20:43 -0000 @@ -3,5 +3,6 @@ PROG= cmp SRCS= cmp.c misc.c regular.c special.c +WARNS?= 2 .include DES -- Dag-Erling Smorgrav - des@ofug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message