pgsql: Fix unused-variable warning on Windows.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix unused-variable warning on Windows.
Date: 2014-04-17 20:13:16
Message-ID: E1WasgO-0001Hj-SG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix unused-variable warning on Windows.

Introduced in 585bca39: msgid is not used in the Windows code path.

Also adjust comments a tad (mostly to keep pgindent from messing it up).

David Rowley

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/01563158235f5650743fd9b1dfa80c3d8faf89bb

Modified Files
--------------
src/interfaces/libpq/fe-connect.c | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2014-04-17 20:13:17 pgsql: Fix unused-variable warning on Windows.
Previous Message Bruce Momjian 2014-04-17 16:38:09 pgsql: pgcrypto: fix memset() calls that might be optimized away