[Webkit-unassigned] [Bug 72097] New: Compile error with gcc 4.6 (-Werror)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 11 00:33:26 PST 2011


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

           Summary: Compile error with gcc 4.6 (-Werror)
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Major
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: halton.huo at gmail.com


Compile chromium with following environement:
OS: Ubuntu 11.10
GCC: 4.6.1
Chromium: svn://svn.chromium.org/chrome/trunk/src@109591
WebKit: http://svn.webkit.org/repository/webkit/trunk@99883

third_party/WebKit/Source/WebCore/platform/graphics/chromium/TiledLayerChromium.cpp: In member function ‘void WebCore::TiledLayerChromium::prepareToUpdate(const WebCore::IntRect&)’:
third_party/WebKit/Source/WebCore/platform/graphics/chromium/TiledLayerChromium.cpp:387:28: error: variable ‘anchor’ set but not used [-Werror=unused-but-set-variable]
  CXX(target) out/Debug/obj.target/webcore_platform/third_party/WebKit/Source/WebCore/platform/graphics/chromium/cc/CCFrameRateController.o
cc1plus: all warnings being treated as errors

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