[Webkit-unassigned] [Bug 79860] [EFL] Build warning : comparison between signed and unsigned integer expressions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 29 01:27:44 PST 2012


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





--- Comment #3 from Byungwoo Lee <bw80.lee at samsung.com>  2012-02-29 01:27:44 PST ---
(In reply to comment #2)
> (From update of attachment 129400 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=129400&action=review
> > Source/WebKit/efl/ewk/ewk_view_single.cpp:109
> > +        for (uint32_t i = 0; i < copyHeight; i++) {
> size_t looks better for me.

Ok~ I'll fix this and also about the below.
+    for (uint32_t i = 0; i < exec->argumentCount(); i++)
(The return type of ExecState::argumentCount() is size_t)

Thanks for the comment.

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