pgsql: Silence compiler warning about unused variable on Windows. - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Silence compiler warning about unused variable on Windows.
Date
Msg-id E1QC9aF-0003Xe-K8@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Silence compiler warning about unused variable on Windows.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/b2e2d3a3781c717ee826d01d83e55009321ac24d

Modified Files
--------------
src/interfaces/libpq/fe-connect.c |    2 ++
1 files changed, 2 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Silence compiler warning about unused variable on Windows.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Silence compiler warning about casting HANDLE to long on WIN64.