pgcrypto warnings for Sun's cc

From: Kris Jurka <books(at)ejurka(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: pgcrypto warnings for Sun's cc
Date: 2005-07-12 18:29:40
Message-ID: Pine.BSO.4.56.0507121307020.9184@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
cc-warnings.patch text/plain 2.8 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Andrew Dunstan 2005-07-12 18:59:37 Re: PL/Perl list value return causes segfault
Previous Message Kris Jurka 2005-07-12 18:06:46 Re: 4 pgcrypto regressions failures - 1 unsolved