Actions
Bug #8817
closedntxn: parameter 'mode_dont_care' set but not used
Start date:
2017-11-19
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
Debug build error from gcc 6:
../../common/io/ntxn/niu.c:233:24: error: parameter 'mode_dont_care' set but not used [-Werror=unused-but-set-parameter] unm_niu_gbe_ifmode_t mode_dont_care) ^~~~~~~~~~~~~~ cc1: all warnings being treated as errors
Updated by Electric Monk over 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 1f0a297725d06da62d0c701916f52e7f403ee0fc
commit 1f0a297725d06da62d0c701916f52e7f403ee0fc Author: Toomas Soome <tsoome@me.com> Date: 2017-11-23T11:30:26.000Z 8817 ntxn: parameter 'mode_dont_care' set but not used Reviewed by: Yuri Pankov <yuripv@gmx.com> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Hans Rosenfeld <hans.rosenfeld@joyent.com>
Actions