[Webkit-unassigned] [Bug 255652] New: [GTK] DrawingAreaCoordinatedGraphics.h:148:10: error: private field 'm_forceRepaintAfterBackingStoreStateUpdate' is not used [-Werror, -Wunused-private-field]

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 19 06:14:39 PDT 2023


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

            Bug ID: 255652
           Summary: [GTK] DrawingAreaCoordinatedGraphics.h:148:10: error:
                    private field
                    'm_forceRepaintAfterBackingStoreStateUpdate' is not
                    used [-Werror,-Wunused-private-field]
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKitGTK
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at redhat.com
                CC: bugs-noreply at webkitgtk.org

After 263118 at main we have an unused private field and need to remove it:

/home/mcatanzaro/Projects/WebKit/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/DrawingAreaCoordinatedGraphics.h:148:10: error: private field 'm_forceRepaintAfterBackingStoreStateUpdate' is not used [-Werror,-Wunused-private-field]
    bool m_forceRepaintAfterBackingStoreStateUpdate { false };
         ^
1 error generated.

-- 
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/20230419/e8f3bf56/attachment.htm>


More information about the webkit-unassigned mailing list