From 4b128f2ff635e4381bc310663da9f1c73b28e76e Mon Sep 17 00:00:00 2001 From: Pranith Kumar K Date: Tue, 6 Jun 2017 12:31:58 +0530 Subject: Fix compiler warnings Change-Id: I9dd396737a6719fe3828ec3e9c26bfd8aa1da238 Signed-off-by: Pranith Kumar K --- daemon/gluster-blockd.c | 1 - 1 file changed, 1 deletion(-) (limited to 'daemon') diff --git a/daemon/gluster-blockd.c b/daemon/gluster-blockd.c index de9953b..56e5197 100644 --- a/daemon/gluster-blockd.c +++ b/daemon/gluster-blockd.c @@ -285,7 +285,6 @@ main (int argc, char **argv) pthread_t server_thread; struct flock lock = {0, }; int errnosv = 0; - size_t opt = 0; if (glusterBlockDParseArgs(argc, argv)) { -- cgit