diff options
-rw-r--r-- | cifs.upcall.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |