Actions
Bug #8229
closedixgbe: misleading-indentation
Start date:
2017-05-15
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
Building with gcc 6:
../../common/io/ixgbe/ixgbe_main.c:3001:3: error: this 'if' clause does not guard... [-Werror=misleading-indentation] if ((i & 3) == 3) ^~ ../../common/io/ixgbe/ixgbe_main.c:3012:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' reta = 0; ^~~~ cc1: all warnings being treated as errors
Actions