You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rainer Jung <ra...@kippdata.de> on 2019/08/05 07:54:57 UTC

Compilation warnings in 2.4.40 mod_md

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