Re: New compile warnings

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: New compile warnings
Date: 2004-11-21 02:14:36
Message-ID: 419FFA0C.8070707@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Andrew Dunstan wrote:

>
>>>
>>
>
>
> This message can actually be fixed with the addition of the following
> 2 lines to SPI.xs:
>
> *BOOT*:
> *items* = 0; /* avoid '*unused **variable*' warning */
>
>
>

Argghh!! Mozilla mailer C&P strikes again.

BOOT:
items = 0; /* avoid 'unused variable' warning */

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-11-21 08:14:38 Re: How to deal with order by, group by, distinct for user-defined types
Previous Message Andrew Dunstan 2004-11-21 02:02:56 Re: New compile warnings

Browse pgsql-patches by date

  From Date Subject
Next Message John Hansen 2004-11-21 09:19:13 Re: Unicode characters above 0x10000 #2
Previous Message Andrew Dunstan 2004-11-21 02:02:56 Re: New compile warnings