Re: compiler warning fix

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: compiler warning fix
Date: 2007-11-05 20:58:05
Message-ID: 27946.1194296285@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM> writes:
> 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

Yeah, it's right: the C spec deprecates that. Patch applied, thanks.

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Zdenek Kotala 2007-11-06 13:22:09 Fix pg_dump dependency on postgres.h
Previous Message Zdenek Kotala 2007-11-05 20:45:12 compiler warning fix