[Webkit-unassigned] [Bug 140678] New: Fix unused-const-variable warning in RenderLayerCompositor.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 20 07:48:09 PST 2015


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

            Bug ID: 140678
           Summary: Fix unused-const-variable warning in
                    RenderLayerCompositor.cpp
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ossy at webkit.org

Source/WebCore/rendering/RenderLayerCompositor.cpp:91:18: warning: unused variable 'canvasAreaThresholdRequiringCompositing' [-Wunused-const-variable]
static const int canvasAreaThresholdRequiringCompositing = 50 * 100;
                 ^
1 warning 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/20150120/3ef00057/attachment-0002.html>


More information about the webkit-unassigned mailing list