Actions
Bug #9712
closedlibstand: netif.c variable set but not used
Start date:
2018-08-08
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
Build without warning suppression did reveal:
/code/illumos-gate/usr/src/boot/lib/libstand/netif.c: In function 'netif_select': /code/illumos-gate/usr/src/boot/lib/libstand/netif.c:93:12: error: variable 'unit_done' set but not used [-Werror=unused-but-set-variable] int d, u, unit_done, s; ^~~~~~~~~ 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 27d539f2d4b4c40e9fc667f8b1319ed290c6e4b3
commit 27d539f2d4b4c40e9fc667f8b1319ed290c6e4b3 Author: Toomas Soome <tsoome@me.com> Date: 2018-08-09T15:05:58.000Z 9712 libstand: netif.c variable set but not used Reviewed by: Yuri Pankov <yuripv@yuripv.net> Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Reviewed by: Sebastian Wiedenroth <sebastian.wiedenroth@skylime.net> Approved by: Dan McDonald <danmcd@joyent.com>
Actions