found 7zip in C:\Program Files\7-Zip\7z.exe cd src\mapcache-branch-1-12-vc17x64 if exist vc17x64 rd /Q /S vc17x64 if not exist vc17x64 mkdir vc17x64 cd vc17x64 E:\buildsystem\cmake\bin\cmake.exe ..\ -G "Visual Studio 17 2022" -A x64 "-DCMAKE_PREFIX_PATH=E:\buildsystem\release-1930-x64" "-DCMAKE_INSTALL_PREFIX=E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\install" -DCMAKE_BUILD_TYPE=Release -DFCGI_LIBRARY=E:\buildsystem\release-1930-x64\lib\libfcgi.lib -DAPR_LIBRARY=E:/buildsystem/release-1930-x64/lib/libapr-1.lib -DAPU_LIBRARY=E:/buildsystem/release-1930-x64/lib/libaprutil-1.lib -DAPACHE_LIBRARY=E:/buildsystem/release-1930-x64/lib/libhttpd.lib -DWITH_POSTGRESQL=1 -DWITH_TIFF=1 -DWITH_TIFF_WRITE_SUPPORT=1 -DWITH_PCRE=1 -- Selecting Windows SDK version 10.0.19041.0 to target Windows 10.0.19044. -- The C compiler identification is MSVC 19.33.31629.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.33.31629/bin/Hostx64/x64/cl.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Looking for strncasecmp -- Looking for strncasecmp - not found -- Looking for symlink -- Looking for symlink - not found -- Looking for timegm -- Looking for timegm - not found -- Looking for strptime -- Looking for strptime - not found -- Found ZLIB: E:/buildsystem/release-1930-x64/lib/zlib.lib (found version "1.2.11") -- Found PNG: E:/buildsystem/release-1930-x64/lib/libpng16.lib (found version "1.6.37") -- Found JPEG: E:/buildsystem/release-1930-x64/lib/libjpeg.lib (found version "90") -- Found CURL: E:/buildsystem/release-1930-x64/lib/libcurl_imp.lib (found version "7.79.1-DEV") -- Found APR: E:/buildsystem/release-1930-x64/lib/libapr-1.lib -- Found APU: E:/buildsystem/release-1930-x64/lib/libaprutil-1.lib -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) -- Found PIXMAN: E:/buildsystem/release-1930-x64/lib/pixman-1.lib -- Found GDAL: E:/buildsystem/release-1930-x64/lib/gdal_i.lib -- Found PCRE: E:/buildsystem/release-1930-x64/lib/pcre.lib -- Found SQLITE: E:/buildsystem/release-1930-x64/lib/sqlite3.lib -- Found PostgreSQL: E:/buildsystem/release-1930-x64/lib/libpq.lib -- Found TIFF: E:/buildsystem/release-1930-x64/lib/tiff.lib (found version "4.3.0") -- * Configured options for the mapcache library -- * Mandatory components -- * png: E:/buildsystem/release-1930-x64/lib/libpng16.lib -- * jpeg: E:/buildsystem/release-1930-x64/lib/libjpeg.lib -- * Curl: E:/buildsystem/release-1930-x64/lib/libcurl_imp.lib -- * Apr: E:/buildsystem/release-1930-x64/lib/libapr-1.lib -- * Optional components -- * PIXMAN: E:/buildsystem/release-1930-x64/lib/pixman-1.lib -- * SQLITE: E:/buildsystem/release-1930-x64/lib/sqlite3.lib -- * POSTGRESQL: E:/buildsystem/release-1930-x64/lib/libpq.lib -- * Berkeley DB: disabled -- * Memcache: disabled -- * Redis: disabled -- * TIFF: E:/buildsystem/release-1930-x64/lib/tiff.lib -- * GeoTIFF: disabled -- * Experimental TIFF write support: E:/buildsystem/release-1930-x64/lib/tiff.lib -- * PCRE: E:/buildsystem/release-1930-x64/lib/pcre.lib -- * Experimental mapserver support: disabled -- * RIAK: disabled -- * GDAL: E:/buildsystem/release-1930-x64/lib/gdal_i.lib -- * Optional features -- * MAPCACHE_DETAIL: ENABLED -- Found GEOS: E:/buildsystem/release-1930-x64/lib/geos_c.lib -- * Seeder Configuration Options: -- * GEOS: E:/buildsystem/release-1930-x64/lib/geos_c.lib -- * OGR: E:/buildsystem/release-1930-x64/lib/gdal_i.lib -- Found FCGI: E:/buildsystem/release-1930-x64/lib/libfcgi.lib -- * CGI Configuration Options: -- * FastCGI: E:/buildsystem/release-1930-x64/lib/libfcgi.lib -- Found APACHE: E:/buildsystem/release-1930-x64/include -- * Apache Module support status: -- * Mapcache Version String: mod_mapcache/1.12.1 -- * mapcache_detail Configuration Options: -- * Mandatory components -- * SQLite: E:/buildsystem/release-1930-x64/lib/sqlite3.lib -- * Optional components -- * GEOS: E:/buildsystem/release-1930-x64/lib/geos_c.lib -- * OGR: E:/buildsystem/release-1930-x64/lib/gdal_i.lib -- Configuring done -- Generating done -- Build files have been written to: E:/buildsystem/src/mapcache-branch-1-12-vc17x64/vc17x64 E:\buildsystem\cmake\bin\cmake.exe --build . --config Release --target install MSBuild version 17.3.1+2badb37d1 for .NET Framework Checking Build System Building Custom Rule E:/buildsystem/src/mapcache-branch-1-12-vc17x64/CMakeLists.txt axisorder.c buffer.c E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\buffer.c(38,17): warning C4018: '>': signed/unsigned mismatch [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\buffer.c(79,10): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] cJSON.c cache.c E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\cache.c(45,12): warning C4018: '<=': signed/unsigned mismatch [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\cache.c(71,12): warning C4018: '<=': signed/unsigned mismatch [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\cache.c(102,12): warning C4018: '<=': signed/unsigned mismatch [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\cache.c(128,12): warning C4018: '<=': signed/unsigned mismatch [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\cache.c(155,14): warning C4018: '<=': signed/unsigned mismatch [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] cache_bdb.c cache_composite.c E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\cache_composite.c(146,52): warning C4098: '_mapcache_cache_composite_tile_set': 'void' function returning a value [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\cache_composite.c(155,66): warning C4098: '_mapcache_cache_composite_tile_multi_set': 'void' function returning a value [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] cache_couchbase.c cache_disk.c cache_fallback.c cache_memcache.c cache_multitier.c E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\cache_multitier.c(103,54): warning C4098: '_mapcache_cache_multitier_tile_set': 'void' function returning a value [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\cache_multitier.c(110,69): warning C4098: '_mapcache_cache_multitier_tile_multi_set': 'void' function returning a value [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] cache_redis.c cache_rest.c E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\cache_rest.c(731,27): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\cache_rest.c(731,81): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\cache_rest.c(824,45): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\cache_rest.c(824,92): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\cache_rest.c(902,71): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\cache_rest.c(960,45): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\cache_rest.c(966,67): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\cache_rest.c(967,43): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\cache_rest.c(970,39): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] cache_riak.c cache_sqlite.c E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\cache_sqlite.c(405,86): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\cache_sqlite.c(455,84): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\cache_sqlite.c(593,51): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] cache_tiff.c E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\cache_tiff.c(557,17): warning C4018: '<': signed/unsigned mismatch [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\cache_tiff.c(558,17): warning C4018: '<': signed/unsigned mismatch [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\cache_tiff.c(684,17): warning C4018: '<': signed/unsigned mismatch [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\cache_tiff.c(685,17): warning C4018: '<': signed/unsigned mismatch [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\cache_tiff.c(1033,13): warning C4018: '<': signed/unsigned mismatch [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\cache_tiff.c(1034,13): warning C4018: '<': signed/unsigned mismatch [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\cache_tiff.c(1133,8): warning C4244: '=': conversion from 'tmsize_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] cache_tokyocabinet.c configuration.c E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\configuration.c(170,19): warning C4244: '=': conversion from 'double' to 'unsigned int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\configuration.c(171,19): warning C4244: '=': conversion from 'double' to 'unsigned int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\configuration.c(195,19): warning C4244: '=': conversion from 'double' to 'unsigned int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\configuration.c(196,19): warning C4244: '=': conversion from 'double' to 'unsigned int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\configuration.c(220,19): warning C4244: '=': conversion from 'double' to 'unsigned int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\configuration.c(221,19): warning C4244: '=': conversion from 'double' to 'unsigned int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] configuration_xml.c E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\configuration_xml.c(464,21): warning C4244: '=': conversion from 'double' to 'unsigned int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\configuration_xml.c(465,21): warning C4244: '=': conversion from 'double' to 'unsigned int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\configuration_xml.c(1070,52): warning C4244: '=': conversion from 'double' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\configuration_xml.c(1071,52): warning C4244: '=': conversion from 'double' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\configuration_xml.c(1079,23): warning C4244: '=': conversion from 'double' to 'unsigned int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\configuration_xml.c(1080,23): warning C4244: '=': conversion from 'double' to 'unsigned int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] connection_pool.c E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\connection_pool.c(148,17): warning C4018: '<': signed/unsigned mismatch [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] Generating Code... Compiling... core.c dimension.c E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\dimension.c(132,52): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] dimension_es.c dimension_pg.c E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\dimension_pg.c(109,33): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\dimension_pg.c(117,33): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\dimension_pg.c(124,33): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\dimension_pg.c(132,33): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\dimension_pg.c(140,33): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\dimension_pg.c(148,33): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\dimension_pg.c(156,33): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\dimension_pg.c(164,33): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\dimension_pg.c(172,33): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] dimension_sqlite.c dimension_time.c ezxml.c E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(151,3): warning C4996: '_snprintf': This function or variable may be unsafe. Consider using _snprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(154,3): warning C4996: '_vsnprintf': This function or variable may be unsafe. Consider using _vsnprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(190,30): warning C4244: '=': conversion from 'long' to 'char', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(194,36): warning C4244: '=': conversion from 'long' to 'char', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(205,18): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(206,23): warning C4244: '=': conversion from '__int64' to 'long', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(206,33): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(207,26): 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. [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(220,16): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(212,9): warning C4996: 'strncpy': This function or variable may be unsafe. Consider using strncpy_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(256,18): 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. [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(257,5): 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. [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(321,3): 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. [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(315,22): warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strdup. See online help for details. [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(457,28): warning C4244: '=': conversion from 'long' to 'char', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(461,34): warning C4244: '=': conversion from 'long' to 'char', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(522,9): 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. [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(654,9): warning C4013: 'read' undefined; assuming extern returning int [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(666,12): warning C4013: 'open' undefined; assuming extern returning int [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(669,16): warning C4013: 'close' undefined; assuming extern returning int [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(687,18): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(690,18): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(693,18): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(696,18): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(699,18): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(702,18): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(705,18): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(730,11): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(736,13): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(738,13): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(748,13): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(750,13): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(752,11): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(760,11): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(774,13): 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. [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(786,14): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(801,14): warning C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(867,3): 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. [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(956,37): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(957,5): 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. [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\ezxml.c(950,22): warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strdup. See online help for details. [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] grid.c E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\grid.c(92,32): warning C4018: '>=': signed/unsigned mismatch [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\grid.c(97,32): warning C4018: '>=': signed/unsigned mismatch [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\grid.c(162,90): warning C4244: '=': conversion from 'double' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\grid.c(163,89): warning C4244: '=': conversion from 'double' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\grid.c(164,91): warning C4244: '=': conversion from 'double' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\grid.c(165,90): warning C4244: '=': conversion from 'double' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\grid.c(168,90): warning C4244: '=': conversion from 'double' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\grid.c(169,89): warning C4244: '=': conversion from 'double' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\grid.c(170,91): warning C4244: '=': conversion from 'double' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\grid.c(172,90): warning C4244: '=': conversion from 'double' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\grid.c(181,24): warning C4018: '>': signed/unsigned mismatch [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\grid.c(183,24): warning C4018: '>': signed/unsigned mismatch [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] hmac-sha.c http.c E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\http.c(297,18): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\http.c(312,18): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] image.c E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(102,34): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(103,34): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(105,56): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(105,67): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(106,56): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(107,53): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(107,61): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(108,50): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(117,49): warning C4267: 'function': conversion from 'size_t' to 'uint16_t', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(117,57): warning C4267: 'function': conversion from 'size_t' to 'uint16_t', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(208,68): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(208,75): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(209,48): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(210,68): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(210,75): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(211,48): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(218,48): warning C4267: 'function': conversion from 'size_t' to 'uint16_t', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(218,55): warning C4267: 'function': conversion from 'size_t' to 'uint16_t', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(245,68): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(245,75): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(246,48): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(247,68): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(247,75): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(248,48): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(258,48): warning C4267: 'function': conversion from 'size_t' to 'uint16_t', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(258,55): warning C4267: 'function': conversion from 'size_t' to 'uint16_t', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(322,46): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(323,33): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(326,46): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(327,46): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(330,46): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(331,33): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(334,46): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image.c(335,33): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] image_error.c E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image_error.c(3953,43): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image_error.c(3908,16): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image_error.c(3909,37): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image_error.c(3910,29): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\image_error.c(3914,27): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] imageio.c imageio_jpeg.c E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\imageio_jpeg.c(115,68): warning C4133: '=': incompatible types - from 'int (__cdecl *)(j_decompress_ptr)' to 'boolean (__cdecl *)(j_decompress_ptr)' [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\imageio_jpeg.c(170,124): warning C4133: '=': incompatible types - from 'int (__cdecl *)(j_compress_ptr)' to 'boolean (__cdecl *)(j_compress_ptr)' [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\imageio_jpeg.c(177,26): warning C4267: '=': conversion from 'size_t' to 'JDIMENSION', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\imageio_jpeg.c(178,27): warning C4267: '=': conversion from 'size_t' to 'JDIMENSION', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\imageio_jpeg.c(241,64): warning C4267: 'function': conversion from 'size_t' to 'unsigned long', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] imageio_mixed.c imageio_png.c E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\imageio_png.c(547,38): warning C4267: 'function': conversion from 'size_t' to 'png_uint_32', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\imageio_png.c(547,46): warning C4267: 'function': conversion from 'size_t' to 'png_uint_32', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\imageio_png.c(715,25): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\imageio_png.c(715,32): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\imageio_png.c(724,15): warning C4018: '<': signed/unsigned mismatch [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\imageio_png.c(725,44): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\imageio_png.c(1452,40): warning C4267: 'function': conversion from 'size_t' to 'png_uint_32', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\imageio_png.c(1452,51): warning C4267: 'function': conversion from 'size_t' to 'png_uint_32', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\imageio_png.c(1457,52): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] imageio_raw.c lock.c E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\lock.c(91,40): warning C4244: 'function': conversion from 'double' to 'apr_interval_time_t', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\lock.c(85,29): warning C4244: 'initializing': conversion from 'apr_time_t' to 'unsigned int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] ruleset.c service_demo.c E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\service_demo.c(437,19): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\service_demo.c(1079,54): warning C4098: '_create_capabilities_demo': 'void' function returning a value [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\service_demo.c(1083,56): warning C4098: '_create_capabilities_demo': 'void' function returning a value [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\service_demo.c(1085,56): warning C4098: '_create_capabilities_demo': 'void' function returning a value [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\service_demo.c(1087,57): warning C4098: '_create_capabilities_demo': 'void' function returning a value [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\service_demo.c(1089,55): warning C4098: '_create_capabilities_demo': 'void' function returning a value [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\service_demo.c(1091,58): warning C4098: '_create_capabilities_demo': 'void' function returning a value [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\service_demo.c(1093,56): warning C4098: '_create_capabilities_demo': 'void' function returning a value [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\service_demo.c(1095,61): warning C4098: '_create_capabilities_demo': 'void' function returning a value [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] Generating Code... Compiling... service_kml.c service_mapguide.c service_tms.c service_ve.c service_wms.c service_wmts.c services.c E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\services.c(58,17): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] source.c E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\source.c(49,12): warning C4018: '<=': signed/unsigned mismatch [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\source.c(74,12): warning C4018: '<=': signed/unsigned mismatch [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] source_dummy.c source_fallback.c source_gdal.c source_mapserver.c source_wms.c strptime.c E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\strptime.c(125,15): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] tileset.c E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\tileset.c(435,32): warning C4018: '>=': signed/unsigned mismatch [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\tileset.c(440,32): warning C4018: '>=': signed/unsigned mismatch [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\tileset.c(756,41): warning C4244: 'initializing': conversion from 'double' to 'unsigned int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\tileset.c(757,41): warning C4244: 'initializing': conversion from 'double' to 'unsigned int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\tileset.c(1082,25): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\tileset.c(1092,68): warning C4098: 'mapcache_tileset_tile_get_with_subdimensions': 'void' function returning a value [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\tileset.c(1220,21): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\tileset.c(1232,68): warning C4098: 'mapcache_tileset_tile_get': 'void' function returning a value [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\tileset.c(1257,123): warning C4098: 'mapcache_tileset_tile_get': 'void' function returning a value [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] util.c E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\util.c(113,5): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\util.c(142,5): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\util.c(199,21): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\util.c(200,21): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\util.c(201,26): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\util.c(449,8): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\util.c(615,5): warning C4028: formal parameter 3 different from declaration [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\util.c(615,5): warning C4273: 'strnicmp': inconsistent dll linkage [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\ucrt\string.h(556,26): message : see previous definition of 'strnicmp' [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\lib\util.c(658,23): warning C4244: '=': conversion from '__time64_t' to 'long', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\mapcache.vcxproj] Generating Code... Creating library E:/buildsystem/src/mapcache-branch-1-12-vc17x64/vc17x64/Release/mapcache.lib and object E:/buildsystem/src/mapcache-branch-1-12-vc17x64/vc17x64/Release/mapcache.exp mapcache.vcxproj -> E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\Release\mapcache.dll Building Custom Rule E:/buildsystem/src/mapcache-branch-1-12-vc17x64/apache/CMakeLists.txt mod_mapcache.c E:\buildsystem\src\mapcache-branch-1-12-vc17x64\apache\mod_mapcache.c(220,20): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\apache\mod_mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\apache\mod_mapcache.c(300,57): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\apache\mod_mapcache.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\apache\mod_mapcache.c(556,15): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\apache\mod_mapcache.vcxproj] Creating library E:/buildsystem/src/mapcache-branch-1-12-vc17x64/vc17x64/apache/Release/mod_mapcache.lib and object E:/buildsystem/src/mapcache-branch-1-12-vc17x64/vc17x64/apache/Release/mod_mapcache.exp mod_mapcache.vcxproj -> E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\apache\Release\mod_mapcache.dll Building Custom Rule E:/buildsystem/src/mapcache-branch-1-12-vc17x64/cgi/CMakeLists.txt mapcache.c mapcache.fcgi.vcxproj -> E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\cgi\Release\mapcache.fcgi.exe Building Custom Rule E:/buildsystem/src/mapcache-branch-1-12-vc17x64/contrib/mapcache_detail/CMakeLists.txt mapcache_detail.c E:\buildsystem\src\mapcache-branch-1-12-vc17x64\contrib\mapcache_detail\mapcache_detail.c(161,34): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\contrib\mapcache_detail\mapcache_detail.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\contrib\mapcache_detail\mapcache_detail.c(164,40): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\contrib\mapcache_detail\mapcache_detail.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\contrib\mapcache_detail\mapcache_detail.c(930,17): warning C4244: '=': conversion from 'GIntBig' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\contrib\mapcache_detail\mapcache_detail.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\contrib\mapcache_detail\mapcache_detail.c(1338,31): warning C4244: '=': conversion from 'double' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\contrib\mapcache_detail\mapcache_detail.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\contrib\mapcache_detail\mapcache_detail.c(1339,31): warning C4244: '=': conversion from 'double' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\contrib\mapcache_detail\mapcache_detail.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\contrib\mapcache_detail\mapcache_detail.c(1341,31): warning C4244: '=': conversion from 'double' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\contrib\mapcache_detail\mapcache_detail.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\contrib\mapcache_detail\mapcache_detail.c(1342,31): warning C4244: '=': conversion from 'double' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\contrib\mapcache_detail\mapcache_detail.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\contrib\mapcache_detail\mapcache_detail.c(1347,31): warning C4244: '=': conversion from 'double' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\contrib\mapcache_detail\mapcache_detail.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\contrib\mapcache_detail\mapcache_detail.c(1348,31): warning C4244: '=': conversion from 'double' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\contrib\mapcache_detail\mapcache_detail.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\contrib\mapcache_detail\mapcache_detail.c(1350,31): warning C4244: '=': conversion from 'double' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\contrib\mapcache_detail\mapcache_detail.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\contrib\mapcache_detail\mapcache_detail.c(1351,31): warning C4244: '=': conversion from 'double' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\contrib\mapcache_detail\mapcache_detail.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\contrib\mapcache_detail\mapcache_detail.c(1476,34): warning C4018: '>=': signed/unsigned mismatch [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\contrib\mapcache_detail\mapcache_detail.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\contrib\mapcache_detail\mapcache_detail.c(1479,34): warning C4018: '>=': signed/unsigned mismatch [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\contrib\mapcache_detail\mapcache_detail.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\contrib\mapcache_detail\mapcache_detail.c(1646,65): warning C4244: 'function': conversion from 'apr_off_t' to 'const double', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\contrib\mapcache_detail\mapcache_detail.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\contrib\mapcache_detail\mapcache_detail.c(1698,30): warning C4244: 'function': conversion from 'int64_t' to 'const double', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\contrib\mapcache_detail\mapcache_detail.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\contrib\mapcache_detail\mapcache_detail.c(1699,57): warning C4244: 'function': conversion from 'int64_t' to 'const double', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\contrib\mapcache_detail\mapcache_detail.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\contrib\mapcache_detail\mapcache_detail.c(1700,54): warning C4244: 'function': conversion from 'int64_t' to 'const double', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\contrib\mapcache_detail\mapcache_detail.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\contrib\mapcache_detail\mapcache_detail.c(1712,28): warning C4244: 'function': conversion from 'int64_t' to 'const double', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\contrib\mapcache_detail\mapcache_detail.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\contrib\mapcache_detail\mapcache_detail.c(1713,55): warning C4244: 'function': conversion from 'int64_t' to 'const double', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\contrib\mapcache_detail\mapcache_detail.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\contrib\mapcache_detail\mapcache_detail.c(1714,52): warning C4244: 'function': conversion from 'int64_t' to 'const double', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\contrib\mapcache_detail\mapcache_detail.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\contrib\mapcache_detail\mapcache_detail.c(1719,59): warning C4244: 'function': conversion from 'apr_off_t' to 'const double', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\contrib\mapcache_detail\mapcache_detail.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\contrib\mapcache_detail\mapcache_detail.c(1720,62): warning C4244: 'function': conversion from 'int64_t' to 'const double', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\contrib\mapcache_detail\mapcache_detail.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\contrib\mapcache_detail\mapcache_detail.c(1724,59): warning C4244: 'function': conversion from 'apr_off_t' to 'const double', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\contrib\mapcache_detail\mapcache_detail.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\contrib\mapcache_detail\mapcache_detail.c(1726,28): warning C4244: 'function': conversion from 'int64_t' to 'const double', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\contrib\mapcache_detail\mapcache_detail.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\contrib\mapcache_detail\mapcache_detail.c(1728,28): warning C4244: 'function': conversion from 'int64_t' to 'const double', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\contrib\mapcache_detail\mapcache_detail.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\contrib\mapcache_detail\mapcache_detail.c(1730,28): warning C4244: 'function': conversion from 'int64_t' to 'const double', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\contrib\mapcache_detail\mapcache_detail.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\contrib\mapcache_detail\mapcache_detail.c(1502,31): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\contrib\mapcache_detail\mapcache_detail.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\contrib\mapcache_detail\mapcache_detail.c(1507,31): warning C4244: 'initializing': conversion from 'double' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\contrib\mapcache_detail\mapcache_detail.vcxproj] mapcache_detail.vcxproj -> E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\contrib\mapcache_detail\Release\mapcache_detail.exe Building Custom Rule E:/buildsystem/src/mapcache-branch-1-12-vc17x64/util/CMakeLists.txt mapcache_seed.c E:\buildsystem\src\mapcache-branch-1-12-vc17x64\util\mapcache_seed.c(285,15): warning C4013: 'write' undefined; assuming extern returning int [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\util\mapcache_seed.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\util\mapcache_seed.c(1242,19): warning C4244: '=': conversion from 'GIntBig' to 'int', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\util\mapcache_seed.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\util\mapcache_seed.c(1438,42): warning C4018: '>': signed/unsigned mismatch [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\util\mapcache_seed.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\util\mapcache_seed.c(1444,42): warning C4018: '>': signed/unsigned mismatch [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\util\mapcache_seed.vcxproj] E:\buildsystem\src\mapcache-branch-1-12-vc17x64\util\mapcache_seed.c(1594,91): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\util\mapcache_seed.vcxproj] mapcache_seed.vcxproj -> E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\util\Release\mapcache_seed.exe Building Custom Rule E:/buildsystem/src/mapcache-branch-1-12-vc17x64/CMakeLists.txt -- Install configuration: "Release" -- Installing: E:/buildsystem/src/mapcache-branch-1-12-vc17x64/vc17x64/install/lib/mapcache.lib -- Installing: E:/buildsystem/src/mapcache-branch-1-12-vc17x64/vc17x64/install/lib/mapcache.dll -- Installing: E:/buildsystem/src/mapcache-branch-1-12-vc17x64/vc17x64/install/bin/mapcache_seed.exe -- Installing: E:/buildsystem/src/mapcache-branch-1-12-vc17x64/vc17x64/install/bin/mapcache.fcgi.exe -- Installing: E:/buildsystem/src/mapcache-branch-1-12-vc17x64/vc17x64/install/bin/mapcache_detail.exe if not exist E:\buildsystem\release-1930-x64\bin\ms mkdir E:\buildsystem\release-1930-x64\bin\ms if not exist E:\buildsystem\release-1930-x64\bin\ms\apps mkdir E:\buildsystem\release-1930-x64\bin\ms\apps cd E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\install xcopy /Y lib\*.dll E:\buildsystem\release-1930-x64\bin lib\mapcache.dll 1 File(s) copied xcopy /Y bin\*.exe E:\buildsystem\release-1930-x64\bin\ms\apps bin\mapcache.fcgi.exe bin\mapcache_detail.exe bin\mapcache_seed.exe 3 File(s) copied xcopy /Y lib\*.lib E:\buildsystem\release-1930-x64\lib lib\mapcache.lib 1 File(s) copied cd E:\buildsystem\src\mapcache-branch-1-12-vc17x64\vc17x64\apache\Release xcopy /Y *.dll E:\buildsystem\release-1930-x64\bin E:mod_mapcache.dll 1 File(s) copied cd E:\buildsystem