compiler warnings from cvs tip

From: Joe Conway <mail(at)joeconway(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgreSQL(dot)org>
Subject: compiler warnings from cvs tip
Date: 2002-07-18 20:56:31
Message-ID: 3D372B7F.3000605@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I'm getting the warnings below from current cvs. My configure line looks
like:

./configure --enable-integer-datetimes --enable-locale --enable-debug
--enable-cassert --enable-multibyte --enable-syslog --enable-nls
--enable-depend

Joe

============================================================
gcc -O2 -g -Wall -Wmissing-prototypes -Wmissing-declarations
-I../../../../src/include -c -o conv.o conv.c -MMD
conv.c:41: warning: `euc_kr2mic' defined but not used
conv.c:67: warning: `mic2euc_kr' defined but not used
conv.c:97: warning: `euc_cn2mic' defined but not used
conv.c:123: warning: `mic2euc_cn' defined but not used
conv.c:288: warning: `latin12mic' defined but not used
conv.c:293: warning: `mic2latin1' defined but not used
conv.c:298: warning: `latin22mic' defined but not used
conv.c:303: warning: `mic2latin2' defined but not used
conv.c:308: warning: `latin32mic' defined but not used
conv.c:313: warning: `mic2latin3' defined but not used
conv.c:318: warning: `latin42mic' defined but not used
conv.c:323: warning: `mic2latin4' defined but not used
conv.c:375: warning: `koi8r2mic' defined but not used
conv.c:382: warning: `mic2koi8r' defined but not used
conv.c:478: warning: `iso2mic' defined but not used
conv.c:504: warning: `mic2iso' defined but not used
conv.c:530: warning: `win12512mic' defined but not used
conv.c:556: warning: `mic2win1251' defined but not used
conv.c:582: warning: `alt2mic' defined but not used
conv.c:608: warning: `mic2alt' defined but not used
conv.c:642: warning: `win12502mic' defined but not used
conv.c:666: warning: `mic2win1250' defined but not used

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Hannu Krosing 2002-07-18 21:15:11 Re: preventing encoding conversion while starting up
Previous Message Neil Conway 2002-07-18 20:31:30 Re: RFC: listing lock status