[HarfBuzz] harfbuzz: Branch 'master' - 2 commits
Behdad Esfahbod
behdad at kemper.freedesktop.org
Wed Dec 30 07:44:34 PST 2015
src/hb-coretext.cc | 1 -
1 file changed, 1 deletion(-)
New commits:
commit b758e5ea223eced0fde9a3e62d0fdf04c04914a1
Merge: 266bfa3 8b1224f
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Wed Dec 30 16:44:19 2015 +0100
Merge pull request #203 from nico/patch-1
Remove unused `retry:` label.
commit 8b1224f0eece7a5b6846e206333e57ac4653a705
Author: Nico Weber <nicolasweber at gmx.de>
Date: Mon Dec 28 21:31:28 2015 -0500
Remove unused `retry:` label.
Fixes a -Wunused-label warning when building harfbuzz with clang -Wall.
diff --git a/src/hb-coretext.cc b/src/hb-coretext.cc
index 13ba5d9..16a3e65 100644
--- a/src/hb-coretext.cc
+++ b/src/hb-coretext.cc
@@ -693,7 +693,6 @@ resize_and_retry:
scratch += old_scratch_used;
scratch_size -= old_scratch_used;
}
-retry:
{
string_ref = CFStringCreateWithCharactersNoCopy (NULL,
pchars, chars_len,
More information about the HarfBuzz
mailing list