Bug 46641 - [chromium] fix a warning when compiling DRT on 32-bit linux
Summary: [chromium] fix a warning when compiling DRT on 32-bit linux
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Tony Chang
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-27 11:54 PDT by Tony Chang
Modified: 2010-09-27 18:40 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.56 KB, patch)
2010-09-27 11:55 PDT, Tony Chang
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tony Chang 2010-09-27 11:54:49 PDT
[chromium] fix a warning when compiling DRT on 32-bit linux
Comment 1 Tony Chang 2010-09-27 11:55:12 PDT
Created attachment 68940 [details]
Patch
Comment 2 Tony Chang 2010-09-27 11:56:15 PDT
Chromium has a macro for this in base/format_macros.h (PRIuS), but we can't use that here.  Seems safe to just cast in this case.
Comment 3 David Levin 2010-09-27 16:18:55 PDT
Comment on attachment 68940 [details]
Patch

Programming Is Hard, Let's Go Shopping!
Comment 4 WebKit Commit Bot 2010-09-27 18:40:42 PDT
Comment on attachment 68940 [details]
Patch

Clearing flags on attachment: 68940

Committed r68466: <http://trac.webkit.org/changeset/68466>
Comment 5 WebKit Commit Bot 2010-09-27 18:40:47 PDT
All reviewed patches have been landed.  Closing bug.