pgsql: Suppress clang's unhelpful gripes about -pthread switch being un
В списке pgsql-committers по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | pgsql: Suppress clang's unhelpful gripes about -pthread switch being un |
| Дата | |
| Msg-id | E1Yenw5-00043X-2k@gemulon.postgresql.org обсуждение |
| Список | 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 ------ REL9_3_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/6347bdb31448f812cd726cfb3cdcdecf41a38b19 Modified Files -------------- configure | 66 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.in | 7 +++++++ 2 files changed, 73 insertions(+)
В списке pgsql-committers по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера