提交 a02956e4 编写于 作者: P Phillip Lougher

squashfs: fix compiler inline warning

Fix compiler warning where inline conflicts with non-inline
prototype.
Reported-by: NGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: NPhillip Lougher <phillip@lougher.demon.co.uk>
上级 899f4530
......@@ -295,7 +295,7 @@ static const struct xattr_handler squashfs_xattr_security_handler = {
.get = squashfs_security_get
};
static inline const struct xattr_handler *squashfs_xattr_handler(int type)
static const struct xattr_handler *squashfs_xattr_handler(int type)
{
if (type & ~(SQUASHFS_XATTR_PREFIX_MASK | SQUASHFS_XATTR_VALUE_OOL))
/* ignore unrecognised type */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册