提交 676b19f0 编写于 作者: B Behdad Esfahbod
上级 0a5952e8
...@@ -369,6 +369,7 @@ _hb_popcount (T v) ...@@ -369,6 +369,7 @@ _hb_popcount (T v)
} }
assert (0); assert (0);
return 0; /* Shut up stupid compiler. */
} }
/* Returns the number of bits needed to store number */ /* Returns the number of bits needed to store number */
...@@ -442,6 +443,7 @@ _hb_bit_storage (T v) ...@@ -442,6 +443,7 @@ _hb_bit_storage (T v)
} }
assert (0); assert (0);
return 0; /* Shut up stupid compiler. */
} }
/* Returns the number of zero bits in the least significant side of v */ /* Returns the number of zero bits in the least significant side of v */
...@@ -514,6 +516,7 @@ _hb_ctz (T v) ...@@ -514,6 +516,7 @@ _hb_ctz (T v)
} }
assert (0); assert (0);
return 0; /* Shut up stupid compiler. */
} }
static inline bool static inline bool
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册