New windows compiler warning from 585bca39

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, magnus(at)hagander(dot)net
Subject: New windows compiler warning from 585bca39
Date: 2014-04-17 08:42:01
Message-ID: CAApHDvoNunVynyx_bTY6dJFLJD9bMPBiv+6PPcUqL-1yWkrrkQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I've attached a tiny patch that fixes a new compiler warning on the windows
build...

Perhaps the #ifndef could be placed in a nicer spot in the patch, but the
attached should at least describe where the problem lies...

(ClCompile target) ->
src\interfaces\libpq\fe-connect.c(3365): warning C4101: 'msgid' :
unreferenced local variable [D:\Postgres\b\libpq.vcxproj]

1 Warning(s)

Attachment Content-Type Size
fe-connect_win32_warning_fix.patch application/octet-stream 402 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2014-04-17 09:06:54 Re: slow startup due to LWLockAssign() spinlock
Previous Message Etsuro Fujita 2014-04-17 08:30:38 Re: Question about optimising (Postgres_)FDW