summaryrefslogtreecommitdiff
path: root/external/boost/include/boost/current_function.hpp
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-01-09 18:06:36 +0100
committerStephan Bergmann <sbergman@redhat.com>2018-01-09 23:20:20 +0100
commitaef6da021da33f099f99ed633814b8771ad4abda (patch)
tree7b867d2f982c0cf4a85e7e99fbf137e57e86b0c4 /external/boost/include/boost/current_function.hpp
parenta49be6bd585ac4610cbf04ca3525f2d90a770367 (diff)
Silence clang-cl -Werror,-Wmicrosoft-unqualified-friend in external/boost
...messages like: > workdir/UnpackedTarball/boost\boost/bimap/detail/map_view_iterator.hpp(138,18): error: unqualified friend declaration referring to type outside of the nearest enclosing namespace is a Microsoft extension; add a nested name specifier [-Werror,-Wmicrosoft-unqualified-friend] > friend class iterator_core_access; > ^ > ::boost::iterators:: Change-Id: I393b7c95943a55d5f755cfed41e0b7bc3306c568 Reviewed-on: https://gerrit.libreoffice.org/47673 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'external/boost/include/boost/current_function.hpp')
-rw-r--r--external/boost/include/boost/current_function.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/external/boost/include/boost/current_function.hpp b/external/boost/include/boost/current_function.hpp
index bd257f6b0e4e..c9423a7c3f31 100644
--- a/external/boost/include/boost/current_function.hpp
+++ b/external/boost/include/boost/current_function.hpp
@@ -9,6 +9,7 @@
#pragma GCC diagnostic ignored "-Wignored-qualifiers"
#pragma GCC diagnostic ignored "-Wimplicit-fallthrough"
#pragma GCC diagnostic ignored "-Winvalid-constexpr"
+#pragma GCC diagnostic ignored "-Wmicrosoft-unqualified-friend"
#pragma GCC diagnostic ignored "-Wnon-virtual-dtor"
#pragma GCC diagnostic ignored "-Wplacement-new"
#pragma GCC diagnostic ignored "-Wreturn-type"