pgsql: Change warning-silencing code not to cast the pointer type,

Lists: pgsql-committers
From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Change warning-silencing code not to cast the pointer type,
Date: 2009-01-28 15:32:21
Message-ID: 20090128153221.802377559ED@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

Log Message:
-----------
Change warning-silencing code not to cast the pointer type, instead
casting the value of the variable later.

Per comments from Tom.

Modified Files:
--------------
pgsql/src/test/regress:
pg_regress.c (r1.58 -> r1.59)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c?r1=1.58&r2=1.59)