out of date warnings

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема out of date warnings
Дата
Msg-id 5065FFBD.1070006@dunslane.net
обсуждение исходный текст
Ответы Re: out of date warnings  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I just noticed this code in win32.h and cygwin.h:
   #if __GNUC__ && ! defined (__declspec)   #error You need egcs 1.1 or newer for compiling!   #endif


EGCS was merged back into gcc with the 2.95 release in 1999, according 
to Wikipedia, So perhaps we should just remove these ancient relics, or 
at least bring them up to date?

cheers

andrew



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Patch: incorrect array offset in backend replication tar header
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: [9.1] 2 bugs with extensions