summaryrefslogtreecommitdiff
path: root/dev-qt/qtwebengine/files/qtwebengine-5.15.10_p20230623-clang16.patch
AgeCommit message (Collapse)Author
2023-11-06dev-qt/qtwebengine: drop 5.15.10_p20230623, 5.15.10_p20230815Andreas Sturmlechner
Bug: https://bugs.gentoo.org/913050 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2023-08-04dev-qt/qtwebengine: fix compiling with clang-16Denis Pronin
clang-16 complains about casting an integer value that exceeds an enumeration capacity in the class base::BitField to not modify chromium code we just cancel warning about this circumstance to prevent it from being converted to an error that fails compilation [sam: Note that this is a bandaid and won't work with Clang 17.] Bug: https://bugs.gentoo.org/903573 Signed-off-by: Denis Pronin <dannftk@yandex.ru> Closes: https://github.com/gentoo/gentoo/pull/31869 Signed-off-by: Sam James <sam@gentoo.org>