diff options
author | Kaleb S KEITHLEY <kkeithle@redhat.com> | 2016-01-05 07:52:25 -0500 |
---|---|---|
committer | Jeff Darcy <jdarcy@redhat.com> | 2016-01-05 18:07:37 -0800 |
commit | a2119ef0f18d51500f5b496caf8dfd8f192dd490 (patch) | |
tree | 03221ae9df6f35944a9d870101067ecc12540148 /tests | |
parent | 1e779acec75842b0e8d5a34ac2ea52f9caeff4d1 (diff) |
dht: missleading indendentation, gcc-6
gcc-6 now has -Wmisleading-indentation as part of -Wall.
compiling with gcc-6 gives this warning.
...
dht-diskusage.c: In function ‘dht_subvol_has_err’:
dht-diskusage.c:361:33: warning: statement is indented as if it were
guarded by... [-Wmisleading-indentation]
goto out;
^~~~
dht-diskusage.c:358:25: note: ...this ‘if’ clause, but it is not
if (conf->decommissioned_bricks[i] &&
^~
...
Inspection of the source shows that without braces the loop is
terminated prematurely.
Change-Id: Ica48a8c59ee5d0a206797827d7920259d33b47ec
BUG: 1295784
Signed-off-by: Kaleb S KEITHLEY <kkeithle@redhat.com>
Reviewed-on: http://review.gluster.org/13176
Reviewed-by: N Balachandran <nbalacha@redhat.com>
Reviewed-by: Shyamsundar Ranganathan <srangana@redhat.com>
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions