******************************************************************************** conan test conan-center-index\recipes\vcglib\all\test_package\conanfile.py vcglib/2022.02@#bf6cc6250c6c230e23c49cb2f3fb2bfb -pr C:\J\w\prod\BuildSingleReference\98597\4dfd26f2-940a-4b75-a254-9d03916894c9/profile_windows_15_md_vs_release_64.vcglib-shared-False.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Release compiler=Visual Studio compiler.runtime=MD compiler.version=15 os=Windows [options] vcglib:shared=False [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True vcglib/2022.02 (test package): Installing package Requirements eigen/3.4.0 from 'conan-center' - Cache vcglib/2022.02 from local cache - Cache Packages eigen/3.4.0:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache vcglib/2022.02:4e23054f93cd574ba3bf55699b790976b80c293e - Cache Installing (downloading, building) binaries... eigen/3.4.0: Already installed! vcglib/2022.02: Already installed! vcglib/2022.02 (test package): Generator 'CMakeToolchain' calling 'generate()' vcglib/2022.02 (test package): Generator 'VirtualRunEnv' calling 'generate()' vcglib/2022.02 (test package): Generator 'CMakeDeps' calling 'generate()' vcglib/2022.02 (test package): Generator txt created conanbuildinfo.txt vcglib/2022.02 (test package): Aggregating env generators vcglib/2022.02 (test package): Generated conaninfo.txt vcglib/2022.02 (test package): Generated graphinfo Using lockfile: 'C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\generators/conan.lock' Using cached profile from lockfile [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 vcglib/2022.02 (test package): Calling build() vcglib/2022.02 (test package): CMake command: cmake -G "Visual Studio 15 2017" -DCMAKE_TOOLCHAIN_FILE="C:/J/w/prod/BuildSingleReference/conan-center-index/recipes/vcglib/all/test_package/build/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" "C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\." ----Running------ > cmake -G "Visual Studio 15 2017" -DCMAKE_TOOLCHAIN_FILE="C:/J/w/prod/BuildSingleReference/conan-center-index/recipes/vcglib/all/test_package/build/generators/conan_toolchain.cmake" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" "C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\." ----------------- -- Using Conan toolchain: C:/J/w/prod/BuildSingleReference/conan-center-index/recipes/vcglib/all/test_package/build/generators/conan_toolchain.cmake -- The CXX compiler identification is MSVC 19.16.27048.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - 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 - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: Target declared 'vcglib::vcglib' -- Conan: Component target declared 'Eigen3::Eigen' -- Configuring done -- Generating done -- Build files have been written to: C:/J/w/prod/BuildSingleReference/conan-center-index/recipes/vcglib/all/test_package/build vcglib/2022.02 (test package): CMake command: cmake --build "C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build" --config Release ----Running------ > cmake --build "C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build" --config Release ----------------- 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/prod/BuildSingleReference/conan-center-index/recipes/vcglib/all/test_package/CMakeLists.txt test_package.cpp C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/callback.h(69): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(133): note: see declaration of 'strcpy' C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_vmi.h(670): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(208): note: see declaration of 'fopen' C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_vmi.h(668): note: while compiling class template member function 'int vcg::tri::io::ImporterVMI::Open(OpenMeshType &,const char *,int &,vcg::CallBackPos (__cdecl *))' with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import.h(145): note: see reference to function template instantiation 'int vcg::tri::io::ImporterVMI::Open(OpenMeshType &,const char *,int &,vcg::CallBackPos (__cdecl *))' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import.h(145): note: see reference to class template instantiation 'vcg::tri::io::ImporterVMI' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import.h(116): note: while compiling class template member function 'int vcg::tri::io::Importer::Open(OpenMeshType &,const char *,int &,vcg::CallBackPos (__cdecl *))' with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import.h(111): note: see reference to function template instantiation 'int vcg::tri::io::Importer::Open(OpenMeshType &,const char *,int &,vcg::CallBackPos (__cdecl *))' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\test_package.cpp(24): note: see reference to class template instantiation 'vcg::tri::io::Importer' being compiled C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(197): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(208): note: see declaration of 'fopen' C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(196): note: while compiling class template member function 'int vcg::tri::io::ImporterSTL::Open(OpenMeshType &,const char *,int &,vcg::CallBackPos (__cdecl *))' with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import.h(130): note: see reference to function template instantiation 'int vcg::tri::io::ImporterSTL::Open(OpenMeshType &,const char *,int &,vcg::CallBackPos (__cdecl *))' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import.h(130): note: see reference to class template instantiation 'vcg::tri::io::ImporterSTL' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_vmi.h(755): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_vmi.h(685): note: while compiling class template member function 'int vcg::tri::io::ImporterVMI::Deserialize(OpenMeshType &,int &)' with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_vmi.h(673): note: see reference to function template instantiation 'int vcg::tri::io::ImporterVMI::Deserialize(OpenMeshType &,int &)' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_vmi.h(766): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(309): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(214): note: while compiling class template member function 'int vcg::tri::io::ImporterOBJ::Open(OpenMeshType &,const char *,vcg::tri::io::ImporterOBJ::Info &)' with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(201): note: see reference to function template instantiation 'int vcg::tri::io::ImporterOBJ::Open(OpenMeshType &,const char *,vcg::tri::io::ImporterOBJ::Info &)' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import.h(140): note: see reference to class template instantiation 'vcg::tri::io::ImporterOBJ' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(309): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(309): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(310): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(492): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(670): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_off.h(481): warning C4244: '=': conversion from '__int64' to '_Ty', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] with [ _Ty=int ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_off.h(130): note: while compiling class template member function 'int vcg::tri::io::ImporterOFF::OpenStream(MESH_TYPE &,std::istream &,int &,vcg::CallBackPos (__cdecl *))' with [ OpenMeshType=MyMesh, MESH_TYPE=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_off.h(125): note: see reference to function template instantiation 'int vcg::tri::io::ImporterOFF::OpenStream(MESH_TYPE &,std::istream &,int &,vcg::CallBackPos (__cdecl *))' being compiled with [ OpenMeshType=MyMesh, MESH_TYPE=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import.h(135): note: see reference to class template instantiation 'vcg::tri::io::ImporterOFF' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(263): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(208): note: see declaration of 'fopen' C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(261): note: while compiling class template member function 'int vcg::tri::io::ImporterSTL::OpenAscii(OpenMeshType &,const char *,vcg::CallBackPos (__cdecl *))' with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(207): note: see reference to function template instantiation 'int vcg::tri::io::ImporterSTL::OpenAscii(OpenMeshType &,const char *,vcg::CallBackPos (__cdecl *))' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(286): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(1197): note: see declaration of 'fscanf' C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(298): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(1197): note: see declaration of 'fscanf' C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(299): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(1197): note: see declaration of 'fscanf' C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(302): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(1197): note: see declaration of 'fscanf' C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(305): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(1197): note: see declaration of 'fscanf' C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(308): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(1197): note: see declaration of 'fscanf' C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(309): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(1197): note: see declaration of 'fscanf' C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(213): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(208): note: see declaration of 'fopen' C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(211): note: while compiling class template member function 'int vcg::tri::io::ImporterSTL::OpenBinary(OpenMeshType &,const char *,int &,vcg::CallBackPos (__cdecl *))' with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(206): note: see reference to function template instantiation 'int vcg::tri::io::ImporterSTL::OpenBinary(OpenMeshType &,const char *,int &,vcg::CallBackPos (__cdecl *))' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(163): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(153): note: while compiling class template member function 'bool vcg::tri::io::ImporterSTL::IsSTLMalformed(const char *,bool &)' with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(203): note: see reference to function template instantiation 'bool vcg::tri::io::ImporterSTL::IsSTLMalformed(const char *,bool &)' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(155): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(208): note: see declaration of 'fopen' C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(623): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(378): note: while compiling class template member function 'int vcg::tri::io::ImporterPLY::Open(OpenMeshType &,const char *,vcg::tri::io::PlyInfo &)' with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(370): note: see reference to function template instantiation 'int vcg::tri::io::ImporterPLY::Open(OpenMeshType &,const char *,vcg::tri::io::PlyInfo &)' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import.h(125): note: see reference to class template instantiation 'vcg::tri::io::ImporterPLY' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(625): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(627): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(677): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(681): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(744): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(748): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(767): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(772): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(929): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(932): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(967): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(993): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(1017): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(1018): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_vmi.h(638): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_vmi.h(635): note: while compiling class template member function 'int vcg::tri::io::ImporterVMI::Read(void *,size_t,size_t)' with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_vmi.h(710): note: see reference to function template instantiation 'int vcg::tri::io::ImporterVMI::Read(void *,size_t,size_t)' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(984): warning C4305: 'argument': truncation from 'double' to 'const P3ScalarType' [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] with [ P3ScalarType=float ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(968): note: while compiling class template member function 'bool vcg::tri::io::ImporterOBJ::LoadMaterials(const char *,std::vector> &,std::vector,std::allocator>>> &)' with [ OpenMeshType=MyMesh, _Ty=vcg::tri::io::Material ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(594): note: see reference to function template instantiation 'bool vcg::tri::io::ImporterOBJ::LoadMaterials(const char *,std::vector> &,std::vector,std::allocator>>> &)' being compiled with [ OpenMeshType=MyMesh, _Ty=vcg::tri::io::Material ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(1059): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(1062): warning C4244: '=': conversion from '__int64' to 'unsigned int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(874): warning C4244: 'initializing': conversion from 'std::streamoff' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(864): note: while compiling class template member function 'bool vcg::tri::io::ImporterOBJ::LoadMask(const char *,vcg::tri::io::ImporterOBJ::Info &)' with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(222): note: see reference to function template instantiation 'bool vcg::tri::io::ImporterOBJ::LoadMask(const char *,vcg::tri::io::ImporterOBJ::Info &)' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(896): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(787): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(752): note: while compiling class template member function 'void vcg::tri::io::ImporterOBJ::TokenizeNextLine(std::ifstream &,std::vector> &,std::string &,std::vector>> *)' with [ OpenMeshType=MyMesh, _Ty=std::string ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(276): note: see reference to function template instantiation 'void vcg::tri::io::ImporterOBJ::TokenizeNextLine(std::ifstream &,std::vector> &,std::string &,std::vector>> *)' being compiled with [ OpenMeshType=MyMesh, _Ty=std::string ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(115): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(208): note: see declaration of 'fopen' C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(105): note: while compiling class template member function 'bool vcg::tri::io::ImporterSTL::IsSTLColored(const char *,bool &,bool &)' with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(220): note: see reference to function template instantiation 'bool vcg::tri::io::ImporterSTL::IsSTLColored(const char *,bool &,bool &)' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_vmi.h(632): warning C4267: '+=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_vmi.h(632): note: while compiling class template member function 'int vcg::tri::io::ImporterVMI::Read_mem(void *,size_t,size_t)' with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_vmi.h(637): note: see reference to function template instantiation 'int vcg::tri::io::ImporterVMI::Read_mem(void *,size_t,size_t)' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_vmi.h(632): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/io_fan_tessellator.h(61): warning C4267: 'argument': conversion from 'size_t' to '_Ty', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] with [ _Ty=int ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(479): note: see reference to function template instantiation 'void vcg::tri::io::FanTessellator>(const std::vector,std::allocator<_Ty>>,std::allocator>>> &,std::vector> &)' being compiled with [ _Ty=vcg::Point3 ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(214): note: while compiling class template member function 'int vcg::tri::io::ImporterOBJ::Open(OpenMeshType &,const char *,vcg::tri::io::ImporterOBJ::Info &)' with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(201): note: see reference to function template instantiation 'int vcg::tri::io::ImporterOBJ::Open(OpenMeshType &,const char *,vcg::tri::io::ImporterOBJ::Info &)' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/io_fan_tessellator.h(62): warning C4267: 'argument': conversion from 'size_t' to '_Ty', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] with [ _Ty=int ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\vcg/space/triangle3.h(205): warning C4244: 'initializing': conversion from 'double' to 'P3ScalarType', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\test_package.vcxproj] with [ P3ScalarType=float ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\vcg/complex/algorithms/bitquad_support.h(1181): note: see reference to function template instantiation 'P3ScalarType vcg::QualityRadii(const vcg::Point3 &,const vcg::Point3 &,const vcg::Point3 &)' being compiled with [ P3ScalarType=float ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\vcg/complex/algorithms/bitquad_support.h(1158): note: while compiling class template member function 'void vcg::tri::BitQuad>::QuadTriangulate(std::vector> &)' with [ MESH_TYPE=MyMesh, _Ty=MyVertex * ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_off.h(423): note: see reference to function template instantiation 'void vcg::tri::BitQuad>::QuadTriangulate(std::vector> &)' being compiled with [ MESH_TYPE=MyMesh, _Ty=MyVertex * ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_off.h(423): note: see reference to class template instantiation 'vcg::tri::BitQuad>' being compiled with [ MESH_TYPE=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_off.h(130): note: while compiling class template member function 'int vcg::tri::io::ImporterOFF::OpenStream(MESH_TYPE &,std::istream &,int &,vcg::CallBackPos (__cdecl *))' with [ OpenMeshType=MyMesh, MESH_TYPE=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_off.h(125): note: see reference to function template instantiation 'int vcg::tri::io::ImporterOFF::OpenStream(MESH_TYPE &,std::istream &,int &,vcg::CallBackPos (__cdecl *))' being compiled with [ OpenMeshType=MyMesh, MESH_TYPE=MyMesh ] test_package.vcxproj -> C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\Release\test_package.exe Building Custom Rule C:/J/w/prod/BuildSingleReference/conan-center-index/recipes/vcglib/all/test_package/CMakeLists.txt vcglib/2022.02 (test package): Running test() ----Running------ > "C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\generators\conanrun.bat" && Release\test_package C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\.\cube.obj ----------------- Capturing current environment in C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\build\generators\deactivate_conanrunenv-release-x86_64.bat Configuring environment variables Mesh has 8 vert and 12 faces vcglib/2022.02 (test package): WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior vcglib/2022.02 (test package): WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behavior ******************************************************************************** conan test conan-center-index\recipes\vcglib\all\test_v1_package\conanfile.py vcglib/2022.02@#bf6cc6250c6c230e23c49cb2f3fb2bfb -pr C:\J\w\prod\BuildSingleReference\98597\4dfd26f2-940a-4b75-a254-9d03916894c9/profile_windows_15_md_vs_release_64.vcglib-shared-False.txt -c tools.system.package_manager:mode=install -c tools.system.package_manager:sudo=True ******************************************************************************** Configuration: [settings] arch=x86_64 build_type=Release compiler=Visual Studio compiler.runtime=MD compiler.version=15 os=Windows [options] vcglib:shared=False [build_requires] [env] [conf] tools.system.package_manager:mode=install tools.system.package_manager:sudo=True vcglib/2022.02 (test package): Installing package Requirements eigen/3.4.0 from 'conan-center' - Cache vcglib/2022.02 from local cache - Cache Packages eigen/3.4.0:5ab84d6acfe1f23c4fae0ab88f26e3a396351ac9 - Cache vcglib/2022.02:4e23054f93cd574ba3bf55699b790976b80c293e - Cache Installing (downloading, building) binaries... eigen/3.4.0: Already installed! vcglib/2022.02: Already installed! vcglib/2022.02 (test package): Generator cmake_find_package_multi created vcglib-config-version.cmake vcglib/2022.02 (test package): Generator cmake_find_package_multi created vcglib-config.cmake vcglib/2022.02 (test package): Generator cmake_find_package_multi created vcglibTargets.cmake vcglib/2022.02 (test package): Generator cmake_find_package_multi created vcglibTarget-release.cmake vcglib/2022.02 (test package): Generator cmake_find_package_multi created Eigen3ConfigVersion.cmake vcglib/2022.02 (test package): Generator cmake_find_package_multi created Eigen3Target-release.cmake vcglib/2022.02 (test package): Generator cmake_find_package_multi created Eigen3Targets.cmake vcglib/2022.02 (test package): Generator cmake_find_package_multi created Eigen3Config.cmake vcglib/2022.02 (test package): Generator cmake created conanbuildinfo.cmake vcglib/2022.02 (test package): Generator txt created conanbuildinfo.txt vcglib/2022.02 (test package): Aggregating env generators vcglib/2022.02 (test package): Generated conaninfo.txt vcglib/2022.02 (test package): Generated graphinfo Using lockfile: 'C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96/conan.lock' Using cached profile from lockfile [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 vcglib/2022.02 (test package): Calling build() ----Running------ > cd C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96 && cmake -G "Visual Studio 15 2017 Win64" -DCONAN_LINK_RUNTIME="/MD" -DCONAN_IN_LOCAL_CACHE="OFF" -DCONAN_COMPILER="Visual Studio" -DCONAN_COMPILER_VERSION="15" -DCONAN_CXX_FLAGS="/MP8" -DCONAN_C_FLAGS="/MP8" -DCMAKE_INSTALL_PREFIX="C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\package" -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_PREFIX_PATH="C:/J/w/prod/BuildSingleReference/conan-center-index/recipes/vcglib/all/test_v1_package/build/0bb285c3efc7f1d1d442ef323de6296a63f56e96" -DCMAKE_MODULE_PATH="C:/J/w/prod/BuildSingleReference/conan-center-index/recipes/vcglib/all/test_v1_package/build/0bb285c3efc7f1d1d442ef323de6296a63f56e96" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -Wno-dev C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package ----------------- -- The CXX compiler identification is MSVC 19.16.27048.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - 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 - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Conan: called by CMake conan helper -- Conan: Adjusting output directories -- Conan: Using cmake targets configuration -- Library vcglib found C:/J/w/prod/BuildSingleReference/.conan/data/vcglib/2022.02/_/_/package/4e23054f93cd574ba3bf55699b790976b80c293e/lib/vcglib.lib -- Conan: Adjusting default RPATHs Conan policies -- Conan: Adjusting language standard -- Library vcglib found C:/J/w/prod/BuildSingleReference/.conan/data/vcglib/2022.02/_/_/package/4e23054f93cd574ba3bf55699b790976b80c293e/lib/vcglib.lib -- Found: C:/J/w/prod/BuildSingleReference/.conan/data/vcglib/2022.02/_/_/package/4e23054f93cd574ba3bf55699b790976b80c293e/lib/vcglib.lib -- Configuring done -- Generating done -- Build files have been written to: C:/J/w/prod/BuildSingleReference/conan-center-index/recipes/vcglib/all/test_v1_package/build/0bb285c3efc7f1d1d442ef323de6296a63f56e96 ----Running------ > cmake --build C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96 --config Release -- /m:8 /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/prod/BuildSingleReference/conan-center-index/recipes/vcglib/all/test_v1_package/CMakeLists.txt test_package.cpp C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/callback.h(69): warning C4996: 'strcpy': This function or variable may be unsafe. Consider using strcpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(133): note: see declaration of 'strcpy' C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_vmi.h(670): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(208): note: see declaration of 'fopen' C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_vmi.h(668): note: while compiling class template member function 'int vcg::tri::io::ImporterVMI::Open(OpenMeshType &,const char *,int &,vcg::CallBackPos (__cdecl *))' with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import.h(145): note: see reference to function template instantiation 'int vcg::tri::io::ImporterVMI::Open(OpenMeshType &,const char *,int &,vcg::CallBackPos (__cdecl *))' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import.h(145): note: see reference to class template instantiation 'vcg::tri::io::ImporterVMI' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import.h(116): note: while compiling class template member function 'int vcg::tri::io::Importer::Open(OpenMeshType &,const char *,int &,vcg::CallBackPos (__cdecl *))' with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import.h(111): note: see reference to function template instantiation 'int vcg::tri::io::Importer::Open(OpenMeshType &,const char *,int &,vcg::CallBackPos (__cdecl *))' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_package\test_package.cpp(24): note: see reference to class template instantiation 'vcg::tri::io::Importer' being compiled C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(197): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(208): note: see declaration of 'fopen' C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(196): note: while compiling class template member function 'int vcg::tri::io::ImporterSTL::Open(OpenMeshType &,const char *,int &,vcg::CallBackPos (__cdecl *))' with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import.h(130): note: see reference to function template instantiation 'int vcg::tri::io::ImporterSTL::Open(OpenMeshType &,const char *,int &,vcg::CallBackPos (__cdecl *))' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import.h(130): note: see reference to class template instantiation 'vcg::tri::io::ImporterSTL' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_vmi.h(755): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_vmi.h(685): note: while compiling class template member function 'int vcg::tri::io::ImporterVMI::Deserialize(OpenMeshType &,int &)' with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_vmi.h(673): note: see reference to function template instantiation 'int vcg::tri::io::ImporterVMI::Deserialize(OpenMeshType &,int &)' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_vmi.h(766): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(309): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(214): note: while compiling class template member function 'int vcg::tri::io::ImporterOBJ::Open(OpenMeshType &,const char *,vcg::tri::io::ImporterOBJ::Info &)' with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(201): note: see reference to function template instantiation 'int vcg::tri::io::ImporterOBJ::Open(OpenMeshType &,const char *,vcg::tri::io::ImporterOBJ::Info &)' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import.h(140): note: see reference to class template instantiation 'vcg::tri::io::ImporterOBJ' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(309): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(309): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(310): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(492): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(670): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_off.h(481): warning C4244: '=': conversion from '__int64' to '_Ty', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] with [ _Ty=int ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_off.h(130): note: while compiling class template member function 'int vcg::tri::io::ImporterOFF::OpenStream(MESH_TYPE &,std::istream &,int &,vcg::CallBackPos (__cdecl *))' with [ OpenMeshType=MyMesh, MESH_TYPE=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_off.h(125): note: see reference to function template instantiation 'int vcg::tri::io::ImporterOFF::OpenStream(MESH_TYPE &,std::istream &,int &,vcg::CallBackPos (__cdecl *))' being compiled with [ OpenMeshType=MyMesh, MESH_TYPE=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import.h(135): note: see reference to class template instantiation 'vcg::tri::io::ImporterOFF' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(263): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(208): note: see declaration of 'fopen' C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(261): note: while compiling class template member function 'int vcg::tri::io::ImporterSTL::OpenAscii(OpenMeshType &,const char *,vcg::CallBackPos (__cdecl *))' with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(207): note: see reference to function template instantiation 'int vcg::tri::io::ImporterSTL::OpenAscii(OpenMeshType &,const char *,vcg::CallBackPos (__cdecl *))' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(286): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(1197): note: see declaration of 'fscanf' C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(298): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(1197): note: see declaration of 'fscanf' C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(299): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(1197): note: see declaration of 'fscanf' C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(302): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(1197): note: see declaration of 'fscanf' C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(305): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(1197): note: see declaration of 'fscanf' C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(308): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(1197): note: see declaration of 'fscanf' C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(309): warning C4996: 'fscanf': This function or variable may be unsafe. Consider using fscanf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(1197): note: see declaration of 'fscanf' C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(213): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(208): note: see declaration of 'fopen' C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(211): note: while compiling class template member function 'int vcg::tri::io::ImporterSTL::OpenBinary(OpenMeshType &,const char *,int &,vcg::CallBackPos (__cdecl *))' with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(206): note: see reference to function template instantiation 'int vcg::tri::io::ImporterSTL::OpenBinary(OpenMeshType &,const char *,int &,vcg::CallBackPos (__cdecl *))' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(163): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(153): note: while compiling class template member function 'bool vcg::tri::io::ImporterSTL::IsSTLMalformed(const char *,bool &)' with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(203): note: see reference to function template instantiation 'bool vcg::tri::io::ImporterSTL::IsSTLMalformed(const char *,bool &)' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(155): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(208): note: see declaration of 'fopen' C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(623): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(378): note: while compiling class template member function 'int vcg::tri::io::ImporterPLY::Open(OpenMeshType &,const char *,vcg::tri::io::PlyInfo &)' with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(370): note: see reference to function template instantiation 'int vcg::tri::io::ImporterPLY::Open(OpenMeshType &,const char *,vcg::tri::io::PlyInfo &)' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import.h(125): note: see reference to class template instantiation 'vcg::tri::io::ImporterPLY' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(625): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(627): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(677): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(681): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(744): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(748): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(767): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(772): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(929): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(932): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(967): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(993): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(1017): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_ply.h(1018): warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_vmi.h(638): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_vmi.h(635): note: while compiling class template member function 'int vcg::tri::io::ImporterVMI::Read(void *,size_t,size_t)' with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_vmi.h(710): note: see reference to function template instantiation 'int vcg::tri::io::ImporterVMI::Read(void *,size_t,size_t)' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(984): warning C4305: 'argument': truncation from 'double' to 'const P3ScalarType' [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] with [ P3ScalarType=float ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(968): note: while compiling class template member function 'bool vcg::tri::io::ImporterOBJ::LoadMaterials(const char *,std::vector> &,std::vector,std::allocator>>> &)' with [ OpenMeshType=MyMesh, _Ty=vcg::tri::io::Material ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(594): note: see reference to function template instantiation 'bool vcg::tri::io::ImporterOBJ::LoadMaterials(const char *,std::vector> &,std::vector,std::allocator>>> &)' being compiled with [ OpenMeshType=MyMesh, _Ty=vcg::tri::io::Material ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(1059): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(1062): warning C4244: '=': conversion from '__int64' to 'unsigned int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(874): warning C4244: 'initializing': conversion from 'std::streamoff' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(864): note: while compiling class template member function 'bool vcg::tri::io::ImporterOBJ::LoadMask(const char *,vcg::tri::io::ImporterOBJ::Info &)' with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(222): note: see reference to function template instantiation 'bool vcg::tri::io::ImporterOBJ::LoadMask(const char *,vcg::tri::io::ImporterOBJ::Info &)' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(896): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(787): warning C4267: 'argument': conversion from 'size_t' to 'const int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(752): note: while compiling class template member function 'void vcg::tri::io::ImporterOBJ::TokenizeNextLine(std::ifstream &,std::vector> &,std::string &,std::vector>> *)' with [ OpenMeshType=MyMesh, _Ty=std::string ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(276): note: see reference to function template instantiation 'void vcg::tri::io::ImporterOBJ::TokenizeNextLine(std::ifstream &,std::vector> &,std::string &,std::vector>> *)' being compiled with [ OpenMeshType=MyMesh, _Ty=std::string ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(115): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(208): note: see declaration of 'fopen' C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(105): note: while compiling class template member function 'bool vcg::tri::io::ImporterSTL::IsSTLColored(const char *,bool &,bool &)' with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_stl.h(220): note: see reference to function template instantiation 'bool vcg::tri::io::ImporterSTL::IsSTLColored(const char *,bool &,bool &)' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_vmi.h(632): warning C4267: '+=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_vmi.h(632): note: while compiling class template member function 'int vcg::tri::io::ImporterVMI::Read_mem(void *,size_t,size_t)' with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_vmi.h(637): note: see reference to function template instantiation 'int vcg::tri::io::ImporterVMI::Read_mem(void *,size_t,size_t)' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_vmi.h(632): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/io_fan_tessellator.h(61): warning C4267: 'argument': conversion from 'size_t' to '_Ty', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] with [ _Ty=int ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(479): note: see reference to function template instantiation 'void vcg::tri::io::FanTessellator>(const std::vector,std::allocator<_Ty>>,std::allocator>>> &,std::vector> &)' being compiled with [ _Ty=vcg::Point3 ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(214): note: while compiling class template member function 'int vcg::tri::io::ImporterOBJ::Open(OpenMeshType &,const char *,vcg::tri::io::ImporterOBJ::Info &)' with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_obj.h(201): note: see reference to function template instantiation 'int vcg::tri::io::ImporterOBJ::Open(OpenMeshType &,const char *,vcg::tri::io::ImporterOBJ::Info &)' being compiled with [ OpenMeshType=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/io_fan_tessellator.h(62): warning C4267: 'argument': conversion from 'size_t' to '_Ty', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] with [ _Ty=int ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\vcg/space/triangle3.h(205): warning C4244: 'initializing': conversion from 'double' to 'P3ScalarType', possible loss of data [C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\test_package.vcxproj] with [ P3ScalarType=float ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\vcg/complex/algorithms/bitquad_support.h(1181): note: see reference to function template instantiation 'P3ScalarType vcg::QualityRadii(const vcg::Point3 &,const vcg::Point3 &,const vcg::Point3 &)' being compiled with [ P3ScalarType=float ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\vcg/complex/algorithms/bitquad_support.h(1158): note: while compiling class template member function 'void vcg::tri::BitQuad>::QuadTriangulate(std::vector> &)' with [ MESH_TYPE=MyMesh, _Ty=MyVertex * ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_off.h(423): note: see reference to function template instantiation 'void vcg::tri::BitQuad>::QuadTriangulate(std::vector> &)' being compiled with [ MESH_TYPE=MyMesh, _Ty=MyVertex * ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_off.h(423): note: see reference to class template instantiation 'vcg::tri::BitQuad>' being compiled with [ MESH_TYPE=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_off.h(130): note: while compiling class template member function 'int vcg::tri::io::ImporterOFF::OpenStream(MESH_TYPE &,std::istream &,int &,vcg::CallBackPos (__cdecl *))' with [ OpenMeshType=MyMesh, MESH_TYPE=MyMesh ] C:\J\w\prod\BuildSingleReference\.conan\data\vcglib\2022.02\_\_\package\4e23054f93cd574ba3bf55699b790976b80c293e\include\wrap/io_trimesh/import_off.h(125): note: see reference to function template instantiation 'int vcg::tri::io::ImporterOFF::OpenStream(MESH_TYPE &,std::istream &,int &,vcg::CallBackPos (__cdecl *))' being compiled with [ OpenMeshType=MyMesh, MESH_TYPE=MyMesh ] test_package.vcxproj -> C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\build\0bb285c3efc7f1d1d442ef323de6296a63f56e96\bin\test_package.exe Building Custom Rule C:/J/w/prod/BuildSingleReference/conan-center-index/recipes/vcglib/all/test_v1_package/CMakeLists.txt vcglib/2022.02 (test package): Running test() ----Running------ > bin\test_package C:\J\w\prod\BuildSingleReference\conan-center-index\recipes\vcglib\all\test_v1_package\..\test_package\cube.obj ----------------- Mesh has 8 vert and 12 faces CMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRY CMAKE_INSTALL_BINDIR CMAKE_INSTALL_DATAROOTDIR CMAKE_INSTALL_INCLUDEDIR CMAKE_INSTALL_LIBDIR CMAKE_INSTALL_LIBEXECDIR CMAKE_INSTALL_OLDINCLUDEDIR CMAKE_INSTALL_SBINDIR