[HarfBuzz] Funky harfbuzz compile error

Behdad Esfahbod behdad at behdad.org
Tue Apr 26 22:41:16 PDT 2011


On 04/26/11 17:46, Wouter Bolsterlee wrote:
>         -  inline void set (int v) { return hb_atomic_int_set (ref_count, v); }
>         +  inline void set (int v) { hb_atomic_int_set (ref_count, v); }

Ah, I'm really sorry about that.  Fixed.  I'm yet to find a gcc option to warn
about this error I keep making via copy/pasted code.

behdad



More information about the HarfBuzz mailing list