You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Steffen <in...@apachelounge.com> on 2019/08/05 10:54:35 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.cmod_md_config.c mod_md_drive.c


Also APLOGNO warnings in:

mod_proxy mod_http2 mod_ssl


On Monday 05/08/2019 at 12:32, Rainer Jung  wrote:
> 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.cmod_md_config.c mod_md_drive.c

Posted by Rainer Jung <ra...@kippdata.de>.
Hi Steffen,

it would help, it you could copy in the warnings here. Not everyone uses 
a compiler setup that shows these warnings. Being explicit about 
observations lowers the bar for us to fix them.

Thanks and regards,

Rainer

Am 05.08.2019 um 12:54 schrieb Steffen:
> 
> 
> Also APLOGNO warnings in:
> 
> mod_proxy mod_http2 mod_ssl
> 
> 
> On Monday 05/08/2019 at 12:32, Rainer Jung  wrote:
>> 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