From 2244e109ae30aeb0a21deaa591f6e11fa2039e7d Mon Sep 17 00:00:00 2001 From: Pavel Shilovsky Date: Sat, 16 Mar 2019 12:34:13 -0700 Subject: cifs.upcall: fix a compiler warning Signed-off-by: Pavel Shilovsky --- cifs.upcall.c | 1 + 1 file changed, 1 insertion(+) diff --git a/cifs.upcall.c b/cifs.upcall.c index c92ee62..1559434 100644 --- a/cifs.upcall.c +++ b/cifs.upcall.c @@ -126,6 +126,7 @@ drop_all_capabilities(void) static int trim_capabilities(bool unused) { + (void)unused; return 0; } -- cgit v1.2.3