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

From Peter Eisentraut
Subject Re: Suppress compiler warnings on mingw
Date
Msg-id 200803142218.23658.peter_e@gmx.net
Whole thread Raw
In response to Re: 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:
> DWORD is an alias for 'unsigned long' in 32bit Windows.

Then try using %lu and no casts.  That should get rid of the warnings the
proper way.

pgsql-patches by date:

Previous
From: Jeremy Drake
Date:
Subject: Re: Suppress compiler warnings on mingw
Next
From: Tom Lane
Date:
Subject: Re: Hash Index Build Patch v2