Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Mar 2005 04:33:13 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sbin/geom/core geom.c
Message-ID:  <200503140433.j2E4XDkR013863@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
delphij     2005-03-14 04:33:13 UTC

  FreeBSD src repository

  Modified files:
    sbin/geom/core       geom.c 
  Log:
  printf(3) expects that %*s having an int parameter, which generates
  warning on 64-bit platforms.  Explicitly cast these values to int
  to work around this issue, as these values are tend to be small.
  
  Spotted by:     ia64 tinderbox
  
  Revision  Changes    Path
  1.15      +5 -5      src/sbin/geom/core/geom.c



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