Blame SOURCES/0017-cifs.upcall-fix-a-compiler-warning.patch

75f41f
From e762faa6943c90e6b593c13b3962af16cdf20d2c Mon Sep 17 00:00:00 2001
75f41f
From: Pavel Shilovsky <pshilov@microsoft.com>
75f41f
Date: Sat, 16 Mar 2019 12:34:13 -0700
75f41f
Subject: [PATCH 17/36] cifs.upcall: fix a compiler warning
75f41f
75f41f
Signed-off-by: Pavel Shilovsky <pshilov@microsoft.com>
75f41f
(cherry picked from commit 2244e109ae30aeb0a21deaa591f6e11fa2039e7d)
75f41f
Signed-off-by: Sachin Prabhu <sprabhu@redhat.com>
75f41f
---
75f41f
 cifs.upcall.c | 1 +
75f41f
 1 file changed, 1 insertion(+)
75f41f
75f41f
diff --git a/cifs.upcall.c b/cifs.upcall.c
75f41f
index c92ee62..1559434 100644
75f41f
--- a/cifs.upcall.c
75f41f
+++ b/cifs.upcall.c
75f41f
@@ -126,6 +126,7 @@ drop_all_capabilities(void)
75f41f
 static int
75f41f
 trim_capabilities(bool unused)
75f41f
 {
75f41f
+	(void)unused;
75f41f
 	return 0;
75f41f
 }
75f41f
 
75f41f
-- 
75f41f
1.8.3.1
75f41f