[Webkit-unassigned] [Bug 81380] New: clang warning unused variable when ENABLE(TEXT_CARET) is disabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 16 11:49:39 PDT 2012


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

           Summary: clang warning unused variable when ENABLE(TEXT_CARET)
                    is disabled
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org
                CC: andersca at apple.com


In FrameSelection.cpp

    LayoutRect oldAbsoluteCaretRepaintBounds = m_absoluteCaretRepaintBounds;

is only used inside of ENABLE(TEXT_CARET). So there is an unused variable warning
when that is disabled.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list