Re: Further simplification of c.h's #include section

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Further simplification of c.h's #include section
Дата
Msg-id CAB7nPqTFhd-WVzna52EwwQUOfeZSsPg3wUY-c+6p9tUyW+hQSw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Further simplification of c.h's #include section  (David Rowley <david.rowley@2ndquadrant.com>)
Ответы Re: Further simplification of c.h's #include section
Список pgsql-hackers
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?
-- 
Michael

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: Further simplification of c.h's #include section
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: pspg - psql pager