]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/freetype.cc
Issue 3523: Remove a signed/unsigned comparison compiler warning
[lilypond.git] / lily / freetype.cc
index d7a5c28687fe684c4e73e3f5ff38b1c9d3cd8833..d7d4843ce8be17504b0e132b1fbfde45d71b04d1 100644 (file)
@@ -112,7 +112,7 @@ ly_FT_get_glyph_outline (FT_Face const &face, size_t signed_idx)
   SCM out = SCM_EOL;
   Offset lastpos;
   Offset firstpos;
-  ssize j = 0;
+  int j = 0;
   while (j < outline->n_points)
     {
       if (j == 0)