Sure - I'll commit the following: *) mod_proxy_fcgi: Fix missing APLOGNO macro argument
Straight forward enough. Thanks for the correction. -- Daniel Ruggeri On 8/1/2020 9:14 AM, Steffen wrote: > Not agree. Fixes APLOGNO it for all platforms. Only I reported warnings on > Windows. Maybe on other platforms it is suppressed. > > No credit for me, used to it. > > See also my comment on an other post @dev : > > Below said : *) mod_proxy_fcgi: Fix build on Windows > > Not agree, just say what really happened. > > Better : *) mod_proxy_fcgi: Fix missing macro argument > > No, not a fix for build on windows only, was/is building fine. APLOGNO is > used on all platforms, only a list of warnings from my Windows build was > showing a APLOGNO warning. > > >> Op 1 aug. 2020 om 16:06 heeft [email protected] het volgende geschreven: >> >> Author: druggeri >> Date: Sat Aug 1 14:06:07 2020 >> New Revision: 1880502 >> >> URL: http://svn.apache.org/viewvc?rev=1880502&view=rev >> Log: >> Note the one change with 2.4.46 before reroll >> >> Modified: >> httpd/httpd/branches/2.4.x/CHANGES >> >> Modified: httpd/httpd/branches/2.4.x/CHANGES >> URL: >> http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1880502&r1=1880501&r2=1880502&view=diff >> ============================================================================== >> --- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original) >> +++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Sat Aug 1 14:06:07 2020 >> @@ -1,5 +1,7 @@ >> -*- coding: utf-8 >> -*- >> Changes with Apache 2.4.46 >> + *) mod_proxy_fcgi: Fix build warnings for Windows platform >> + [Eric Covener, Christophe Jaillet] >> >> Changes with Apache 2.4.45 >> >> >>
