Bug 73623 - [Chromium] Fix compilation warnings for ASSERT()
Summary: [Chromium] Fix compilation warnings for ASSERT()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other All
: P2 Minor
Assignee: Kent Tamura
URL:
Keywords:
Depends on: 69997
Blocks:
  Show dependency treegraph
 
Reported: 2011-12-01 22:18 PST by Kent Tamura
Modified: 2011-12-02 14:42 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.47 KB, patch)
2011-12-01 22:20 PST, Kent Tamura
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kent Tamura 2011-12-01 22:18:30 PST
/Volumes/d2/WebKit/Source/WebKit/chromium/../../../Tools/DumpRenderTree/chromium/ImageDiff.cpp:155:9: warning: conversion specifies type 'char *' but the argument has type 'int' [-Wformat]
/Volumes/d2/WebKit/Source/WebKit/chromium/../../../Tools/DumpRenderTree/chromium/ImageDiff.cpp:55:47: note: expanded from macro 'ASSERT'
Comment 1 Kent Tamura 2011-12-01 22:20:35 PST
Created attachment 117566 [details]
Patch
Comment 2 Tony Chang 2011-12-02 10:24:41 PST
Comment on attachment 117566 [details]
Patch

Thanks!
Comment 3 WebKit Review Bot 2011-12-02 14:42:40 PST
Comment on attachment 117566 [details]
Patch

Clearing flags on attachment: 117566

Committed r101857: <http://trac.webkit.org/changeset/101857>
Comment 4 WebKit Review Bot 2011-12-02 14:42:44 PST
All reviewed patches have been landed.  Closing bug.