Disable -Wno-enum-conversion on Windows.
Seems this doesn't apply to MVSC.
This commit is contained in:
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user