commit | f1b44303df0712b433e35e1e1e75115c353b279e | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Thu May 21 14:00:15 2015 -0700 |
committer | Behdad Esfahbod <behdad@behdad.org> | Thu May 21 14:00:15 2015 -0700 |
tree | cc14f7188cb367a69107b066fdfdd3ef7f9e05ca | |
parent | 1ae6cdb365c15405500d4f50ec98016dde23a26b [diff] |
Fix unary minus operator applied to unsigned int Applying unary minus operator to unsigned int causes the following warning on MSVS: warning C4146: unary minus operator applied to unsigned type, result still unsigned Based on patch from Koji Ishi. Fixes https://github.com/behdad/harfbuzz/pull/110