mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-17 02:35:52 +00:00
Add CONST_FUNC annotation
This commit is contained in:
parent
494d28ad98
commit
97e7f8f305
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@
|
|||
* in libgcc in case a target does not have one, which should be just as
|
||||
* good as the open-coded solution below, (which is "HACKMEM 169").
|
||||
*/
|
||||
static inline unsigned int
|
||||
static inline HB_CONST_FUNC unsigned int
|
||||
_hb_popcount32 (uint32_t mask)
|
||||
{
|
||||
#if __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 4)
|
||||
|
|
Loading…
Add table
Reference in a new issue