[Webkit-unassigned] [Bug 230963] New: Suppress warnings for implicit copy assignment operator/copy constructor with clang 13

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 29 09:48:54 PDT 2021


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

            Bug ID: 230963
           Summary: Suppress warnings for implicit copy assignment
                    operator/copy constructor with clang 13
           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: Basuke.Suzuki at sony.com

Tons of warnings with clang 13

../../Source/JavaScriptCore/bytecode/Operands.h:52:5: warning: definition of implicit copy assignment operator for 'Operand' is deprecated because it has a user-declared copy constructor [-Wdeprecated-copy]
    Operand(const Operand&) = default;

../../Source/WebCore/platform\LayoutUnit.h:88:17: warning: definition of implicit copy constructor for 'LayoutUnit' is deprecated because it has a user-declared copy assignment operator [-Wdeprecated-copy]
    LayoutUnit& operator=(const LayoutUnit& other) = default;

-- 
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/20210929/3c267f88/attachment.htm>


More information about the webkit-unassigned mailing list