]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r239959:
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 7 Sep 2012 17:58:36 +0000 (17:58 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 7 Sep 2012 17:58:36 +0000 (17:58 +0000)
commit74a55dadfe8b4c65a322c8d475b7071d86f1d527
tree6631c9c6417d8632cd37a948b9d1279e9f93e1bf
parent23ace6e975c210d9ba6f550c819efbe990c6a22f
MFC r239959:

  Work around several warnings from clang in the xfs filesystem, when
  linking it statically into the kernel.  With our gcc in base there are
  no warnings, so also remove the WERROR= from the module makefile.

  Noted by: Eir Nym <eirnym@gmail.com>

MFC r240011:

  Partially revert r239959, after actually fixing most of the clang
  warnings in sys/gnu/fs/xfs.  The only warnings that still need to be
  suppressed are those about array bound overruns of flexible array
  members in xfs_dir2_{block,sf}.c, which are too expensive (in terms of
  cascading code changes) to fix.

git-svn-id: svn://svn.freebsd.org/base/stable/9@240207 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/conf/files
sys/gnu/fs/xfs/FreeBSD/xfs_ioctl.c
sys/gnu/fs/xfs/FreeBSD/xfs_stats.c
sys/gnu/fs/xfs/FreeBSD/xfs_super.c
sys/gnu/fs/xfs/xfs_alloc.c
sys/gnu/fs/xfs/xfs_vfsops.c
sys/modules/xfs/Makefile