external/skia/Library_skia.mk |    7 -------
 1 file changed, 7 deletions(-)

New commits:
commit 94e8f2e0cd07a90d0d2fd0138bdb8fd1f241ad58
Author:     Noel Grandin <noel.gran...@collabora.co.uk>
AuthorDate: Wed Aug 17 08:27:38 2022 +0200
Commit:     Noel Grandin <noel.gran...@collabora.co.uk>
CommitDate: Wed Aug 17 14:15:30 2022 +0200

    Revert "workaround clang-16 complaint in skia"
    
    This reverts commit 7548748e34966174abed39f3682bae445f1c8bdc.
    
    No longer necessary after doing a fresh pull of llvm, so llvm
    is at commit 4c244b2833bdc51bbb7970ea6433e844dfddf622
    
    Change-Id: I6dc721b47a905f553b227db3a036899173b35bae
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138408
    Tested-by: Jenkins
    Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

diff --git a/external/skia/Library_skia.mk b/external/skia/Library_skia.mk
index 8e5b824c2e24..14c59c99c41e 100644
--- a/external/skia/Library_skia.mk
+++ b/external/skia/Library_skia.mk
@@ -104,13 +104,6 @@ $(eval $(call gb_Library_add_libs,skia,\
 ))
 endif
 
-# clang-16 complains about
-# 
/home/noel/libo4/workdir/UnpackedTarball/skia/include/private/SkTFitsIn.h:83:16:
 error: integer value 255 is outside the valid range of values [0, 3] for this 
enumeration type [-Wenum-constexpr-conversion]
-#        src <= (S)std::numeric_limits<typename sk_strip_enum<D>::type>::max() 
:
-$(eval $(call gb_Library_add_cxxflags,skia, \
-       -Wno-enum-constexpr-conversion \
-))
-
 $(eval $(call gb_Library_use_libraries,skia,\
     sal \
 ))

Reply via email to