Suppress compiler warnings on mingw - Mailing list pgsql-patches

From ITAGAKI Takahiro
Subject Suppress compiler warnings on mingw
Date
Msg-id 20080314114059.63D8.52131E4D@oss.ntt.co.jp
Whole thread Raw
Responses Re: Suppress compiler warnings on mingw  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-patches
Here is a patch to suppress compiler warnings in mingw build.

- Remove unused local variables.
- Cast DWORD to unsigned integer explicitly.
    DWORD is always 32bit integer on both 32bit and 64bit Windows.

Regards,
---
ITAGAKI Takahiro
NTT Open Source Software Center


Attachment

pgsql-patches by date:

Previous
From: Robert Lor
Date:
Subject: Re: DTrace probe patch for OS X Leopard
Next
From: Peter Eisentraut
Date:
Subject: Re: Suppress compiler warnings on mingw