Re: A few warnings on Windows
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Christian Ullrich <chris@chrullrich.net>
Cc: Thomas Munro <thomas.munro@enterprisedb.com>,
Michael Paquier <michael@paquier.xyz>,
Pg Hackers <pgsql-hackers@postgresql.org>
Date: 2018-05-03T14:18:30Z
Lists: pgsql-hackers
Christian Ullrich <chris@chrullrich.net> writes: >> Thomas Munro <thomas.munro@enterprisedb.com> writes: >>> Does anyone know what line 174 of pyconfig.h happens to say? > typedef _W64 int ssize_t; > , in a "not for 64-bit" block. > <https://github.com/python/cpython/blob/v3.6.3/PC/pyconfig.h>, 3.6.3 is > the installed version on whelk. Thanks. Not a lot we're going to be able to do about silencing that one, I'm afraid. Too bad they haven't wrapped that stanza in "#ifndef HAVE_SSIZE_T". regards, tom lane
Commits
-
Suppress some compiler warnings in plperl on Windows.
- 0996e4be047f 11.0 landed
-
Fix compiler warning on Windows.
- fe4ecd08d81c 11.0 landed
-
Change SIZEOF_BOOL to 1 for Windows.
- 6fe25c1358a2 11.0 landed
-
Fix some assorted compiler warnings on Windows.
- b2328bf62b64 11.0 landed
-
Clean up warnings from -Wimplicit-fallthrough.
- 41c912cad159 11.0 landed