diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-02-14 16:28:53 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-02-14 19:24:32 +0100 |
commit | bce14e97a6dad7686643d094995433c77e4aee7e (patch) | |
tree | 1946fc03d5c062ae2fe77657b2847c42628e4cbf /bin | |
parent | 62ac8333999c661432adb0a18245a399daa89dcb (diff) |
Prevent -Werror,-Wunknown-warning-option when building compilerplugins
...with --enable-werror (seen it fail with a local build against a locally
built Clang 5.0.2).
(bin/gen-boost-headers faces a similar dilemma with Clang needing to silence
-Wunknown-warning-option and GCC failing upon the silencing incantation. There,
we were able to hack around that with a preceding
#pragma GCC diagnostic ignored "-Wpragmas"
Here, the easiest approach appears to be a new COMPILER_PLUGINS_COM_IS_CLANG
analoguous to the existing COM_IS_CLANG.)
Change-Id: I9036261fdd238c8a020a1d88b4e75fd444f9e030
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88725
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'bin')
0 files changed, 0 insertions, 0 deletions