bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

float format, pointer arg


From: Marcus Brinkmann
Subject: float format, pointer arg
Date: Sun, 29 Sep 2002 16:54:49 +0200
User-agent: Mutt/1.4i

Hi,

can someone shed light on this (nfsd/fsys.c, line 75):

  char *name;
  int index;

  nitems = fscanf (index_file, "%d %as\n", &index, &name);

gcc -O -std=gnu99 -Wall -g -O3  -I. -I../../hurd/nfsd -I.. -I../../hurd 
-I../include -I../../hurd/include -D_GNU_SOURCE -D_IO_MTSAFE_IO 
-D_FILE_OFFSET_BITS=64  -DHAVE_MIG_RETCODE=1 -DHAVE_GETGROUPLIST=1 
-DLOCALSTATEDIR=\"/var\"  -c -o fsys.o ../../hurd/nfsd/fsys.c
../../hurd/nfsd/fsys.c: In function `init_filesystems':
../../hurd/nfsd/fsys.c:75: warning: float format, pointer arg (arg 4)

The code seems correct.

Thanks,
Marcus

-- 
`Rhubarb is no Egyptian god.' GNU      http://www.gnu.org    marcus@gnu.org
Marcus Brinkmann              The Hurd http://www.gnu.org/software/hurd/
Marcus.Brinkmann@ruhr-uni-bochum.de
http://www.marcus-brinkmann.de/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]