From owner-cvs-all Sat Nov 17 15:48:26 2001 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 D678E37B416; Sat, 17 Nov 2001 15:48:21 -0800 (PST) Received: (from iedowse@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id fAHNmLD40995; Sat, 17 Nov 2001 15:48:21 -0800 (PST) (envelope-from iedowse) Message-Id: <200111172348.fAHNmLD40995@freefall.freebsd.org> From: Ian Dowse Date: Sat, 17 Nov 2001 15:48:21 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/fsck_ffs dir.c fsck.h fsutil.c inode.c main.c pass1.c pass2.c pass3.c pass5.c setup.c utilities.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 iedowse 2001/11/17 15:48:21 PST Modified files: sbin/fsck_ffs dir.c fsck.h fsutil.c inode.c main.c pass1.c pass2.c pass3.c pass5.c setup.c utilities.c Log: Fix a large number of -Wall, -Wformat and -W compiler warnings. These were mainly missing casts or wrong format strings in printf statements, but there were also missing includes, unused variables, functions and arguments. The choice of `long' vs `int' still seems almost random in a lot of places though. Revision Changes Path 1.19 +3 -3 src/sbin/fsck_ffs/dir.c 1.21 +7 -6 src/sbin/fsck_ffs/fsck.h 1.8 +3 -16 src/sbin/fsck_ffs/fsutil.c 1.26 +5 -5 src/sbin/fsck_ffs/inode.c 1.28 +13 -16 src/sbin/fsck_ffs/main.c 1.24 +9 -7 src/sbin/fsck_ffs/pass1.c 1.14 +2 -2 src/sbin/fsck_ffs/pass2.c 1.10 +5 -4 src/sbin/fsck_ffs/pass3.c 1.23 +6 -5 src/sbin/fsck_ffs/pass5.c 1.26 +4 -2 src/sbin/fsck_ffs/setup.c 1.18 +3 -3 src/sbin/fsck_ffs/utilities.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message