[Webkit-unassigned] [Bug 73378] New: Accessibility: WebKitTestRunner compile warnings with XCode 3.2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 29 17:20:39 PST 2011


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

           Summary: Accessibility: WebKitTestRunner compile warnings with
                    XCode 3.2
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Accessibility
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dmazzoni at google.com


These are tiny and should be easy to fix:

Tools/WebKitTestRunner/InjectedBundle/mac/AccessibilityUIElementMac.mm: In copy constructor 'WTR::AccessibilityUIElement::AccessibilityUIElement(const WTR::AccessibilityUIElement&)':
Tools/WebKitTestRunner/InjectedBundle/mac/AccessibilityUIElementMac.mm:171: warning: base class 'class WTR::JSWrappable' should be explicitly initialized in the copy constructor

Tools/WebKitTestRunner/InjectedBundle/AccessibilityTextMarkerRange.cpp: In copy constructor 'WTR::AccessibilityTextMarkerRange::AccessibilityTextMarkerRange(const WTR::AccessibilityTextMarkerRange&)':
Tools/WebKitTestRunner/InjectedBundle/AccessibilityTextMarkerRange.cpp:51: warning: base class 'class WTR::JSWrappable' should be explicitly initialized in the copy constructor

Tools/WebKitTestRunner/InjectedBundle/AccessibilityTextMarker.cpp: In copy constructor 'WTR::AccessibilityTextMarker::AccessibilityTextMarker(const WTR::AccessibilityTextMarker&)':
Tools/WebKitTestRunner/InjectedBundle/AccessibilityTextMarker.cpp:51: warning: base class 'class WTR::JSWrappable' should be explicitly initialized in the copy constructor

Tools/WebKitTestRunner/InjectedBundle/mac/AccessibilityUIElementMac.mm: In member function 'WTF::PassRefPtr<WTR::AccessibilityUIElement> WTR::AccessibilityUIElement::verticalScrollbar() const':
Tools/WebKitTestRunner/InjectedBundle/mac/AccessibilityUIElementMac.mm:1154: warning: control reaches end of non-void function

-- 
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