Re: [HACKERS] compiler warnings from cvs tip

2002-07-18 Thread Tatsuo Ishii
> I'm getting the warnings below from current cvs. My configure line looks > like: Don't worry. As I already posted, there are some encodings need to addressed for CREATE CONVERSION. Theses functions are in the process of migration. I will #ifdef out to avoid confusion. -- Tatsuo Ishii

Re: [HACKERS] compiler warnings from cvs tip

2002-07-18 Thread Tom Lane
Joe Conway <[EMAIL PROTECTED]> 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: wa

[HACKERS] compiler warnings from cvs tip

2002-07-18 Thread Joe Conway
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 =