Bug 95128 - Fix compiler warnings in TextureMapperLayer.cpp
Summary: Fix compiler warnings in TextureMapperLayer.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-27 14:40 PDT by Rob Buis
Modified: 2012-08-27 15:01 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rob Buis 2012-08-27 14:40:50 PDT
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]
Comment 1 Rob Buis 2012-08-27 15:01:25 PDT
Committed r126800: <http://trac.webkit.org/changeset/126800>