src/hb-coretext.cc |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit b758e5ea223eced0fde9a3e62d0fdf04c04914a1
Merge: 266bfa3 8b1224f
Author: Behdad Esfahbod <[email protected]>
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 <[email protected]>
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,
_______________________________________________
HarfBuzz mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/harfbuzz

Reply via email to