Re: Compiler warning cleanup - unitilized const variables, pointer type mismatch - Mailing list pgsql-hackers

From Zdenek Kotala
Subject Re: Compiler warning cleanup - unitilized const variables, pointer type mismatch
Date
Msg-id 1243601052.1301.24.camel@localhost
Whole thread Raw
In response to Re: Compiler warning cleanup - unitilized const variables, pointer type mismatch  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane píše v čt 28. 05. 2009 v 11:57 -0400:
> ).
> 
> AFAICS, Sun's compiler is just too stupid and shouldn't be emitting
> this warning.  Perhaps the right response is to file a bug report
> against the compiler.

I checked it and it is already know bug. It is new lint style check in
Sun Studio 12. Unfortunately, problem is that current workflow does not
allow to detect if code is dead or not in the verification phase. Next
sun studio release could fix it.
Zdenek



pgsql-hackers by date:

Previous
From: Zdenek Kotala
Date:
Subject: Re: Compiler warning cleanup - unitilized const variables, pointer type mismatch
Next
From: Stefan Kaltenbrunner
Date:
Subject: Re: pg_migrator and an 8.3-compatible tsvector data type