Actions
Bug #8733
closedcxgbe: variable 'execute' set but not used
Start date:
2017-10-27
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
Debug build error with gcc 6:
../../../common/io/cxgbe/common/t4_hw.c:351:6: error: variable 'execute' set but not used [-Werror=unused-but-set-variable] u16 execute = 0; ^~~~~~~ cc1: all warnings being treated as errors
Updated by Electric Monk over 5 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit baa1db26a9368be6665db7776693fa63cc346ce5
commit baa1db26a9368be6665db7776693fa63cc346ce5 Author: Toomas Soome <tsoome@me.com> Date: 2018-02-07T16:41:11.000Z 8733 cxgbe: variable 'execute' set but not used Reviewed by: Yuri Pankov <yuripv@yuripv.net> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Jason King <jason.brian.king@gmail.com> Reviewed by: C Fraire <cfraire@me.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions