| commit | 77279cbf9bfa1732b8b4b9437a4a857c6fc18b70 | [log] [tgz] |
|---|---|---|
| author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Mar 25 12:01:45 2013 +0000 |
| committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Mon Mar 25 12:01:45 2013 +0000 |
| tree | 9819be4fefe72e9326b57d77a8c267717d467d07 | |
| parent | 44b85fe217695435c41ea54356df8cd88cae2f24 [diff] [blame] |
Fix compiler errors/warnings in r8355 git-svn-id: http://skia.googlecode.com/svn/trunk@8357 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/debugger/SkDrawCommand.cpp b/debugger/SkDrawCommand.cpp index e7936a2..f731ed7 100644 --- a/debugger/SkDrawCommand.cpp +++ b/debugger/SkDrawCommand.cpp
@@ -290,7 +290,7 @@ // TODO: add display of actual data? SkString* str = new SkString; - str->appendf("length: %d", length); + str->appendf("length: %d", (int) length); fInfo.push(str); }