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 10:32:13 UTC

Re: svn commit: r1864425 - in /httpd/httpd/trunk/modules/md: md_acme_acct.c md_acme_order.c md_crypt.c md_time.c md_version.h mod_md.c mod_md_config.c mod_md_drive.c

Hi Stefan,

Am 05.08.2019 um 12:27 schrieb icing@apache.org:
> Author: icing
> Date: Mon Aug  5 10:27:34 2019
> New Revision: 1864425
> 
> URL: http://svn.apache.org/viewvc?rev=1864425&view=rev
> Log:
>   * mod_md: fix compiler warnings

thanks for that. Some trailing spaces have now slipped in though (judged 
on the diff).

Did you notice this report by Gregg:

mod_md.c(386): warning C4003: not enough actual parameters for macro 
'APLOGNO'
mod_md.c(391): warning C4003: not enough actual parameters for macro 
'APLOGNO'
mod_md.c(601): warning C4003: not enough actual parameters for macro 
'APLOGNO'
mod_md.c(608): warning C4003: not enough actual parameters for macro 
'APLOGNO'
mod_md.c(659): warning C4003: not enough actual parameters for macro 
'APLOGNO'
mod_md.c(702): warning C4003: not enough actual parameters for macro 
'APLOGNO'
mod_md.c(912): warning C4003: not enough actual parameters for macro 
'APLOGNO'

Thanks and regards,

Rainer

Re: svn commit: r1864425 - in /httpd/httpd/trunk/modules/md: md_acme_acct.c md_acme_order.c md_crypt.c md_time.c md_version.h mod_md.c mod_md_config.c mod_md_drive.c

Posted by Stefan Eissing <st...@greenbytes.de>.

> Am 05.08.2019 um 12:32 schrieb Rainer Jung <ra...@kippdata.de>:
> 
> Hi Stefan,
> 
> Am 05.08.2019 um 12:27 schrieb icing@apache.org:
>> Author: icing
>> Date: Mon Aug  5 10:27:34 2019
>> New Revision: 1864425
>> URL: http://svn.apache.org/viewvc?rev=1864425&view=rev
>> Log:
>>  * mod_md: fix compiler warnings
> 
> thanks for that. Some trailing spaces have now slipped in though (judged on the diff).
> 
> Did you notice this report by Gregg:
> 
> mod_md.c(386): warning C4003: not enough actual parameters for macro 'APLOGNO'
> mod_md.c(391): warning C4003: not enough actual parameters for macro 'APLOGNO'
> mod_md.c(601): warning C4003: not enough actual parameters for macro 'APLOGNO'
> mod_md.c(608): warning C4003: not enough actual parameters for macro 'APLOGNO'
> mod_md.c(659): warning C4003: not enough actual parameters for macro 'APLOGNO'
> mod_md.c(702): warning C4003: not enough actual parameters for macro 'APLOGNO'
> mod_md.c(912): warning C4003: not enough actual parameters for macro 'APLOGNO'


This is from 2.4.x, or? I am just about to backport the current trunk there...I am working as fast as I can! :)

> 
> Thanks and regards,
> 
> Rainer