Silence a few compiler warnings from gcc on MinGW.
Andrew Dunstan <andrew@dunslane.net>
Silence a few compiler warnings from gcc on MinGW. Most of these cast DWORD to int or unsigned int for printf type handling. This is safe even on 64 bit architectures because a DWORD is always 32 bits. In one case a variable is initialised to keep the compiler happy.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/port/win32/crashdump.c | modified | +5 −4 |
| src/backend/port/win32_latch.c | modified | +2 −2 |