Fix compiler warning
Fixes https://github.com/harfbuzz/harfbuzz/issues/3364
This commit is contained in:
parent
72f0b24ee3
commit
0a42f46ce9
|
@ -300,6 +300,12 @@ OT_TABLE_END
|
||||||
/*
|
/*
|
||||||
* Clean up
|
* Clean up
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#undef G
|
||||||
|
|
||||||
|
#undef MANIFEST
|
||||||
|
#undef MANIFEST_LOOKUP
|
||||||
|
|
||||||
#undef OT_TABLE_START
|
#undef OT_TABLE_START
|
||||||
#undef OT_TABLE_END
|
#undef OT_TABLE_END
|
||||||
#undef OT_LABEL_START
|
#undef OT_LABEL_START
|
||||||
|
@ -309,6 +315,16 @@ OT_TABLE_END
|
||||||
#undef OT_DISTANCE
|
#undef OT_DISTANCE
|
||||||
#undef OT_COUNT
|
#undef OT_COUNT
|
||||||
|
|
||||||
|
#undef OT_LABEL
|
||||||
|
|
||||||
|
#undef OT_LIST
|
||||||
|
#undef OT_TAG
|
||||||
|
#undef OT_OFFSET
|
||||||
|
#undef OT_GLYPHID
|
||||||
|
#undef OT_UARRAY
|
||||||
|
#undef OT_UHEAD
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Include a second time to get the table data...
|
* Include a second time to get the table data...
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue