Bug 97928 - Compilation warning in TextureMapperGL [-Wsign-compare]
Summary: Compilation warning in TextureMapperGL [-Wsign-compare]
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Trivial
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-28 12:05 PDT by Alberto Garcia
Modified: 2012-09-28 12:30 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.35 KB, patch)
2012-09-28 12:08 PDT, Alberto Garcia
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alberto Garcia 2012-09-28 12:05:22 PDT
../../Source/WebCore/platform/graphics/texmap/TextureMapperGL.cpp:736:38: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]

FilterOperations should be iterated using an unsigned integer.
Comment 1 Alberto Garcia 2012-09-28 12:08:51 PDT
Created attachment 166288 [details]
Patch
Comment 2 Martin Robinson 2012-09-28 12:09:48 PDT
Comment on attachment 166288 [details]
Patch

Thanks!
Comment 3 WebKit Review Bot 2012-09-28 12:29:57 PDT
Comment on attachment 166288 [details]
Patch

Clearing flags on attachment: 166288

Committed r129931: <http://trac.webkit.org/changeset/129931>
Comment 4 WebKit Review Bot 2012-09-28 12:30:00 PDT
All reviewed patches have been landed.  Closing bug.