Re: patch to fix unused variable warning on windows build

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: David Rowley <dgrowleyml(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: patch to fix unused variable warning on windows build
Date: 2013-11-13 11:32:30
Message-ID: 1384342350.15453.0.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2013-11-13 11:42:48 [PATCH] Report exit code from external recovery commands properly
Previous Message Jeremy Harris 2013-11-13 11:19:52 Re: Fast insertion indexes: why no developments