Re: New compile warnings - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: New compile warnings
Date
Msg-id 419FFA0C.8070707@dunslane.net
Whole thread Raw
In response to Re: New compile warnings  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers

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


pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: New compile warnings
Next
From: Thomas Hallgren
Date:
Subject: Re: Minor problem with Makefile.shlib