compiler warning fix

From: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
To: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: compiler warning fix
Date: 2007-11-05 20:45:12
Message-ID: 472F80D8.7050607@sun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Sun studio reports following warnings during
src/interfaces/ecpg/ecpglib/prepare.c compilation:

"prepare.c", line 34: warning: storage class after type is obsolescent
"prepare.c", line 35: warning: storage class after type is obsolescent

Attached patch fixes a problem.

Zdenek

Attachment Content-Type Size
warning.patch text/x-patch 1.2 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2007-11-05 20:58:05 Re: compiler warning fix
Previous Message Bruce Momjian 2007-11-05 17:44:02 Re: Consistent \d commands in psql