Re: Couple of minor fixes

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Magnus Hagander" <mha(at)sollentuna(dot)net>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Couple of minor fixes
Date: 2006-04-09 19:48:56
Message-ID: 13190.1144612136@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

"Magnus Hagander" <mha(at)sollentuna(dot)net> writes:
>>> I'm also seeing a lot of signed/unsigned mismatch, but IIRC it was
>>> said at some point that we don't care about those.
>>
>> In HEAD? They're all cleaned up according to the compilers I use.

> Yup.
> More digging then I guess. Probably a #define that's messe dup
> somewhere.

Maybe the issue is in Windows-specific code? I have no idea what the
warning status is for that stuff. In all the stuff I regularly compile,
there are only a couple of warnings and they are flex's fault (so
there's not much we can do about 'em). I think it's good to get rid of
noise warnings as much as possible --- otherwise they can make you miss
important ones.

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Magnus Hagander 2006-04-09 19:51:10 Re: Couple of minor fixes
Previous Message Magnus Hagander 2006-04-09 19:27:21 Re: Couple of minor fixes