Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(268)

Unified Diff: tests/ToUnicodeTest.cpp

Issue 800993002: Even more win64 warning fixes (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: more Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/ScalarTest.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/ToUnicodeTest.cpp
diff --git a/tests/ToUnicodeTest.cpp b/tests/ToUnicodeTest.cpp
index 919ba11f588ab0d0ef4d04a159c8fef9464c1ac0..33fcc80ef7648a6e3ac075eb8a7d6841577dd3e5 100644
--- a/tests/ToUnicodeTest.cpp
+++ b/tests/ToUnicodeTest.cpp
@@ -149,7 +149,7 @@ endbfrange\n";
// I n s t a l
// Glyph id 2c 51 56 57 44 4f
// Unicode 49 6e 73 74 61 6c
- for (size_t i = 0; i < 100; ++i) {
+ for (SkUnichar i = 0; i < 100; ++i) {
glyphToUnicode.push(i + 29);
}
« no previous file with comments | « tests/ScalarTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698