| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Joe Conway <mail(at)joeconway(dot)com>, Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp> |
| Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: compiler warnings from cvs tip |
| Date: | 2002-07-18 22:35:37 |
| Message-ID: | 4477.1027031737@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Joe Conway <mail(at)joeconway(dot)com> writes:
> I'm getting the warnings below from current cvs.
I see the same.
> 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
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Eisentraut | 2002-07-18 23:00:05 | Re: [PATCHES] utils C files |
| Previous Message | Tom Lane | 2002-07-18 22:21:35 | Re: preventing encoding conversion while starting up |