mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-07 22:41:27 +00:00
[wasm] Fix warning
In file included from src/harfbuzz.cc:62: src/hb-wasm-shape.cc:27:9: warning: 'HB_DEBUG_WASM' macro redefined [-Wmacro-redefined] ^ src/hb-debug.hh:393:9: note: previous definition is here ^ 1 warning generated.
This commit is contained in:
parent
afe0910295
commit
0ed946c379
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@
|
|||
* Google Author(s): Behdad Esfahbod
|
||||
*/
|
||||
|
||||
#undef HB_DEBUG_WASM
|
||||
#define HB_DEBUG_WASM 1
|
||||
|
||||
#include "hb-shaper-impl.hh"
|
||||
|
|
Loading…
Add table
Reference in a new issue