Group: pgsql.patches


Subject: compiler warning fix
From: tgl@sss.pgh.pa.us (Tom Lane)
Date: 11/5/2007 3:58:05 PM
Zdenek Kotala <Zdenek.Kotala@Sun.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 ---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to majordomo@postgresql.org so that your message can get through to the mailing list cleanly