cvs-tip broken - Mailing list pgsql-hackers

From Rod Taylor
Subject cvs-tip broken
Date
Msg-id 1029631374.37296.66.camel@jester
Whole thread Raw
Responses Re: cvs-tip broken  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
n file included from fe-connect.c:24:
libpq-int.h:337: warning: `struct timeval' declared inside parameter
list
libpq-int.h:337: warning: its scope is only this definition or
declaration, which is probably not what you want.
fe-connect.c: In function `connectDBComplete':
fe-connect.c:1060: storage size of `remains' isn't known
fe-connect.c:1060: storage size of `finish_time' isn't known
fe-connect.c:1060: storage size of `start_time' isn't known
fe-connect.c:1081: warning: suggest parentheses around && within ||
fe-connect.c:1086: warning: implicit declaration of function
`gettimeofday'
fe-connect.c:1106: warning: passing arg 4 of `pqWaitTimed' from
incompatible pointer type
fe-connect.c:1114: warning: passing arg 4 of `pqWaitTimed' from
incompatible pointer type
fe-connect.c:1060: warning: unused variable `start_time'
fe-connect.c:1060: warning: unused variable `finish_time'
fe-connect.c:1060: warning: unused variable `remains'






pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: compile warnings in CVS
Next
From: Tom Lane
Date:
Subject: Re: Remove implicit unique index creation on SERIAL columns?