commit | c87be99c6ead0720a8918ea38ce3b25e5c49e1c6 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Fri Feb 20 10:57:22 2015 -0800 |
committer | John Reck <jreck@google.com> | Fri Feb 20 10:58:48 2015 -0800 |
tree | 017c6aa6e000f52b0b579444e32336999912b656 | |
parent | df570c6e66d98536597737f863430510b6336ffe [diff] [blame] |
C++11 style fixups Change-Id: I356d02338820bfef41a9e278c88dafc17cfe1cf9
diff --git a/libs/hwui/renderthread/CanvasContext.cpp b/libs/hwui/renderthread/CanvasContext.cpp index 80c60d9..fcf6eb2 100644 --- a/libs/hwui/renderthread/CanvasContext.cpp +++ b/libs/hwui/renderthread/CanvasContext.cpp
@@ -399,7 +399,7 @@ continue; } fprintf(file, "\n"); - for (int i = 0; i < FrameInfoIndex::kNumIndexes; i++) { + for (int i = 0; i < static_cast<int>(FrameInfoIndex::kNumIndexes); i++) { fprintf(file, "%" PRId64 ",", frame[i]); } }