projects
/
mupdf.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afce78c
)
Try harder to shut up Harfbuzz warning spam.
author
Tor Andersson
<
[email protected]
>
Thu, 13 Oct 2022 10:21:08 +0000
(12:21 +0200)
committer
Tor Andersson
<
[email protected]
>
Tue, 18 Oct 2022 09:45:18 +0000
(11:45 +0200)
Makelists
patch
|
blob
|
blame
|
history
diff --git
a/Makelists
b/Makelists
index f1585db58f5d5be7ffd4a74df98b6b64ab57d8ce..ac54f6f94dfb63e3d96e2ff2d3b7cb31cbf0426d 100644
(file)
--- a/
Makelists
+++ b/
Makelists
@@
-62,7
+62,10
@@
HARFBUZZ_BUILD_CFLAGS += -DHAVE_OT
HARFBUZZ_BUILD_CFLAGS += -DHAVE_ROUND
HARFBUZZ_BUILD_CFLAGS += -DHAVE_UCDN
HARFBUZZ_BUILD_CFLAGS += -DHB_NO_MT
-HARFBUZZ_BUILD_CFLAGS += -DHB_NO_PRAGMA_GCC_DIAGNOSTIC_ERROR
+
+# disable warnings
+HARFBUZZ_BUILD_CFLAGS += -DHB_NO_PRAGMA_GCC_DIAGNOSTIC
+HARFBUZZ_BUILD_CFLAGS += -w
HARFBUZZ_BUILD_CFLAGS += -Dhb_malloc_impl=fz_hb_malloc
HARFBUZZ_BUILD_CFLAGS += -Dhb_calloc_impl=fz_hb_calloc