linux-btrfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 3.19rc1, extent_io.c:2193:13: warning: cast to pointer from integer of different size
@ 2014-12-23 21:46 Chris Murphy
  2014-12-25  9:21 ` [PATCH] btrfs: suppress a build warning on building 32bit kernel Satoru Takeuchi
  0 siblings, 1 reply; 5+ messages in thread
From: Chris Murphy @ 2014-12-23 21:46 UTC (permalink / raw)
  To: Btrfs BTRFS

I get this when building on i686:

  CC [M]  fs/btrfs/extent_io.o
fs/btrfs/extent_io.c: In function ‘btrfs_free_io_failure_record’:
fs/btrfs/extent_io.c:2193:13: warning: cast to pointer from integer of
different size [-Wint-to-pointer-cast]
   failrec = (struct io_failure_record *)state->private;


.config contains the following
CONFIG_BTRFS_FS=m
CONFIG_BTRFS_FS_POSIX_ACL=y
# CONFIG_BTRFS_FS_CHECK_INTEGRITY is not set
# CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set
CONFIG_BTRFS_DEBUG=y
CONFIG_BTRFS_ASSERT=y

-- 
Chris Murphy

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

end of thread, other threads:[~2015-01-06 14:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-23 21:46 3.19rc1, extent_io.c:2193:13: warning: cast to pointer from integer of different size Chris Murphy
2014-12-25  9:21 ` [PATCH] btrfs: suppress a build warning on building 32bit kernel Satoru Takeuchi
2014-12-29 15:09   ` David Sterba
2015-01-05  8:03     ` Satoru Takeuchi
2015-01-06 14:07       ` David Sterba

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).