Boatload of warnings in CVS HEAD :-(

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Boatload of warnings in CVS HEAD :-(
Дата
Msg-id 20016.1178223610@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: Boatload of warnings in CVS HEAD :-(  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Re: Boatload of warnings in CVS HEAD :-(  ("Hannes Eder" <Hannes@HannesEder.net>)
Список pgsql-hackers
I just noticed that my recent change to prevent PG_RE_THROW from dying
if there's noplace to longjmp to has provoked a whole lot of warnings
that were not there before.  Apparently this is because gcc understands
that siglongjmp() never returns, but is not equally clueful about
pg_re_throw().

We can fix this for gcc by putting __attribute__((noreturn)) on the
declaration of pg_re_throw(), but what about other compilers?
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Chris Ryan
Дата:
Сообщение: Re: [pgsql-www] Feature freeze progress report
Следующее
От: Zdenek Kotala
Дата:
Сообщение: Re: Boatload of warnings in CVS HEAD :-(