Re: Questions about warnings

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Gavin Sherry <swm(at)alcove(dot)com(dot)au>
Cc: Magnus Hagander <magnus(at)hagander(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Questions about warnings
Date: 2007-01-25 14:05:28
Message-ID: 45B8B928.9090801@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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
>
>
>

But note that Tom recently (correctly) chided me thus:
> Oh, and casting away const gets no points for style.

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Joe Conway 2007-01-25 14:41:34 crash on 8.2 and cvshead - failed to add item to the left sibling
Previous Message Heikki Linnakangas 2007-01-25 14:04:58 Re: WAL Record Header Size Reduction