Nothing critcal, just as an info that we should silence them before the
next release:
/path/to/modules/md/md_time.c:222: warning: ‘percent’ may be used
uninitialized in this function
/path/to/modules/md/md_time.c:238:65: warning: 'percent' may be used
uninitialized in this function [-Wmaybe-uninitialized]
and
/path/to/modules/md/mod_md_drive.c:152: warning: ‘rv’ may be used
uninitialized in this function
I think at least the "percent" ones are false positives, but since we
are warning free apart from the ones above, it would be nice to silence
them.
Regards,
Rainer