Re: pgsql: Silence compiler warning on win32. - Mailing list pgsql-committers

From Magnus Hagander
Subject Re: pgsql: Silence compiler warning on win32.
Date
Msg-id 497F2ACC.6050005@hagander.net
Whole thread Raw
In response to Re: pgsql: Silence compiler warning on win32.  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: pgsql: Silence compiler warning on win32.  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-committers
Tom Lane wrote:
> mha@postgresql.org (Magnus Hagander) writes:
>>     pgsql/src/test/regress:
>>         pg_regress.c (r1.57 -> r1.58)
>>         (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c?r1=1.57&r2=1.58)
>
> Surely this patch is wrong.  It is suppressing, not fixing, a critical
> warning about a datatype mismatch.

You mean the signed vs unsigned part? Other than that, int and dword are
always the same on win32...

//Magnus


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pgsql: Silence compiler warning on win32.
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Silence compiler warning on win32.