提交 6095de16 编写于 作者: B Behdad Esfahbod

Fix clang warning with NO_MT path

上级 a18280a8
...@@ -87,7 +87,7 @@ retry: ...@@ -87,7 +87,7 @@ retry:
{ {
char *env = getenv ("HB_SHAPER_LIST"); char *env = getenv ("HB_SHAPER_LIST");
if (!env || !*env) { if (!env || !*env) {
hb_atomic_ptr_cmpexch (&static_shapers, NULL, (const hb_shaper_pair_t *) all_shapers); (void) hb_atomic_ptr_cmpexch (&static_shapers, NULL, (const hb_shaper_pair_t *) all_shapers);
return (const hb_shaper_pair_t *) all_shapers; return (const hb_shaper_pair_t *) all_shapers;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册