Always disable enum-conversion warning.

Cairo 1.17.6 does a LOT of enum conversion, and judging from line 63 of
meson.build, their plan is to live with it. Might as well follow suit.
This commit is contained in:
Joseph Cloutier
2022-05-25 00:45:01 -04:00
parent 87e779b971
commit 4b5ffdad62

View File

@@ -20,7 +20,7 @@
<compilerflag value="-DCAIRO_WIN32_STATIC_BUILD" if="windows" />
<compilerflag value="-Wno-attributes" unless="windows" />
<compilerflag value="-Wno-enum-conversion" if="mac || ios || emscripten || tvos" />
<compilerflag value="-Wno-enum-conversion" />
<file name="${NATIVE_TOOLKIT_PATH}/cairo/src/cairo-analysis-surface.c" />
<file name="${NATIVE_TOOLKIT_PATH}/cairo/src/cairo-arc.c" />