[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:
Khaled Hosny 2023-07-09 03:01:47 +03:00 committed by خالد حسني (Khaled Hosny)
parent afe0910295
commit 0ed946c379

View file

@ -24,6 +24,7 @@
* Google Author(s): Behdad Esfahbod
*/
#undef HB_DEBUG_WASM
#define HB_DEBUG_WASM 1
#include "hb-shaper-impl.hh"