HomePhabricator

build: work around ccache/autotools warning-spamming bug
386efb7695deUnpublished

Unpublished Commit ยท Learn More

Repository Importing: This repository is still importing.

Description

build: work around ccache/autotools warning-spamming bug

When using clang and ccache, builds spew lots of:
Clang: warning: argument unused during compilation

Upstream bug: https://bugzilla.samba.org/show_bug.cgi?id=8118

This is harmless, bug annoying. If ccache is being used and the
-Qunused-arguments flag is supported (clang), use it.

Details

Provenance
Cory Fields <cory-nospam-@coryfields.com>Authored on Aug 21 2014, 01:02
deadalnixPushed on May 14 2017, 22:04
Parents
rABC752f2b36c879: Merge pull request #4740
Branches
Unknown
Tags
Unknown

Event Timeline

Cory Fields <cory-nospam-@coryfields.com> committed rABC386efb7695de: build: work around ccache/autotools warning-spamming bug (authored by Cory Fields <cory-nospam-@coryfields.com>).Aug 21 2014, 17:12