Re: Suppress compiler warnings on mingw

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-patches(at)postgresql(dot)org
Cc: ITAGAKI Takahiro <itagaki(dot)takahiro(at)oss(dot)ntt(dot)co(dot)jp>
Subject: Re: Suppress compiler warnings on mingw
Date: 2008-03-14 04:40:45
Message-ID: 200803140540.46540.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message ITAGAKI Takahiro 2008-03-14 05:34:49 Re: Suppress compiler warnings on mingw
Previous Message ITAGAKI Takahiro 2008-03-14 02:54:34 Suppress compiler warnings on mingw