summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys-utils/mount.c')
-rw-r--r--sys-utils/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/mount.c b/sys-utils/mount.c
index aa071957b..e4b3e4f7c 100644
--- a/sys-utils/mount.c
+++ b/sys-utils/mount.c
@@ -286,7 +286,7 @@ static void selinux_warning(struct libmnt_context *cxt, const char *tgt)
}
}
#else
-# define selinux_warning(_x)
+# define selinux_warning(_x, _y)
#endif