---
mount.cifs.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mount.cifs.c b/mount.cifs.c
index 2d1d842..a1b0454 100644
--- a/mount.cifs.c
+++ b/mount.cifs.c
@@ -525,13 +525,13 @@ free_caps:
}
#else /* HAVE_LIBCAP */
static int
-drop_capabilities(int parent)
+drop_capabilities(int parent __attribute((unused)))
{
return 0;
}
static int
-toggle_dac_capability(int writable, int enable)
+toggle_dac_capability(int writable __attribute((unused)), int enable
__attribute((unused)))
{
return 0;
}
--
1.7.10
--
To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html