]> git.donarmstrong.com Git - lilypond.git/commit
Issue 3523: Remove a signed/unsigned comparison compiler warning
authorDavid Kastrup <dak@gnu.org>
Wed, 28 Aug 2013 19:42:29 +0000 (21:42 +0200)
committerDavid Kastrup <dak@gnu.org>
Tue, 3 Sep 2013 07:35:14 +0000 (09:35 +0200)
commit9d6de982fe5be4786a9bc8ff71d577042dbba61f
tree360d679c5eb4678f675153b875923a49ac1869fd
parent29d5e0a64d0eee69e4ebee1e76e4df26ae58190b
Issue 3523: Remove a signed/unsigned comparison compiler warning

It turns out that outline->n_points is a short in the current library,
so using an int to store it should be plenty.
lily/freetype.cc