From owner-freebsd-bugs Thu Jun 27 3:50:25 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8458437B405 for ; Thu, 27 Jun 2002 03:50:04 -0700 (PDT) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5RAo4JU097265 for ; Thu, 27 Jun 2002 03:50:04 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5RAo46R097264; Thu, 27 Jun 2002 03:50:04 -0700 (PDT) Date: Thu, 27 Jun 2002 03:50:04 -0700 (PDT) Message-Id: <200206271050.g5RAo46R097264@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dan Lukes Subject: Re: bin/39868: cleaning sbin/dump code from warnings Reply-To: Dan Lukes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/39868; it has been noted by GNATS. From: Dan Lukes To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: bin/39868: cleaning sbin/dump code from warnings Date: Thu, 27 Jun 2002 12:48:22 +0200 Well - as long as sizeof(int)==sizeof(long) the bugs has no real impact, so it may remain unfixed in stable safelly. But the sbin/dump/traverse.c: In function `bread': 629: warning: int format, pointer arg (arg 3) disk is (char *) is the only error with real impact as the error message ---------------- msg("More than %d block read errors from %d\n", BREADEMAX, disk); ---------------- may be confusing (because disk is (char *)) for user. It should be fixed in -stable too, IMHO ... Dan -- Dan Lukes tel: +420 2 21914205, fax: +420 2 21914206 root of FIONet, KolejNET, webmaster of www.freebsd.cz AKA: dan@obluda.cz, dan@freebsd.cz, dan@kolej.mff.cuni.cz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message