Re: C11 / VS 2019 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: C11 / VS 2019
Date
Msg-id 901646.1752003913@sss.pgh.pa.us
Whole thread Raw
In response to Re: C11 / VS 2019  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: C11 / VS 2019
List pgsql-hackers
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.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Alexander Borisov
Date:
Subject: Re: Improve the performance of Unicode Normalization Forms.
Next
From: Tom Lane
Date:
Subject: Re: What is a typical precision of gettimeofday()?