Re: to_ascii()

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>, pgsql-patches <pgsql-patches(at)postgreSQL(dot)org>
Subject: Re: to_ascii()
Date: 2000-08-05 15:06:48
Message-ID: 200008051506.LAA20243@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

I see the following warnings in a gcc compile with -Wall:

ascii.c: In function `to_ascii_encname':
ascii.c:41: warning: control reaches end of non-void function
ascii.c: In function `to_ascii_enc':
ascii.c:47: warning: control reaches end of non-void function
ascii.c: In function `to_ascii_default':
ascii.c:53: warning: control reaches end of non-void function

> Applied.
>
>
> >
> > On Fri, 4 Aug 2000, Bruce Momjian wrote:
> >
> > > I had to back out the patch. It only compiles with multi-byte enabled.
> >
> > Ooops, I forget... here it is again.
> >
> > > > > If encoding is not supported returns ERROR.
> >
> > and if multibyte not enabled too....
> >
> >
> > Thanks.
> >
> > Karel
> Content-Description:
>
> [ application/x-gzip is not supported, skipping... ]
>
>
> --
> Bruce Momjian | http://candle.pha.pa.us
> pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
> + If your life is a hard drive, | 830 Blythe Avenue
> + Christ can be your backup. | Drexel Hill, Pennsylvania 19026
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Karel Zak 2000-08-05 15:50:48 Re: to_ascii()
Previous Message Bruce Momjian 2000-08-05 14:59:07 Re: to_ascii()