View Single Post

   
  #4 (permalink)  
Old 04-19-2008, 06:26 AM
Peter Eisentraut
 
Posts: n/a
Default Re: Suppress compiler warnings on mingw

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.

--
Sent via pgsql-patches mailing list (pgsql-patches@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-patches

Reply With Quote