1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-02-25 21:57:45 +03:00
Bryn M. Reeves 146b2582b0 libdm: move initialisation of group_id in _aggregate_histogram()
Older compilers are not able to determine that although group_id
is only assigned in one branch of a conditional, it is never used
used when the other branch is taken:

  libdm-stats.c:3319: warning: "group_id" may be used uninitialized in this function

Avoid this by always initialising the variable when it is
declared.
2017-03-10 11:45:08 +00:00
..
2017-02-05 17:55:37 +01:00
2016-11-03 17:49:07 +01:00
2016-02-23 12:25:25 +01:00
2016-11-23 17:55:03 +01:00
2015-08-17 17:20:14 +01:00
2017-03-09 18:50:15 +00:00
2016-12-11 23:24:17 +01:00
2016-01-21 12:11:37 +01:00
2016-01-21 12:11:37 +01:00