pgcrypto warnings for Sun's cc

Started by Kris Jurkaabout 21 years ago2 messagespatches
Jump to latest
#1Kris Jurka
books@ejurka.com

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

Attachments:

cc-warnings.patchtext/plain; charset=US-ASCII; name=cc-warnings.patchDownload+10-10
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Kris Jurka (#1)
Re: pgcrypto warnings for Sun's cc

Kris Jurka <books@ejurka.com> writes:

This patch removes a couple of warnings Sun's cc reports in
contrib/pgcrypto.

Applied, thanks.

regards, tom lane