summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLukasz Dorau <lukasz.dorau@intel.com>2012-11-13 13:29:43 +0100
committerNeilBrown <neilb@suse.de>2012-11-20 12:12:03 +1100
commitf3f09a520fcadc94df067c780586636be0d262c7 (patch)
tree3935c397a261267c2f8c7ec2796533b903fe7afc /Makefile
parent98a92cff5a5120483dea7e51fa10ebb05f7826da (diff)
Grow.c: fix uninitialized variables compilation-time error
It fixes the following uninitialized variables compilation-time error: WARN - Grow.c: In function ‘reshape_array’: WARN - Grow.c:2413:21: error: ‘min_space_after’ may be used uninitialized in this function [-Werror=maybe-uninitialized] WARN - Grow.c:2376:39: note: ‘min_space_after’ was declared here WARN - Grow.c:2414:22: error: ‘min_space_before’ may be used uninitialized in this function [-Werror=maybe-uninitialized] WARN - Grow.c:2376:21: note: ‘min_space_before’ was declared here WARN - cc1: all warnings being treated as errors WARN - make: *** [Grow.o] Error 1 It occurs during compilation of mdadm on Fedora 17. Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com> Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions