Disable -Wno-enum-conversion on Windows.

Seems this doesn't apply to MVSC.
This commit is contained in:
Joseph Cloutier
2022-05-25 20:50:50 -04:00
parent 45d104d105
commit aa44a540f2

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" />
<compilerflag value="-Wno-enum-conversion" unless="windows" />
<file name="${NATIVE_TOOLKIT_PATH}/cairo/src/cairo-analysis-surface.c" />
<file name="${NATIVE_TOOLKIT_PATH}/cairo/src/cairo-arc.c" />