Actions
Bug #9626
closedmove 'static xuio_stats_t xuio_stats' to file where it use
Start date:
2018-06-25
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
we have definition of 'static xuio_stats_t xuio_stats' in file dmu_impl.h and gcc5x and newer gcc complain about 'static variable defined but not used'
for reduce gcc warning we should move definition to file dmu.c
Updated by Igor Kozhukhov almost 4 years ago
Updated by Electric Monk almost 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit 857c96d257470e097e846ab8886580991b329c32
commit 857c96d257470e097e846ab8886580991b329c32 Author: Igor Kozhukhov <igor@dilos.org> Date: 2018-08-13T17:24:13.000Z 9626 move 'static xuio_stats_t xuio_stats' to file where it use Reviewed by: Yuri Pankov <yuripv@yuripv.net> Reviewed by: Matthew Ahrens <mahrens@delphix.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions