diff options
author | Dave Chinner <david@fromorbit.com> | 2010-01-25 23:10:15 -0500 |
---|---|---|
committer | Dave Chinner <david@fromorbit.com> | 2010-01-25 23:10:15 -0500 |
commit | 388f1f0c346b533b06d8bc792f7204ebc3e4b7da (patch) | |
tree | 22222603efb46b0b6530fa65b3c60b8fa61d9800 /fs | |
parent | cbe132a8bdcff0f9afd9060948fb50597c7400b8 (diff) |
xfs: turn off sign warnings
Because they cause warnings in static inline functions conditionally
compiled into XFS from the VFS (e.g. fsnotify).
Signed-off-by: Dave Chinner <david@fromorbit.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/xfs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile index 19267019dacf..5c5a366aa332 100644 --- a/fs/xfs/Makefile +++ b/fs/xfs/Makefile | |||
@@ -16,7 +16,7 @@ | |||
16 | # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA | 16 | # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA |
17 | # | 17 | # |
18 | 18 | ||
19 | EXTRA_CFLAGS += -I$(src) -I$(src)/linux-2.6 -Wpointer-sign | 19 | EXTRA_CFLAGS += -I$(src) -I$(src)/linux-2.6 |
20 | 20 | ||
21 | XFS_LINUX := linux-2.6 | 21 | XFS_LINUX := linux-2.6 |
22 | 22 | ||