pgsql: Remove -Winline from the default set of CFLAGS for gcc.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove -Winline from the default set of CFLAGS for gcc.
Date: 2008-08-19 19:17:40
Message-ID: 20080819191740.D9B66755315@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove -Winline from the default set of CFLAGS for gcc. It's gotten much
too noisy to be useful as of gcc 4.3, and we were never really doing
anything about inlining warnings anyway.

Modified Files:
--------------
pgsql:
configure.in (r1.563 -> r1.564)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.563&r2=1.564)
configure (r1.600 -> r1.601)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.600&r2=1.601)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2008-08-19 19:19:53 pgsql: Not done: < o -Allow an existing index to be marked as a
Previous Message User Gleu 2008-08-19 18:34:17 pgsnap - pgsnap: Add partitions informations on Tablespaces report.