pgcrypto warnings for Sun's cc

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема pgcrypto warnings for Sun's cc
Дата
Msg-id Pine.BSO.4.56.0507121307020.9184@leary.csoft.net
обсуждение исходный текст
Ответы Re: pgcrypto warnings for Sun's cc
Список pgsql-patches
This patch removes a couple of warnings Sun's cc reports in
contrib/pgcrypto.

cc -Xa -v -g -KPIC  -I. -I../../src/include -I/usr/local/include  -c -o sha2.o sha2.c
"sha2.c", line 173: warning: storage class after type is obsolescent
"sha2.c", line 193: warning: storage class after type is obsolescent
"sha2.c", line 205: warning: storage class after type is obsolescent
"sha2.c", line 249: warning: storage class after type is obsolescent
"sha2.c", line 261: warning: storage class after type is obsolescent

Kris Jurka

Вложения

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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: PL/Python error checking
Следующее
От: David Fetter
Дата:
Сообщение: Doc patch: New PL/Perl Features