[util] Mark var static
From clang -Weverything bot: options.cc:39:3: warning: no previous extern declaration for non-static variable 'supported_font_funcs' [-Wmissing-variable-declarations]
This commit is contained in:
parent
e910a1aef4
commit
2e728a7d86
|
@ -33,7 +33,7 @@
|
|||
#include <hb-ot.h>
|
||||
#endif
|
||||
|
||||
struct supported_font_funcs_t {
|
||||
static struct supported_font_funcs_t {
|
||||
char name[4];
|
||||
void (*func) (hb_font_t *);
|
||||
} supported_font_funcs[] =
|
||||
|
|
Loading…
Reference in New Issue