-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
area-System.IO.Compressionhelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributors
Milestone
Description
The following externally consumed projects require suppression of warnings that are unadvised. We should be fixing these issues and offering those fixes upstream.
zlib
| add_compile_options($<$<COMPILE_LANGUAGE:C,CXX>:/wd4244>) # conversion from 'type1' to 'type2', possible loss of data |
| add_compile_options($<$<COMPILE_LANGUAGE:C,CXX>:/wd4244>) # conversion from 'type1' to 'type2', possible loss of data |
runtime/src/mono/mono/mini/CMakeLists.txt
Line 341 in 6c3c234
| set_source_files_properties(${ZLIB_SOURCES} PROPERTIES COMPILE_OPTIONS "/wd4005;/wd4127;/wd4131;/wd4244") |
Metadata
Metadata
Assignees
Labels
area-System.IO.Compressionhelp wanted[up-for-grabs] Good issue for external contributors[up-for-grabs] Good issue for external contributors