Date: Sat, 30 Jun 2001 01:24:43 +0300 From: Peter Pentchev <roam@orbitel.bg> To: Dima Dorfman <dd@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/kldconfig kldconfig.c Message-ID: <20010630012443.C887@ringworld.oblivion.bg> In-Reply-To: <200106291946.f5TJkUF30589@freefall.freebsd.org>; from dd@FreeBSD.org on Fri, Jun 29, 2001 at 12:46:30PM -0700 References: <200106291946.f5TJkUF30589@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Jun 29, 2001 at 12:46:30PM -0700, Dima Dorfman wrote: > dd 2001/06/29 12:46:30 PDT > > Modified files: > sbin/kldconfig kldconfig.c > Log: > Silence warnings on the Alpha: don't assume size_t is an int. Uhm. You cast to (long) where the printf format string says %lu. Shouldn't that at least be an (unsigned long) cast? G'luck, Peter -- I had to translate this sentence into English because I could not read the original Sanskrit. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010630012443.C887>