From: Behdad Esfahbod Date: Tue, 3 May 2011 00:52:21 +0000 (-0400) Subject: Cosmetic X-Git-Tag: 2.0_alpha~7^2~268 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8d5186484b28b5f629b523e067d7d5166eec557a;p=apps%2Fhome%2Fvideo-player.git Cosmetic --- diff --git a/src/hb-private.hh b/src/hb-private.hh index 02fc099..445f602 100644 --- a/src/hb-private.hh +++ b/src/hb-private.hh @@ -253,7 +253,7 @@ typedef GStaticMutex hb_mutex_t; typedef volatile int hb_atomic_int_t; #define hb_atomic_int_fetch_and_add(AI, V) ((AI) += (V), (AI) - (V)) #define hb_atomic_int_get(AI) (AI) -#define hb_atomic_int_set(AI, V) HB_STMT_START { (AI) = (V); } HB_STMT_END +#define hb_atomic_int_set(AI, V) ((void) ((AI) = (V))) typedef volatile int hb_mutex_t; #define HB_MUTEX_INIT 0