Re: patch to fix unused variable warning on windows build - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: patch to fix unused variable warning on windows build
Date
Msg-id 1384342350.15453.0.camel@vanquo.pezone.net
Whole thread Raw
In response to patch to fix unused variable warning on windows build  (David Rowley <dgrowleyml@gmail.com>)
List pgsql-hackers
On Thu, 2013-11-07 at 19:13 +1300, David Rowley wrote:
> Attached is a small patch which fixes the unused variable warning in
> the visual studios build. Seems like VS does not
> support  __attribute__((unused)) but looks like all other places we
> must assign to the variable.
> 
committed





pgsql-hackers by date:

Previous
From: Jeremy Harris
Date:
Subject: Re: Fast insertion indexes: why no developments
Next
From: Peter Eisentraut
Date:
Subject: [PATCH] Report exit code from external recovery commands properly