public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Compile warnings in XFS, kernel 2.6.15.1
@ 2006-01-31  3:19 L. A. Walsh
  2006-01-31  4:53 ` Nathan Scott
  2006-02-01  0:24 ` John Klingler
  0 siblings, 2 replies; 3+ messages in thread
From: L. A. Walsh @ 2006-01-31  3:19 UTC (permalink / raw)
  To: Linux-Kernel; +Cc: Linux-Xfs

Are these warnings anything to worry about?

  CC      fs/xfs/xfs_bmap.o
  LD      fs/udf/udf.o
  LD      fs/udf/built-in.o
  CC      fs/dnotify.o
  CC      fs/xfs/xfs_bmap_btree.o
fs/xfs/xfs_bmap.c: In function `xfs_bmap_search_extents':
fs/xfs/xfs_bmap.c:3590: warning: long long unsigned int format, 
different type arg (arg 5)
  CC      fs/xfs/xfs_btree.o
  CC      fs/xfs/xfs_buf_item.o
  CC      fs/xfs/xfs_iget.o
  CC      fs/xfs/xfs_inode.o
  CC      fs/xfs/xfs_inode_item.o
  CC      fs/xfs/xfs_iocore.o
  CC      fs/xfs/xfs_iomap.o
  CC      fs/xfs/xfs_itable.o
fs/xfs/xfs_iomap.c: In function `xfs_iomap_write_direct':
fs/xfs/xfs_iomap.c:488: warning: long long unsigned int format, 
different type arg (arg 5)
fs/xfs/xfs_iomap.c: In function `xfs_iomap_write_delay':
fs/xfs/xfs_iomap.c:591: warning: long long unsigned int format, 
different type arg (arg 5)
fs/xfs/xfs_iomap.c:697: warning: long long unsigned int format, 
different type arg (arg 5)
fs/xfs/xfs_iomap.c: In function `xfs_iomap_write_allocate':
fs/xfs/xfs_iomap.c:834: warning: long long unsigned int format, 
different type arg (arg 5)
fs/xfs/xfs_iomap.c: In function `xfs_iomap_write_unwritten':
fs/xfs/xfs_iomap.c:941: warning: long long unsigned int format, 
different type arg (arg 5)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Compile warnings in XFS, kernel 2.6.15.1
  2006-01-31  3:19 Compile warnings in XFS, kernel 2.6.15.1 L. A. Walsh
@ 2006-01-31  4:53 ` Nathan Scott
  2006-02-01  0:24 ` John Klingler
  1 sibling, 0 replies; 3+ messages in thread
From: Nathan Scott @ 2006-01-31  4:53 UTC (permalink / raw)
  To: L. A. Walsh; +Cc: Linux-Kernel, Linux-Xfs

On Mon, Jan 30, 2006 at 07:19:23PM -0800, L. A. Walsh wrote:
> Are these warnings anything to worry about?

No.

-- 
Nathan

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Compile warnings in XFS, kernel 2.6.15.1
  2006-01-31  3:19 Compile warnings in XFS, kernel 2.6.15.1 L. A. Walsh
  2006-01-31  4:53 ` Nathan Scott
@ 2006-02-01  0:24 ` John Klingler
  1 sibling, 0 replies; 3+ messages in thread
From: John Klingler @ 2006-02-01  0:24 UTC (permalink / raw)
  To: L. A. Walsh; +Cc: Linux-Kernel, Linux-Xfs

The 2.6.11.1 source doesn't line up with your line numbers so I can't 
say. You'll have to see whether it's stuffing a 64 bit number into a 32 
bit number or vice versa and see if that will cause problems. I don't 
get those error messages when I compile the kernel so maybe someone put 
a cast in or fixed something. There are still plenty of warnings about 
uninitialized variable and so on which I would feel more comfortable not 
seeing. 111 the last time.

John

L. A. Walsh wrote:

> Are these warnings anything to worry about?
>
>  CC      fs/xfs/xfs_bmap.o
>  LD      fs/udf/udf.o
>  LD      fs/udf/built-in.o
>  CC      fs/dnotify.o
>  CC      fs/xfs/xfs_bmap_btree.o
> fs/xfs/xfs_bmap.c: In function `xfs_bmap_search_extents':
> fs/xfs/xfs_bmap.c:3590: warning: long long unsigned int format, 
> different type arg (arg 5)
>  CC      fs/xfs/xfs_btree.o
>  CC      fs/xfs/xfs_buf_item.o
>  CC      fs/xfs/xfs_iget.o
>  CC      fs/xfs/xfs_inode.o
>  CC      fs/xfs/xfs_inode_item.o
>  CC      fs/xfs/xfs_iocore.o
>  CC      fs/xfs/xfs_iomap.o
>  CC      fs/xfs/xfs_itable.o
> fs/xfs/xfs_iomap.c: In function `xfs_iomap_write_direct':
> fs/xfs/xfs_iomap.c:488: warning: long long unsigned int format, 
> different type arg (arg 5)
> fs/xfs/xfs_iomap.c: In function `xfs_iomap_write_delay':
> fs/xfs/xfs_iomap.c:591: warning: long long unsigned int format, 
> different type arg (arg 5)
> fs/xfs/xfs_iomap.c:697: warning: long long unsigned int format, 
> different type arg (arg 5)
> fs/xfs/xfs_iomap.c: In function `xfs_iomap_write_allocate':
> fs/xfs/xfs_iomap.c:834: warning: long long unsigned int format, 
> different type arg (arg 5)
> fs/xfs/xfs_iomap.c: In function `xfs_iomap_write_unwritten':
> fs/xfs/xfs_iomap.c:941: warning: long long unsigned int format, 
> different type arg (arg 5)
> -
> To unsubscribe from this list: send the line "unsubscribe 
> linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-02-01  0:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-31  3:19 Compile warnings in XFS, kernel 2.6.15.1 L. A. Walsh
2006-01-31  4:53 ` Nathan Scott
2006-02-01  0:24 ` John Klingler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox