From owner-cvs-all Wed Feb 27 7:49:14 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4CDE437B417; Wed, 27 Feb 2002 07:49:08 -0800 (PST) Received: (from dwmalone@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g1RFn8U01969; Wed, 27 Feb 2002 07:49:08 -0800 (PST) (envelope-from dwmalone) Message-Id: <200202271549.g1RFn8U01969@freefall.freebsd.org> From: David Malone Date: Wed, 27 Feb 2002 07:49:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/usr.bin/checknr Makefile checknr.c X-FreeBSD-CVS-Branch: HEAD 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 dwmalone 2002/02/27 07:49:07 PST Modified files: usr.bin/checknr Makefile checknr.c Log: 1) Don't use -Wall in Makefile. 2) Don't compile vendor ID. 3) WARNS=4 fixes (constness, make a global local to avoid shadowing, unused parameters, rename local to avoid shadowing, remove junk after #endif) 4) remove some "register"s. Revision Changes Path 1.3 +1 -1 src/usr.bin/checknr/Makefile 1.5 +33 -31 src/usr.bin/checknr/checknr.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message