fix(build): Uninitialized local variable (#1759)

Fixes #1758
This commit is contained in:
Sergi Jimenez 2019-05-05 22:09:03 +02:00 committed by Patrick Ziegler
parent f1061e1217
commit 9f7840c7d6
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ namespace cairo {
while (!chars.empty()) {
auto remaining = chars.size();
for (auto&& f : fns) {
unsigned int matches;
unsigned int matches = 0;
// Match as many glyphs as possible if the default/preferred font
// is being tested. Otherwise test one glyph at a time against