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

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
Thread:
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)

Browse pgsql-committers by date

  From Date Subject
Next Message Teodor Sigaev 2009-01-28 18:31:33 pgsql: Fix bug with multiple evaluation of tsearch2 compatibility
Previous Message Magnus Hagander 2009-01-28 15:24:33 Re: [COMMITTERS] pgsql: Silence compiler warning on win32.