Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Jun 2002 03:50:04 -0700 (PDT)
From:      Dan Lukes <dan@obluda.cz>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/39868: cleaning sbin/dump code from warnings
Message-ID:  <200206271050.g5RAo46R097264@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/39868; it has been noted by GNATS.

From: Dan Lukes <dan@obluda.cz>
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




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