[Webkit-unassigned] [Bug 114443] New: Build fix: use of uninitialized variable in ScrollingStateTree

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 11 08:09:02 PDT 2013


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

           Summary: Build fix: use of uninitialized variable in
                    ScrollingStateTree
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: savagobr at yahoo.com


Current trunk will fail compilation in Linux/gcc/Qt5 thanks to this warning:

:
/home/adenilson/apps/webkit/Webkit/Source/WTF/wtf/HashTraits.h:76:57: error: ‘newNode’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
/home/adenilson/apps/webkit/Webkit/Source/WebCore/page/scrolling/ScrollingStateTree.cpp:65:25: note: ‘newNode’ was declared here
cc1plus: all warnings being treated as errors
make[3]: *** [.obj/release-shared/page/scrolling/ScrollingStateTree.o] Error 1

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