Bug 95128
| Summary: | Fix compiler warnings in TextureMapperLayer.cpp | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Rob Buis <rwlbuis> |
| Component: | WebKit Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Rob Buis
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]
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Rob Buis
Committed r126800: <http://trac.webkit.org/changeset/126800>