Bug 90477

Summary: [Gtk][Gamepads] 'warning: comparison is always true due to limited range of data type [-Wtype-limits]' in GamepadsGtk.cpp
Product: WebKit Reporter: Zan Dobersek <zan>
Component: WebKitGTKAssignee: Zan Dobersek <zan>
Status: RESOLVED FIXED    
Severity: Normal CC: cgarcia, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Zan Dobersek 2012-07-03 11:03:04 PDT
Return value of Vector::find() is assigned to a variable of unsigned type while size_t would be more appropriate.
Comment 1 Zan Dobersek 2012-07-03 11:06:48 PDT
Created attachment 150645 [details]
Patch
Comment 2 WebKit Review Bot 2012-07-03 12:12:32 PDT
Comment on attachment 150645 [details]
Patch

Clearing flags on attachment: 150645

Committed r121797: <http://trac.webkit.org/changeset/121797>
Comment 3 WebKit Review Bot 2012-07-03 12:12:39 PDT
All reviewed patches have been landed.  Closing bug.