patch to fix unused variable warning on windows build

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: patch to fix unused variable warning on windows build
Date: 2013-11-07 06:13:59
Message-ID: CAApHDvp_sZ=zWMV4fFOy82ft24wSPnVMNfv0SUUA8Jud5vQBPA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Regards

David Rowley

Attachment Content-Type Size
unused_variable.patch application/octet-stream 758 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2013-11-07 09:53:31 Re: alter_table regression test problem
Previous Message Amit Kapila 2013-11-07 04:12:21 Re: Heavily modified big table bloat even in auto vacuum is running