Re: Suppress compiler warnings on mingw - Mailing list pgsql-patches

From Peter Eisentraut
Subject Re: Suppress compiler warnings on mingw
Date
Msg-id 200803140540.46540.peter_e@gmx.net
Whole thread Raw
In response to Suppress compiler warnings on mingw  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
Responses Re: Suppress compiler warnings on mingw  (ITAGAKI Takahiro <itagaki.takahiro@oss.ntt.co.jp>)
List pgsql-patches
ITAGAKI Takahiro wrote:
> - Cast DWORD to unsigned integer explicitly.
>     DWORD is always 32bit integer on both 32bit and 64bit Windows.

I think if that is so, you wouldn't need to add any casts.  Instead you would
only need to use the right format specifier.

pgsql-patches by date:

Previous
From: ITAGAKI Takahiro
Date:
Subject: Suppress compiler warnings on mingw
Next
From: ITAGAKI Takahiro
Date:
Subject: Re: Suppress compiler warnings on mingw