Re: Questions about warnings

From: Gavin Sherry <swm(at)alcove(dot)com(dot)au>
To: Magnus Hagander <magnus(at)hagander(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Questions about warnings
Date: 2007-01-25 13:26:45
Message-ID: Pine.LNX.4.58.0701260020270.3382@linuxworld.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Gavin

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2007-01-25 13:34:38 Re: Questions about warnings
Previous Message Gregory Stark 2007-01-25 13:23:27 Re: Recursive Queries