Re: C11 / VS 2019

Andrew Dunstan <andrew@dunslane.net>

From: Andrew Dunstan <andrew@dunslane.net>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Peter Eisentraut <peter@eisentraut.org>, Nazir Bilal Yavuz <byavuz81@gmail.com>, Michael Paquier <michael@paquier.xyz>, pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2025-07-08T20:10:47Z
Lists: pgsql-hackers
On 2025-07-08 Tu 3:45 PM, Tom Lane wrote:
> Andrew Dunstan <andrew@dunslane.net> writes:
>> It's done and running. Testing before I re-enabled the animal it shows
>> it was happy.
> In the no-good-deed-goes-unpunished department ... drongo is now spewing
> a boatload of these warnings:
>
> C:\\Program Files (x86)\\Windows Kits\\10\\include\\10.0.18362.0\\um\\winbase.h(9305): warning C5105: macro expansion producing 'defined' has undefined behavior
>
> Looks like this comes out once per .c file -- probably it's
> in an inclusion from <windows.h>.  Dunno if there's anything
> we can do but ignore it.  I wonder though why we have not seen
> this on other buildfarm animals.
>
> 			


*sigh*


will investigate.


cheers


andrew


--
Andrew Dunstan
EDB: https://www.enterprisedb.com




Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Raise C requirement to C11

  2. meson: Move C99 test earlier

  3. Enable MSVC conforming preprocessor

  4. Make parseNodeString() C idiom compatible with Visual Studio 2015.