compile warnings in CVS HEAD

From: Neil Conway <neilc(at)samurai(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: Michael Meskes <meskes(at)postgresql(dot)org>
Subject: compile warnings in CVS HEAD
Date: 2003-04-14 00:26:39
Message-ID: 1050279999.443.14.camel@tokyo
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I get the following warnings when compiling CVS HEAD:

be-secure.c: In function `open_server_SSL':
be-secure.c:719: warning: assignment from incompatible pointer type

timestamp.c: In function `dttofmtasc_replace':
timestamp.c:468: warning: `%g' yields only last 2 digits of year
timestamp.c:606: warning: `%x' yields only last 2 digits of year in some
locales

(That's the timestamp.c in src/interfaces/ecpg/pgtypeslib)

This build has SSL enabled (the SSL warning above has been present for a
while...). I'm using GCC 3.2.3 on Debian Linux.

Cheers,

Neil

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message cbbrowne 2003-04-14 01:37:56 Re: PostgreSQL on a Cluster
Previous Message Neil Conway 2003-04-14 00:09:13 minor bug with latest flex