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