[Webkit-unassigned] [Bug 235023] New: Fix C++20 build warnings with GCC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 9 21:26:00 PST 2022


https://bugs.webkit.org/show_bug.cgi?id=235023

            Bug ID: 235023
           Summary: Fix C++20 build warnings with GCC
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: lmoura at igalia.com

These warnings appeared after r287698 (the first stint of bug233963 in the tree before being reverted for small adjustments).

They're mostly about:

* `this` not being captured by default in [=] lambdas. (Largely the most common issue)
* Operations between enums of different types are deprecated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220110/fa39aa70/attachment.htm>


More information about the webkit-unassigned mailing list