From 8b106204f52b283cdbe7a128c14f851dd54a150c Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Tue, 6 Mar 2018 15:25:07 +0530 Subject: fix spec file also other minor compiler errors Change-Id: I17625008d91740f3ba9efc6e574ec3dcd0b6c85f Signed-off-by: Prasanna Kumar Kalever --- cli/gluster-block.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'cli') diff --git a/cli/gluster-block.c b/cli/gluster-block.c index bfdaa18..425de0f 100644 --- a/cli/gluster-block.c +++ b/cli/gluster-block.c @@ -264,7 +264,6 @@ glusterBlockParseVolumeBlock(char *volumeblock, char *volume, char *block, char *helpstr, char *op) { int ret = -1; - size_t len = 0; char *sep = NULL; char *tmp = NULL; @@ -600,7 +599,6 @@ glusterBlockReplace(int argcount, char **options, int json) { blockReplaceCli robj = {0}; int ret = -1; - bool singleBlock = false; char helpMsg[256] = {0, }; -- cgit