On Tue, Mar 20, 2018 at 10:53 PM, Rainer Jung <[email protected]> wrote:
>
> - compiler warnings:
>
>   - modules/core/mod_watchdog.c:436: warning: 'rv' may be used
>     uninitialized in this function
>   -> only on SLES 11, warning is correct but not critical (debug log);
>      not a regression

I don't see where rv can be used unitialzed there.

>
>   on RHEL 6 and SLES 11 due to older GCC versions:
>
>   - modules/md/md_json.c:31: warning: expected [error|warning|ignored] after
> '#pragma GCC diagnostic'
>
>   - modules/md/md_json.c:45: warning: expected [error|warning|ignored] after
> '#pragma GCC diagnostic'

r1827372 ?

>
>   - several "defined but not used" in dependency jansson.h due to strange
> jansson dependency library header files (see my 2.4.32 vote mail for
> details)

r1827373 ?

>
>   and only on Solaris (gcc 7.3.0)
>
>   - modules/ldap/util_ldap_cache_mgr.c:728:32: warning: format '%ld' expects
> argument of type 'long int', but argument 6 has type 'long long int'
> [-Wformat=]
>
>   - modules/ldap/util_ldap_cache.c:111:20: warning: format '%ld' expects
> argument of type 'long int', but argument 8 has type 'long long int'
> [-Wformat=]

r1827366 (hopefully).


Regards,
Yann.

Reply via email to