On Wed, 29 Mar 2000, David Kaelbling wrote:

> "info.c", line 2142: warning(1551): variable "htbl_stmt" is used before
> its value is set

> There were some "pointless comparison of unsigned integer with zero"
> messages too.  The linker also whined because fmgr_pl_finfo is multiply
> defined, as are CacheCxt and various yacc symbols.

We are not anally-retentive warning safe. Treat those with discretion. You
can't really remove all of them without opening up some new ones at the
other end or totally going out of the way. The comparisons of unsigned
with zero stem mostly from the fact that you can't assume that size_t is
unsigned on all platforms.


-- 
Peter Eisentraut                  Sernanders väg 10:115
[EMAIL PROTECTED]                   75262 Uppsala
http://yi.org/peter-e/            Sweden

Reply via email to