Actions
Bug #8288
closeduts: common/os/cap_util.c has misleading indentation
Start date:
2017-05-28
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
Building with gcc 6:
../../common/os/cap_util.c: In function 'cu_cpc_init': ../../common/os/cap_util.c:563:4: error: this 'if' clause does not guard... [-Werror=misleading-indentation] if (cntr_info != NULL) ^~ ../../common/os/cap_util.c:565:5: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' cntr_info_array[pg_hw_type] = NULL; ^~~~~~~~~~~~~~~ cc1: all warnings being treated as errors
Updated by Electric Monk about 5 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit c18b20ad4fc1d3aff0273f3ab86b8e4c740a0e83
commit c18b20ad4fc1d3aff0273f3ab86b8e4c740a0e83 Author: Toomas Soome <tsoome@me.com> Date: 2017-06-02T17:48:22.000Z 8288 uts: common/os/cap_util.c has misleading indentation Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Actions