projects
/
platform
/
upstream
/
libHarfBuzzSharp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e910a1a
)
[util] Mark var static
author
Behdad Esfahbod
<behdad@behdad.org>
Sun, 30 Sep 2018 09:47:36 +0000
(
05:47
-0400)
committer
Behdad Esfahbod
<behdad@behdad.org>
Sun, 30 Sep 2018 10:08:11 +0000
(06:08 -0400)
From clang -Weverything bot:
options.cc:39:3: warning: no previous extern declaration for non-static variable 'supported_font_funcs' [-Wmissing-variable-declarations]
util/options.cc
patch
|
blob
|
history
diff --git
a/util/options.cc
b/util/options.cc
index
0ab16d6
..
2897ec8
100644
(file)
--- a/
util/options.cc
+++ b/
util/options.cc
@@
-33,7
+33,7
@@
#include <hb-ot.h>
#endif
-struct supported_font_funcs_t {
+st
atic st
ruct supported_font_funcs_t {
char name[4];
void (*func) (hb_font_t *);
} supported_font_funcs[] =