pgcrypto warnings for Sun's cc - Mailing list pgsql-patches

From Kris Jurka
Subject pgcrypto warnings for Sun's cc
Date
Msg-id Pine.BSO.4.56.0507121307020.9184@leary.csoft.net
Whole thread Raw
Responses Re: pgcrypto warnings for Sun's cc  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

Attachment

pgsql-patches by date:

Previous
From: Michael Fuhr
Date:
Subject: Re: PL/Python error checking
Next
From: David Fetter
Date:
Subject: Doc patch: New PL/Perl Features