Re: Further simplification of c.h's #include section
Michael Paquier <michael.paquier@gmail.com>
From: Michael Paquier <michael.paquier@gmail.com>
To: David Rowley <david.rowley@2ndquadrant.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Robert Haas <robertmhaas@gmail.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2017-11-16T06:14:45Z
Lists: pgsql-hackers
Attachments
- session_hook_void.patch (application/octet-stream) patch
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
Commits
-
Further refactoring of c.h and nearby files.
- ed9b3606dadb 11.0 landed
-
Rearrange c.h to create a "compiler characteristics" section.
- 91aec93e6089 11.0 cited