diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-01-08 11:38:14 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-01-08 16:27:32 +0100 |
commit | d122a9d12d970d55f4dc9e4268e0681fd2e6786f (patch) | |
tree | 410c113ae65c15051a51e58f3755bb0d803396a1 /bean | |
parent | d66ddcffe61d90cb1472e74a040963086032bf9c (diff) |
Avoid -Werror,-Wundef
> In file included from C:/lo-clang/core/vcl/skia/salbmp.cxx:20:
> In file included from C:/lo-clang/core/vcl/inc\skia/salbmp.hxx:27:
> C:/lo-clang/core/workdir/UnpackedTarball/boost\boost/smart_ptr/shared_ptr.hpp(833,5): error: '__GNUC__' is not defined, evaluates to 0 [-Werror,-Wundef]
> #if __GNUC__ == 2 && __GNUC_MINOR__ <= 96
> ^
with clang-cl. We already have external/boost/include/boost/shared_ptr.hpp
ignoring (among others) -Wundef, but don't have such a wrapper for
boost/smart_ptr/shared_ptr.hpp.
Change-Id: I448fef581b0870cba821d7bbafcec759dd80dce4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86416
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'bean')
0 files changed, 0 insertions, 0 deletions