| From: | Magnus Hagander <magnus(at)hagander(dot)net> |
|---|---|
| To: | Gavin Sherry <swm(at)alcove(dot)com(dot)au> |
| Cc: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: Questions about warnings |
| Date: | 2007-01-25 13:34:38 |
| Message-ID: | 20070125133438.GE27011@svr2.hagander.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Fri, Jan 26, 2007 at 12:26:45AM +1100, Gavin Sherry wrote:
> On Thu, 25 Jan 2007, Magnus Hagander wrote:
>
> > I'm looking over the VC build trying to eliminate what warnings are
> > left. One thing that appears in a couple of places is stuff like:
> >
> > .\src\bin\psql\print.c(2014): warning C4090: 'function' : different
> > 'const' qualifiers
>
> Seems like other projects have encountered this problem. Looks like a
> simple type difference. Casting to (void *) should fix it.
>
> http://mirror.ethereal.com/lists/ethereal-dev/200502/msg00170.html
The question is if we care enough. I'll be happy to provide a patch or
just a list of locations where it happens if that's what's wanted.
//Magnus
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ray Stell | 2007-01-25 13:47:03 | Re: how to plan for vacuum? |
| Previous Message | Gavin Sherry | 2007-01-25 13:26:45 | Re: Questions about warnings |