[Webkit-unassigned] [Bug 95128] New: Fix compiler warnings in TextureMapperLayer.cpp
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 27 14:40:49 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=95128
Summary: Fix compiler warnings in TextureMapperLayer.cpp
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: WebKit Misc.
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: rwlbuis at gmail.com
With gcc 4.6.3:
webkit/Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp: In member function 'void WebCore::TextureMapperLayer::paintSelfAndChildren(const WebCore::TextureMapperPaintOptions&)':
webkit/Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp:202:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
webkit/Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp: In function 'bool WebCore::shouldKeepContentTexture(const WebCore::FilterOperations&)':
webkit/Source/WebCore/platform/graphics/texmap/TextureMapperLayer.cpp:325:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
--
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