Re: Compiler warning cleanup - unitilized const variables, pointer type mismatch

Поиск
Список
Период
Сортировка
От Zdenek Kotala
Тема Re: Compiler warning cleanup - unitilized const variables, pointer type mismatch
Дата
Msg-id 1243601052.1301.24.camel@localhost
обсуждение исходный текст
Ответ на Re: Compiler warning cleanup - unitilized const variables, pointer type mismatch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Zdenek Kotala
Дата:
Сообщение: Re: Compiler warning cleanup - unitilized const variables, pointer type mismatch
Следующее
От: Stefan Kaltenbrunner
Дата:
Сообщение: Re: pg_migrator and an 8.3-compatible tsvector data type