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

From David Rowley
Subject patch to fix unused variable warning on windows build
Date
Msg-id CAApHDvp_sZ=zWMV4fFOy82ft24wSPnVMNfv0SUUA8Jud5vQBPA@mail.gmail.com
Whole thread Raw
Responses Re: patch to fix unused variable warning on windows build  (Amit Kapila <amit.kapila16@gmail.com>)
Re: patch to fix unused variable warning on windows build  (Peter Eisentraut <peter_e@gmx.net>)
List 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

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Heavily modified big table bloat even in auto vacuum is running
Next
From: Andres Freund
Date:
Subject: Re: alter_table regression test problem