From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Suppress clang's unhelpful gripes about -pthread switch being un |
Date: | 2015-04-05 17:02:13 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Suppress clang's unhelpful gripes about -pthread switch being unused.
Considering the number of cases in which "unused" command line arguments
are silently ignored by compilers, it's fairly astonishing that anybody
thought this warning was useful; it's certainly nothing but an annoyance
when building Postgres. One such case is that neither gcc nor clang
complain about unrecognized -Wno-foo switches, making it more difficult
to figure out whether the switch does anything than one could wish.
Back-patch to 9.3, which is as far back as the patch applies conveniently
(we'd have to back-patch PGAC_PROG_CC_VAR_OPT to go further, and it doesn't
seem worth that).
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/73b416b2e41237b657d29d8f42a4bb34bf700928
Modified Files
--------------
configure | 41 +++++++++++++++++++++++++++++++++++++++++
configure.in | 7 +++++++
2 files changed, 48 insertions(+)
From | Date | Subject | |
---|---|---|---|
Next Message | Fujii Masao | 2015-04-06 03:18:06 | pgsql: Fix typo in libpq.sgml. |
Previous Message | Simon Riggs | 2015-04-05 16:37:17 | pgsql: Remove extraneous > |