pgsql: Add -Winline to the default CFLAGS for gcc, and remove

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add -Winline to the default CFLAGS for gcc, and remove
Date: 2005-10-05 17:11:46
Message-ID: 20051005171146.001F1DA239@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add -Winline to the default CFLAGS for gcc, and remove
-Wold-style-definition, per recent discussion.

Modified Files:
--------------
pgsql:
configure.in (r1.426 -> r1.427)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.426&r2=1.427)
configure (r1.455 -> r1.456)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.455&r2=1.456)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2005-10-05 17:19:19 pgsql: Make set_function_size_estimates() marginally smarter: per
Previous Message Michael Meskes 2005-10-05 14:58:38 pgsql: Also synced the ecpg lexer with the backend lexer.