config: NOINLINE modifiers_to_str()

This commit is contained in:
Daniel Eklöf 2021-12-11 20:59:08 +01:00
parent f077a2e77a
commit 6911a50df7
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -1767,7 +1767,7 @@ modifiers_disjoint(const struct config_key_modifiers *mods1,
return !(shift || alt || ctrl || super);
}
static char *
static char * NOINLINE
modifiers_to_str(const struct config_key_modifiers *mods)
{
char *ret = xasprintf(