We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1603fba commit f750bb0Copy full SHA for f750bb0
src/mono/CMakeLists.txt
@@ -15,6 +15,9 @@ if (MSVC)
15
if(EXISTS ${CLR_SOURCELINK_FILE_PATH})
16
add_link_options("/sourcelink:${CLR_SOURCELINK_FILE_PATH}")
17
endif()
18
+
19
+ # FIXME: Remove the line below when https://github.com/dotnet/runtime/issues/91249 is fixed.
20
+ add_compile_options($<$<COMPILE_LANGUAGE:C,CXX>:/wd4244>) # conversion from 'type1' to 'type2', possible loss of data
21
endif(MSVC)
22
23
set(CROSS_ROOTFS $ENV{ROOTFS_DIR})
0 commit comments