Re: Further simplification of c.h's #include section - Mailing list pgsql-hackers

From David Rowley
Subject Re: Further simplification of c.h's #include section
Date
Msg-id CAKJS1f8DkZy4bupPtCjramXj+MKqA1WQPy_YtfT_8VTjoZSR-g@mail.gmail.com
Whole thread Raw
In response to Re: Further simplification of c.h's #include section  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
On 16 November 2017 at 19:14, Michael Paquier <michael.paquier@gmail.com> wrote:
> On Thu, Nov 16, 2017 at 2:23 PM, David Rowley
> <david.rowley@2ndquadrant.com> wrote:
>> I do get some warnings:
>>
>> (ClCompile target) ->
>>   src/test/modules/test_session_hooks/test_session_hooks.c(112): warning
>> C4113: 'void (__cdecl *)()' differs in parameter lists from
>> 'session_start_hook_type' [test_session_hooks.vcxproj]
>>   src/test/modules/test_session_hooks/test_session_hooks.c(113): warning
>> C4113: 'void (__cdecl *)()' differs in parameter lists from
>> 'session_end_hook_type' [test_session_hooks.vcxproj].
>>
>>     2 Warning(s)
>>
>> But I imagine that was caused by 745948422c (also get the warnings without
>> your patch)
>
> Do the warnings go away with the patch attached?

Yes

-- David Rowley                   http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training & Services


pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: [HACKERS] Remove duplicate setting in test/recovery/Makefile
Next
From: 高增琦
Date:
Subject: Re: no library dependency in Makefile?