Warning during PostgreSQL 9.0.4 libpq.dll build on WinXP+MinGW

From: Pavel Golub <pavel(at)microolap(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Warning during PostgreSQL 9.0.4 libpq.dll build on WinXP+MinGW
Date: 2011-04-19 11:09:01
Message-ID: 351035178.20110419140901@gf.microolap.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello, Pgsql-hackers.

Today I built libpq.dll library on Windows XP using MinGW and got one
warning message:

Pablo(at)computer /z/pasha/postgresql-9.0.4/src/interfaces/libpq
$ make

...

gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fw
rapv -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I./src/include/port/win32 -DEXEC_BACKEND "-I../../../src/
include/port/win32" -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-connect.o fe-connect.c
fe-connect.c: In function 'PQconnectPoll':
fe-connect.c:1533:13: warning: unused variable 'on'

...

Is it OK?

--
With best wishes,
Pavel mailto:pavel(at)gf(dot)microolap(dot)com

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2011-04-19 11:45:43 Re: Windows 64 bit warnings
Previous Message Magnus Hagander 2011-04-19 08:08:54 Re: Windows 64 bit warnings