Subject: Re: ntfs current build prob
To: None <prlw1@cam.ac.uk>
From: Jaromir Dolecek <dolecek@ics.muni.cz>
List: current-users
Date: 10/01/1999 21:59:29
Patrick Welche wrote:
>
> cc -Os -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes -Wpointer-arith -Wno-main -I. -I../../../../arch -I../../../.. -nostdinc -DMAXUSERS=32 -D_KERNEL -Di386 -c ../../../../ntfs/ntfs_subr.c
> cc1: warnings being treated as errors
> ../../../../ntfs/ntfs_subr.c: In function `ntfs_ntvattrget':
> ../../../../ntfs/ntfs_subr.c:249: warning: field width is not type int (arg 4)
>
> dprintf(("ntfs_ntvattrget: UNEXISTED ATTRIBUTE: " \
> "ino: %d, type: 0x%x, name: %.*s, vcn: %d\n", \
> ip->i_number, type, namelen, name, (u_int32_t) vcn));
>
> .. isn't u_int32_t close enough...
>
> Cheers,
>
> Patrick
Thanks. It should be okay by now.
Jaromir