Re: compiler warnings on the buildfarm - Mailing list pgsql-hackers

From Jeremy Drake
Subject Re: compiler warnings on the buildfarm
Date
Msg-id Pine.BSO.4.64.0707121927520.24657@resin.csoft.net
Whole thread Raw
In response to Re: compiler warnings on the buildfarm  (Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>)
List pgsql-hackers
On Thu, 12 Jul 2007, Stefan Kaltenbrunner wrote:

> > What would probably be useful if you want to pursue this is to filter
> > out the obvious spam like statement-not-reached, and see what's left.
>

I had gone through and looked at the warnings on mongoose before, but I am
running it against the current code now.  Let me know if you want line
numbers on any of these...
count | msgtype | msgno |                                                        msg

-------+---------+-------+--------------------------------------------------------------------------------------------------------------------
552 | warning |  1292 | attribute "warn_unused_result" ignored
 

This is due to perl headers, so don't worry about this one
   77 | warning |   188 | enumerated type mixed with another type   16 | warning |   186 | pointless comparison of
unsignedinteger with zero    9 | warning |   167 | argument of type "int *" is incompatible with parameter of type
"socklen_t={__socklen_t={unsignedint}} *restrict"    2 | warning |   300 | const variable "all_zeroes" requires an
initializer   1 | warning |   556 | a value of type "void *" cannot be assigned to an entity of type
"rl_completion_func_t*"
 
(6 rows)



-- 
Give thought to your reputation.  Consider changing name and moving to
a new town.


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: compiler warnings on the buildfarm
Next
From: Tom Lane
Date:
Subject: Re: compiler warnings on the buildfarm