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