******************************************************************************** conan install libuv/1.41.0@ --build=libuv --profile=C:\J\w\BuildSingleReference/69600/ea736113-0f66-4351-b122-6b4bec7f724f/profile.txt ******************************************************************************** Auto detecting your dev setup to initialize the default profile (C:\J\w\BuildSingleReference\.conan\profiles\default) Found Visual Studio 16 Default settings os=Windows os_build=Windows arch=x86_64 arch_build=x86_64 compiler=Visual Studio compiler.version=16 build_type=Release *** You can change them in C:\J\w\BuildSingleReference\.conan\profiles\default *** *** Or override with -s compiler='other' -s ...s*** Configuration: [settings] arch=x86_64 build_type=Release compiler=Visual Studio compiler.runtime=MT compiler.version=15 os=Windows [options] libuv:shared=True [build_requires] [env] libuv/1.41.0: Forced build from source Installing package: libuv/1.41.0 Requirements libuv/1.41.0 from local cache - Cache Packages libuv/1.41.0:f42ebec2d0ee7d5c41713cd8eee15cf988b0d202 - Build Installing (downloading, building) binaries... [HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK libuv/1.41.0: Configuring sources in C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\source Unzipping 4.2MB, this can take a while [HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK [HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK libuv/1.41.0: Copying sources to build folder libuv/1.41.0: Building your package in C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202 libuv/1.41.0: Generator cmake created conanbuildinfo.cmake libuv/1.41.0: Aggregating env generators [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found [HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK libuv/1.41.0: Calling build() ----Running------ > cd C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202 && cmake -G "Visual Studio 15 2017 Win64" -DCONAN_LINK_RUNTIME="/MT" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="Visual Studio" -DCONAN_COMPILER_VERSION="15" -DCONAN_CXX_FLAGS="/MP16" -DCONAN_C_FLAGS="/MP16" -DBUILD_SHARED_LIBS="ON" -DCMAKE_INSTALL_PREFIX="C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\package\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DLIBUV_BUILD_TESTS="False" -Wno-dev C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202 ----------------- -- The C compiler identification is MSVC 19.16.27035.0 -- The CXX compiler identification is MSVC 19.16.27035.0 -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe -- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe -- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: called inside local cache -- Conan: Adjusting output directories -- Conan: Using cmake global configuration -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Performing Test UV_LINT_W4 -- Performing Test UV_LINT_W4 - Success -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC - Success -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC - Success -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC - Success -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC - Success -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC - Success -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC - Success -- Performing Test UV_LINT_NO_HIDES_LOCAL -- Performing Test UV_LINT_NO_HIDES_LOCAL - Success -- Performing Test UV_LINT_NO_HIDES_PARAM -- Performing Test UV_LINT_NO_HIDES_PARAM - Success -- Performing Test UV_LINT_NO_HIDES_GLOBAL -- Performing Test UV_LINT_NO_HIDES_GLOBAL - Success -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC - Success -- Performing Test UV_LINT_NO_UNSAFE_MSVC -- Performing Test UV_LINT_NO_UNSAFE_MSVC - Success -- Performing Test UV_LINT_WALL -- Performing Test UV_LINT_WALL - Success -- Performing Test UV_LINT_NO_UNUSED_PARAMETER -- Performing Test UV_LINT_NO_UNUSED_PARAMETER - Failed -- Performing Test UV_LINT_STRICT_PROTOTYPES -- Performing Test UV_LINT_STRICT_PROTOTYPES - Failed -- Performing Test UV_LINT_EXTRA -- Performing Test UV_LINT_EXTRA - Failed -- Performing Test UV_LINT_UTF8_MSVC -- Performing Test UV_LINT_UTF8_MSVC - Success -- Performing Test UV_F_STRICT_ALIASING -- Performing Test UV_F_STRICT_ALIASING - Failed -- summary of build options: Install prefix: C:/J/w/BuildSingleReference/.conan/data/libuv/1.41.0/_/_/package/f42ebec2d0ee7d5c41713cd8eee15cf988b0d202 Target system: Windows Compiler: C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe CFLAGS: /DWIN32 /D_WINDOWS /W3 /MP16 -- Configuring done -- Generating done -- Build files have been written to: C:/J/w/BuildSingleReference/.conan/data/libuv/1.41.0/_/_/build/f42ebec2d0ee7d5c41713cd8eee15cf988b0d202 ----Running------ > cmake --build C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202 --config Release -- /m:16 /verbosity:minimal ----------------- Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework Copyright (C) Microsoft Corporation. All rights reserved. Checking Build System Building Custom Rule C:/J/w/BuildSingleReference/.conan/data/libuv/1.41.0/_/_/build/f42ebec2d0ee7d5c41713cd8eee15cf988b0d202/source_subfolder/CMakeLists.txt fs-poll.c idna.c inet.c random.c strscpy.c threadpool.c timer.c uv-common.c uv-data-getter-setters.c version.c async.c core.c detect-wakeup.c dl.c error.c fs.c C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\idna.c(33): warning C4245: 'return': conversion from 'int' to 'unsigned int', signed/unsigned mismatch [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\idna.c(65): warning C4245: 'return': conversion from 'int' to 'unsigned int', signed/unsigned mismatch [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\idna.c(69): warning C4245: 'return': conversion from 'int' to 'unsigned int', signed/unsigned mismatch [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\idna.c(77): warning C4245: 'return': conversion from 'int' to 'unsigned int', signed/unsigned mismatch [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\idna.c(80): warning C4245: 'return': conversion from 'int' to 'unsigned int', signed/unsigned mismatch [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\idna.c(83): warning C4245: 'return': conversion from 'int' to 'unsigned int', signed/unsigned mismatch [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\uv-common.c(137): warning C4245: 'return': conversion from 'int' to 'size_t', signed/unsigned mismatch [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\uv-common.c(145): warning C4245: 'return': conversion from 'int' to 'size_t', signed/unsigned mismatch [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\idna.c(147): warning C4244: '=': conversion from 'unsigned int' to 'char', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\uv-common.c(224): warning C4244: 'function': conversion from 'int' to 'u_short', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\idna.c(167): warning C4245: '=': conversion from 'int' to 'unsigned int', signed/unsigned mismatch [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\uv-common.c(239): warning C4244: 'function': conversion from 'int' to 'u_short', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\inet.c(164): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] fs-event.c C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\inet.c(197): warning C4244: '=': conversion from 'unsigned int' to 'unsigned char', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\inet.c(191): warning C4244: 'initializing': conversion from '__int64' to 'unsigned int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\inet.c(287): warning C4244: 'initializing': conversion from '__int64' to 'const int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\idna.c(290): warning C4244: 'return': conversion from '__int64' to 'long', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] getaddrinfo.c C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\fs-poll.c(200): warning C4244: 'function': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\fs-poll.c(203): warning C4244: '=': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\uv-common.c(658): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] getnameinfo.c handle.c c:\j\w\buildsinglereference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\idna.c(147): warning C4701: potentially uninitialized local variable 'c' used [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] loop-watcher.c pipe.c thread.c poll.c C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(104): warning C4244: '+=': conversion from 'double' to 'long', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(208): warning C4244: 'function': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(222): warning C4244: 'function': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] process.c C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(419): warning C4267: '=': conversion from 'size_t' to 'DWORD', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] process-stdio.c signal.c C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\core.c(452): warning C4244: '=': conversion from 'uint64_t' to 'DWORD', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\core.c(533): warning C4244: '=': conversion from 'uint64_t' to 'DWORD', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(1241): warning C4090: '=': different 'const' qualifiers [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] snprintf.c C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(1336): warning C4245: '=': conversion from 'int' to 'DWORD', signed/unsigned mismatch [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(1448): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(1480): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(1482): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] stream.c C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(2110): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(2156): warning C4245: '=': conversion from 'int' to 'DWORD', signed/unsigned mismatch [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] c:\j\w\buildsinglereference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\core.c(452): warning C4701: potentially uninitialized local variable 'user_timeout' used [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] c:\j\w\buildsinglereference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\core.c(533): warning C4701: potentially uninitialized local variable 'user_timeout' used [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(2260): warning C4244: 'initializing': conversion from 'double' to 'int64_t', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(2261): warning C4244: 'initializing': conversion from 'double' to 'int64_t', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(2380): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] tcp.c C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(2437): warning C4267: '=': conversion from 'size_t' to 'USHORT', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(2438): warning C4267: '=': conversion from 'size_t' to 'USHORT', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(2466): warning C4267: '=': conversion from 'size_t' to 'USHORT', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(2467): warning C4267: '=': conversion from 'size_t' to 'USHORT', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(2480): warning C4244: '=': conversion from 'int' to 'USHORT', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(2736): warning C4267: 'function': conversion from 'size_t' to 'DWORD', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(2885): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(2890): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(2897): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(2930): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] tty.c C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(2963): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(2975): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(2978): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(2990): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(2994): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3008): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3011): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3025): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3028): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3039): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3042): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3054): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3058): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3071): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3073): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3090): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3103): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3114): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3117): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3129): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3133): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3145): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3148): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3166): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3169): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3181): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3184): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3191): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3203): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3206): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3217): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3220): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3231): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3234): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3241): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3253): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3256): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3263): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3270): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] udp.c C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3279): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3303): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3307): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3317): warning C4267: '=': conversion from 'size_t' to 'ULONG', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3318): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3333): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3337): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3349): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3353): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3362): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3374): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3379): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3389): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3400): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3405): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3419): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(3422): warning C4244: 'return': conversion from 'ssize_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] c:\j\w\buildsinglereference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(909): warning C4701: potentially uninitialized local variable 'original_position' used [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] c:\j\w\buildsinglereference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs.c(1109): warning C4701: potentially uninitialized local variable 'original_position' used [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] util.c winapi.c C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\process.c(633): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\signal.c(212): warning C4189: 'r': local variable is initialized but not referenced [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] winsock.c C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\process.c(753): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\process.c(789): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\process.c(808): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\pipe.c(1283): warning C4244: 'function': conversion from 'ULONG_PTR' to 'DWORD', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\pipe.c(1302): warning C4244: 'function': conversion from 'ULONG_PTR' to 'DWORD', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\poll.c(493): warning C4244: '=': conversion from 'int' to 'unsigned char', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\pipe.c(2451): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\tcp.c(366): warning C4244: 'function': conversion from 'ULONG_PTR' to 'DWORD', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\tcp.c(385): warning C4244: 'function': conversion from 'ULONG_PTR' to 'DWORD', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\tty.c(986): warning C4244: 'initializing': conversion from 'ULONG_PTR' to 'DWORD', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\tty.c(1127): warning C4244: '=': conversion from 'UINT' to 'WORD', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\tty.c(1367): warning C4244: 'function': conversion from 'int' to 'unsigned char', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] c:\j\w\buildsinglereference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\pipe.c(828): warning C4701: potentially uninitialized local variable 'duplex_flags' used [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\tty.c(1368): warning C4244: 'function': conversion from 'int' to 'unsigned char', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\tty.c(1464): warning C4244: '=': conversion from 'int' to 'char', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\tty.c(1473): warning C4244: '=': conversion from 'int' to 'char', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\tty.c(1483): warning C4244: '=': conversion from 'int' to 'char', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\tty.c(1488): warning C4244: '=': conversion from 'int' to 'char', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\tty.c(1575): warning C4244: '=': conversion from 'int' to 'SHORT', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\tty.c(1896): warning C4244: '=': conversion from 'unsigned int' to 'unsigned short', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\tty.c(2223): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\fs-event.c(483): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] c:\j\w\buildsinglereference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\thread.c(387): warning C4702: unreachable code [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] c:\j\w\buildsinglereference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\tty.c(2415): warning C4702: unreachable code [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\getaddrinfo.c(132): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\getaddrinfo.c(434): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] c:\j\w\buildsinglereference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\process-stdio.c(260): warning C4701: potentially uninitialized local variable 'fdopt' used [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] c:\j\w\buildsinglereference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\winsock.c(518): warning C4701: potentially uninitialized local variable 'iosb' used [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\util.c(255): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\util.c(268): warning C4267: 'function': conversion from 'size_t' to 'DWORD', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\util.c(278): warning C4267: 'function': conversion from 'size_t' to 'DWORD', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\util.c(333): warning C4245: 'return': conversion from 'int' to 'uint64_t', signed/unsigned mismatch [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\util.c(345): warning C4245: 'return': conversion from 'int' to 'uint64_t', signed/unsigned mismatch [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\util.c(776): warning C4244: 'function': conversion from 'int' to 'BYTE', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\util.c(777): warning C4244: 'function': conversion from 'int' to 'BYTE', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\util.c(778): warning C4244: 'function': conversion from 'int' to 'BYTE', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\util.c(779): warning C4244: 'function': conversion from 'int' to 'BYTE', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\util.c(1216): warning C4267: 'function': conversion from 'size_t' to 'DWORD', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\util.c(1249): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\util.c(1551): warning C4267: '=': conversion from 'size_t' to 'DWORD', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\util.c(1589): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\util.c(1910): warning C4244: '=': conversion from 'int' to 'char', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\src\win\util.c(1969): warning C4267: 'function': conversion from 'size_t' to 'ULONG', possible loss of data [C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\source_subfolder\uv.vcxproj] Creating library C:/J/w/BuildSingleReference/.conan/data/libuv/1.41.0/_/_/build/f42ebec2d0ee7d5c41713cd8eee15cf988b0d202/lib/uv.lib and object C:/J/w/BuildSingleReference/.conan/data/libuv/1.41.0/_/_/build/f42ebec2d0ee7d5c41713cd8eee15cf988b0d202/lib/uv.exp uv.vcxproj -> C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\bin\uv.dll Building Custom Rule C:/J/w/BuildSingleReference/.conan/data/libuv/1.41.0/_/_/build/f42ebec2d0ee7d5c41713cd8eee15cf988b0d202/CMakeLists.txt libuv/1.41.0: Package 'f42ebec2d0ee7d5c41713cd8eee15cf988b0d202' built libuv/1.41.0: Build folder C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202 libuv/1.41.0: Generated conaninfo.txt libuv/1.41.0: Generated conanbuildinfo.txt libuv/1.41.0: Generating the package libuv/1.41.0: Package folder C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\package\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202 libuv/1.41.0: Calling package() ----Running------ > cmake --build C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202 --config Release --target install -- /m:16 /verbosity:minimal ----------------- Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework Copyright (C) Microsoft Corporation. All rights reserved. uv.vcxproj -> C:\J\w\BuildSingleReference\.conan\data\libuv\1.41.0\_\_\build\f42ebec2d0ee7d5c41713cd8eee15cf988b0d202\bin\uv.dll -- Install configuration: "Release" -- Installing: C:/J/w/BuildSingleReference/.conan/data/libuv/1.41.0/_/_/package/f42ebec2d0ee7d5c41713cd8eee15cf988b0d202/include -- Installing: C:/J/w/BuildSingleReference/.conan/data/libuv/1.41.0/_/_/package/f42ebec2d0ee7d5c41713cd8eee15cf988b0d202/include/uv -- Installing: C:/J/w/BuildSingleReference/.conan/data/libuv/1.41.0/_/_/package/f42ebec2d0ee7d5c41713cd8eee15cf988b0d202/include/uv/aix.h -- Installing: C:/J/w/BuildSingleReference/.conan/data/libuv/1.41.0/_/_/package/f42ebec2d0ee7d5c41713cd8eee15cf988b0d202/include/uv/android-ifaddrs.h -- Installing: C:/J/w/BuildSingleReference/.conan/data/libuv/1.41.0/_/_/package/f42ebec2d0ee7d5c41713cd8eee15cf988b0d202/include/uv/bsd.h -- Installing: C:/J/w/BuildSingleReference/.conan/data/libuv/1.41.0/_/_/package/f42ebec2d0ee7d5c41713cd8eee15cf988b0d202/include/uv/darwin.h -- Installing: C:/J/w/BuildSingleReference/.conan/data/libuv/1.41.0/_/_/package/f42ebec2d0ee7d5c41713cd8eee15cf988b0d202/include/uv/errno.h -- Installing: C:/J/w/BuildSingleReference/.conan/data/libuv/1.41.0/_/_/package/f42ebec2d0ee7d5c41713cd8eee15cf988b0d202/include/uv/linux.h -- Installing: C:/J/w/BuildSingleReference/.conan/data/libuv/1.41.0/_/_/package/f42ebec2d0ee7d5c41713cd8eee15cf988b0d202/include/uv/os390.h -- Installing: C:/J/w/BuildSingleReference/.conan/data/libuv/1.41.0/_/_/package/f42ebec2d0ee7d5c41713cd8eee15cf988b0d202/include/uv/posix.h -- Installing: C:/J/w/BuildSingleReference/.conan/data/libuv/1.41.0/_/_/package/f42ebec2d0ee7d5c41713cd8eee15cf988b0d202/include/uv/stdint-msvc2008.h -- Installing: C:/J/w/BuildSingleReference/.conan/data/libuv/1.41.0/_/_/package/f42ebec2d0ee7d5c41713cd8eee15cf988b0d202/include/uv/sunos.h -- Installing: C:/J/w/BuildSingleReference/.conan/data/libuv/1.41.0/_/_/package/f42ebec2d0ee7d5c41713cd8eee15cf988b0d202/include/uv/threadpool.h -- Installing: C:/J/w/BuildSingleReference/.conan/data/libuv/1.41.0/_/_/package/f42ebec2d0ee7d5c41713cd8eee15cf988b0d202/include/uv/tree.h -- Installing: C:/J/w/BuildSingleReference/.conan/data/libuv/1.41.0/_/_/package/f42ebec2d0ee7d5c41713cd8eee15cf988b0d202/include/uv/unix.h -- Installing: C:/J/w/BuildSingleReference/.conan/data/libuv/1.41.0/_/_/package/f42ebec2d0ee7d5c41713cd8eee15cf988b0d202/include/uv/version.h -- Installing: C:/J/w/BuildSingleReference/.conan/data/libuv/1.41.0/_/_/package/f42ebec2d0ee7d5c41713cd8eee15cf988b0d202/include/uv/win.h -- Installing: C:/J/w/BuildSingleReference/.conan/data/libuv/1.41.0/_/_/package/f42ebec2d0ee7d5c41713cd8eee15cf988b0d202/include/uv.h -- Installing: C:/J/w/BuildSingleReference/.conan/data/libuv/1.41.0/_/_/package/f42ebec2d0ee7d5c41713cd8eee15cf988b0d202/licenses/LICENSE -- Installing: C:/J/w/BuildSingleReference/.conan/data/libuv/1.41.0/_/_/package/f42ebec2d0ee7d5c41713cd8eee15cf988b0d202/lib/uv.lib -- Installing: C:/J/w/BuildSingleReference/.conan/data/libuv/1.41.0/_/_/package/f42ebec2d0ee7d5c41713cd8eee15cf988b0d202/bin/uv.dll [HOOK - conan-center.py] post_package(): [PACKAGE LICENSE (KB-H012)] OK [HOOK - conan-center.py] post_package(): [DEFAULT PACKAGE LAYOUT (KB-H013)] OK [HOOK - conan-center.py] post_package(): [MATCHING CONFIGURATION (KB-H014)] OK [HOOK - conan-center.py] post_package(): [SHARED ARTIFACTS (KB-H015)] OK [HOOK - conan-center.py] post_package(): [PC-FILES (KB-H020)] OK [HOOK - conan-center.py] post_package(): [CMAKE-MODULES-CONFIG-FILES (KB-H016)] OK [HOOK - conan-center.py] post_package(): [PDB FILES NOT ALLOWED (KB-H017)] OK [HOOK - conan-center.py] post_package(): [LIBTOOL FILES PRESENCE (KB-H018)] OK [HOOK - conan-center.py] post_package(): [MS RUNTIME FILES (KB-H021)] OK libuv/1.41.0 package(): Packaged 1 '.dll' file: uv.dll libuv/1.41.0 package(): Packaged 16 '.h' files libuv/1.41.0 package(): Packaged 1 '.lib' file: uv.lib libuv/1.41.0 package(): Packaged 1 file: LICENSE libuv/1.41.0: Package 'f42ebec2d0ee7d5c41713cd8eee15cf988b0d202' created libuv/1.41.0: Created package revision a2da0a21feedaec72cccef3372fa5274 [HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK [HOOK - conan-center.py] post_package_info(): [LIBRARY DOES NOT EXIST (KB-H054)] OK Aggregating env generators CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY