summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd-op-sm.c
diff options
context:
space:
mode:
authorKaleb S. KEITHLEY <kkeithle@redhat.com>2016-09-13 05:54:59 -0400
committerAtin Mukherjee <amukherj@redhat.com>2016-09-13 23:03:23 -0700
commit88f842024f018cae3fa39831212ef30c37dcf964 (patch)
tree68bcf9f8ea3b6d41b03a50824e4ae8bb6df12f51 /xlators/mgmt/glusterd/src/glusterd-op-sm.c
parent9836ab799fbe82dc9b37e4857282b88898ce9517 (diff)
xlators/glusterd: fix unused variable warnings/errors
http://review.gluster.org/14085 fixes a "pragma leak" where the generated rpc/xdr headers have a pair of pragmas that disable these warnings. With the warnings disabled, many unused variables have crept into the code base. And 14085 won't pass its own smoke test until all these warnings are fixed. BUG: 1369124 Change-Id: I7ccaa4f1cc817fa81082cee83e99a2dc7e542e17 Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com> Reviewed-on: http://review.gluster.org/15479 Smoke: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: Kotresh HR <khiremat@redhat.com> NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org> CentOS-regression: Gluster Build System <jenkins@build.gluster.org> Reviewed-by: Atin Mukherjee <amukherj@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-op-sm.c')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-op-sm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-op-sm.c b/xlators/mgmt/glusterd/src/glusterd-op-sm.c
index 1e39dadc2ac..4e07c4f76b3 100644
--- a/xlators/mgmt/glusterd/src/glusterd-op-sm.c
+++ b/xlators/mgmt/glusterd/src/glusterd-op-sm.c
@@ -2017,7 +2017,6 @@ glusterd_op_reset_all_volume_options (xlator_t *this, dict_t *dict)
char *next_version = NULL;
gf_boolean_t quorum_action = _gf_false;
gf_boolean_t option = _gf_false;
- char *op_errstr = NULL;
conf = this->private;
ret = dict_get_str (dict, "key", &key);