diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-07-26 10:09:17 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-07-26 12:32:54 +0200 |
commit | e7b8728f5c0292a6c6a18e76220b1769ecf25aa3 (patch) | |
tree | 19059f6171fed595df8e292e2ace7b1995bda184 /bin | |
parent | 46c9312c54c7292fb9d83388936e28f31f0c72c6 (diff) |
external/boost: silence -Werror=deprecated-copy (GCC trunk towards GCC 9)
Change-Id: I25703979ebe94649f9cf1464d282b21a70cfe1fa
Reviewed-on: https://gerrit.libreoffice.org/58041
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/gen-boost-headers | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/gen-boost-headers b/bin/gen-boost-headers index 8822ad824c1f..478e9c8f7ee0 100755 --- a/bin/gen-boost-headers +++ b/bin/gen-boost-headers @@ -39,6 +39,7 @@ cat <(cd ${SRCDIR} && git grep -h '^# *include') \ #pragma GCC diagnostic ignored "-Wunknown-warning-option" // second! for Clang 5 #pragma GCC diagnostic ignored "-Wdelete-non-virtual-dtor" #pragma GCC diagnostic ignored "-Wdeprecated-declarations" +#pragma GCC diagnostic ignored "-Wdeprecated-copy" #pragma GCC diagnostic ignored "-Wextra" #pragma GCC diagnostic ignored "-Wignored-qualifiers" #pragma GCC diagnostic ignored "-Wimplicit-fallthrough" |