found ninja in C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\Ninja\ninja.exe found 7zip in C:\Program Files\7-Zip\7z.exe set PATH=E:\buildsystem\release-1930-x64\bin;C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.42.34433\bin\HostX64\x64;C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\VC\VCPackages;C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\bin\Roslyn;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\vs2019\\x64;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\vs2019\;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\;C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\FSharp\Tools;C:\Program Files\Microsoft Visual Studio\2022\Community\Team Tools\DiagnosticsHub\Collector;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\\x64;C:\Program Files (x86)\Windows Kits\10\bin\\x64;C:\Program Files\Microsoft Visual Studio\2022\Community\\MSBuild\Current\Bin\amd64;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\;C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ActiveTcl\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Git\cmd;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\7-Zip;C:\php;C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin;C:\Users\szekeres\AppData\Local\Microsoft\WindowsApps;C:\Users\szekeres\.dotnet\tools;C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin;C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\Ninja;C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\IDE\VC\Linux\bin\ConnectionManagerExe set JAVA_HOME=C:\Java\jdk1.8.0_341x64 set ORACLE_HOME=E:\builds\Oracle\instantclient_12_2-x64 set PYTHONPATH=C:\Python\Python310 cd src\mapserver-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\mapserver-vc17x64\vc17x64\install" -DCMAKE_BUILD_TYPE=Release -DWITH_THREAD_SAFETY=1 -DREGEX_DIR=E:/buildsystem/support/regex-0.12 -DCMAKE_SYSTEM_VERSION=10.0.17763.0 "-DMS_EXTERNAL_LIBS=E:/buildsystem/release-1930-x64/lib/harfbuzz.lib;E:/buildsystem/release-1930-x64/lib/uriparser.lib" "-DPNG_LIBRARY=E:/buildsystem/release-1930-x64/lib/libpng16_static.lib" -DWITH_ORACLESPATIAL=0 "-DICONV_DLL=E:/buildsystem/release-1930-x64/bin/iconv.dll" -DWITH_POSTGIS=1 -DPOSTGRESQL_LIBRARY=E:/buildsystem/release-1930-x64/lib/libpq.lib -DWITH_PROTOBUFC=1 "-DPROTOBUFC_COMPILER=E:/buildsystem/release-1930-x64/bin/protoc.exe" "-DPROTOBUFC_INCLUDE_DIR=E:/buildsystem/release-1930-x64/include/protobuf-c" -DWITH_PROJ=1 -DPROJ_INCLUDE_DIR=E:/buildsystem/release-1930-x64/include/proj9 -DPROJ_LIBRARY=E:/buildsystem/release-1930-x64/lib/proj9.lib -DWITH_SVGCAIRO=1 "-DSVG_LIBRARY=E:/buildsystem/release-1930-x64/lib/libsvg.lib" "-DSVGCAIRO_LIBRARY=E:/buildsystem/release-1930-x64/lib/libsvg-cairo.lib" -DWITH_CURL=0 -DWITH_CLIENT_WMS=1 -DWITH_CLIENT_WFS=1 -DWITH_HARFBUZZ=1 "-DHARFBUZZ_INCLUDE_DIR=E:/buildsystem/release-1930-x64/include/harfbuzz" -DWITH_CSHARP=1 "-DSWIG_EXECUTABLE=E:\buildsystem\src\swig\swigwin-4.0.2\swig.exe" -DWITH_JAVA=1 "-DSWIG_EXECUTABLE=E:\buildsystem\src\swig\swigwin-4.0.2\swig.exe" -DWITH_PYTHON=1 "-DPYTHON_LIBRARY=C:/Python/Python310/libs/python37.lib" "-DPYTHON_INCLUDE_DIR=C:/Python/Python310/include" "-DPYTHON_EXECUTABLE=C:/Python/Python310/python.exe" -DWITH_PHP=0 -DWITH_MSSQL2008=1 -DWITH_ORACLE_PLUGIN=1 "-DORACLE_INCLUDE_DIR=E:/builds/Oracle/instantclient_12_2-x64/sdk/include" -- The C compiler identification is MSVC 19.42.34435.0 -- The CXX compiler identification is MSVC 19.42.34435.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.42.34433/bin/Hostx64/x64/cl.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/MSVC/14.42.34433/bin/Hostx64/x64/cl.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Requiring C++11 -- Requiring C++11 - done -- Requiring C11 -- Requiring C11 - done -- Looking for strrstr -- Looking for strrstr - not found -- Looking for strcasecmp -- Looking for strcasecmp - not found -- Looking for strcasestr -- Looking for strcasestr - not found -- Looking for strlcat -- Looking for strlcat - not found -- Looking for strlcpy -- Looking for strlcpy - not found -- Looking for strlen -- Looking for strlen - found -- Looking for strncasecmp -- Looking for strncasecmp - not found -- Looking for vsnprintf -- Looking for vsnprintf - found -- Looking for lrintf -- Looking for lrintf - found -- Looking for lrint -- Looking for lrint - found -- Looking for dlfcn.h -- Looking for dlfcn.h - not found -- Performing Test HAVE_SYNC_FETCH_AND_ADD -- Performing Test HAVE_SYNC_FETCH_AND_ADD - Failed -- Could NOT find PCRE2 (missing: PCRE2-POSIX_LIBRARY PCRE2_INCLUDE_DIR) -- Found ProtobufC: E:/buildsystem/release-1930-x64/lib/protobuf-c.lib -- Found ZLIB: E:/buildsystem/release-1930-x64/lib/zlib.lib (found version "1.3.1") -- Found PNG: E:/buildsystem/release-1930-x64/lib/libpng16_static.lib (found version "1.6.37") -- Found JPEG: E:/buildsystem/release-1930-x64/lib/libjpeg.lib (found version "90") -- Found Freetype: E:/buildsystem/release-1930-x64/lib/freetype.lib -- Found Proj: E:/buildsystem/release-1930-x64/lib/proj9.lib -- Found Proj 9.5 -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) -- Found FriBiDi: E:/buildsystem/release-1930-x64/lib/fribidi.lib -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) -- Found HarfBuzz: E:/buildsystem/release-1930-x64/include/harfbuzz -- Found iconv library: E:/buildsystem/release-1930-x64/lib/iconv.lib -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) -- Found Cairo: E:/buildsystem/release-1930-x64/lib/cairo.lib -- Found ORACLE: E:/builds/Oracle/instantclient_12_2-x64/sdk/lib/msvc/oci.lib;E:/builds/Oracle/instantclient_12_2-x64/sdk/lib/msvc/oraocci12.lib -- Found FCGI: E:/buildsystem/release-1930-x64/lib/libfcgi.lib -- Found GEOS: E:/buildsystem/release-1930-x64/lib/geos_c.lib -- Found PostgreSQL: E:/buildsystem/release-1930-x64/lib/libpq.lib -- Looking for PQserverVersion in pq -- Looking for PQserverVersion in pq - not found -- Found GDAL: E:/buildsystem/release-1930-x64/lib/gdal_i.lib -- Found GDAL 3.11 -- Could NOT find PkgConfig (missing: PKG_CONFIG_EXECUTABLE) -- Found SVG: E:/buildsystem/release-1930-x64/lib/libsvg.lib -- Found SVGCairo: E:/buildsystem/release-1930-x64/lib/libsvg-cairo.lib -- Found CURL: E:/buildsystem/release-1930-x64/lib/libcurl_imp.lib (found version "8.11.0-DEV") -- Found LibXml2: E:/buildsystem/release-1930-x64/lib/libxml2.lib (found version "2.9.12") -- Looking for pthread.h -- Looking for pthread.h - not found -- Found Threads: TRUE -- Found GIF: E:/buildsystem/release-1930-x64/lib/giflib.lib (found version "5.0.5") -- Found SWIG: E:/buildsystem/src/swig/swigwin-4.0.2/swig.exe (found version "4.0.2") -- Found Python: C:/Python/Python310/python.exe (found version "3.10.7") found components: Interpreter Development Development.Module Development.Embed -- CMake Version: 3.22 -- Build Type: Release -- Python MapScript output directory: E:/buildsystem/src/mapserver-vc17x64/vc17x64/src/mapscript/python/Release -- Python Executable: C:/Python/Python310/python.exe -- Python Version: 3.10.7 -- Python site packages: C:\Python\Python310\Lib\site-packages -- Found JNI: C:/Java/jdk1.8.0_341x64/lib/jawt.lib -- Found Java: C:/Java/jdk1.8.0_341x64/bin/java.exe (found version "1.8.0_341") -- Found CSharp compiler: C:/Program Files/Microsoft Visual Studio/2022/Community/MSBuild/Current/Bin/Roslyn/csc.exe -- Cmake build type: Release -- * Summary of configured options for this build -- * Mandatory components -- * GDAL: E:/buildsystem/release-1930-x64/lib/gdal_i.lib -- * PROJ: E:/buildsystem/release-1930-x64/lib/proj9.lib -- * png: E:/buildsystem/release-1930-x64/lib/libpng16_static.lib -- * jpeg: E:/buildsystem/release-1930-x64/lib/libjpeg.lib -- * freetype: E:/buildsystem/release-1930-x64/lib/freetype.lib -- * Optional components -- * PCRE2: disabled -- * GIF: E:/buildsystem/release-1930-x64/lib/giflib.lib -- * MYSQL: disabled -- * FRIBIDI: E:/buildsystem/release-1930-x64/lib/fribidi.lib -- * HARFBUZZ: E:/buildsystem/release-1930-x64/lib/harfbuzz.lib -- * CAIRO: E:/buildsystem/release-1930-x64/lib/cairo.lib -- * SVGCAIRO: E:/buildsystem/release-1930-x64/lib/libsvg-cairo.lib -- * RSVG: disabled -- * CURL: E:/buildsystem/release-1930-x64/lib/libcurl_imp.lib -- * PIXMAN: disabled -- * LIBXML2: E:/buildsystem/release-1930-x64/lib/libxml2.lib -- * POSTGIS: E:/buildsystem/release-1930-x64/lib/libpq.lib -- * GEOS: E:/buildsystem/release-1930-x64/lib/geos_c.lib -- * FastCGI: E:/buildsystem/release-1930-x64/lib/libfcgi.lib -- * PROTOBUFC: E:/buildsystem/release-1930-x64/lib/protobuf-c.lib -- * Oracle Spatial (Built as plugin): E:/builds/Oracle/instantclient_12_2-x64/sdk/lib/msvc/oci.lib;E:/builds/Oracle/instantclient_12_2-x64/sdk/lib/msvc/oraocci12.lib -- * MSSQL 2008 (Built as plugin): C:/Program Files (x86)/Windows Kits/10/Lib/10.0.19041.0/um/x64/odbc32.lib -- * Exempi XMP: disabled -- * Optional features -- * WMS SERVER: ENABLED -- * WFS SERVER: ENABLED -- * WCS SERVER: ENABLED -- * SOS SERVER: disabled -- * OGCAPI SERVER: ENABLED -- * WMS CLIENT: ENABLED -- * WFS CLIENT: ENABLED -- * ICONV: ENABLED -- * Thread-safety support: ENABLED -- * KML output: disabled -- * XML Mapfile support: disabled -- * Mapscripts -- * Python: ENABLED -- * PHPNG: disabled -- * PERL: disabled -- * RUBY: disabled -- * JAVA: ENABLED -- * C#: ENABLED -- * V8 Javascript: disabled -- * Apache Module (Experimental): disabled -- * Python MapScript Annotations: disabled -- -- PROJECT_BINARY_DIR is set to E:/buildsystem/src/mapserver-vc17x64/vc17x64 -- Will install files to E:/buildsystem/src/mapserver-vc17x64/vc17x64/install -- Will install libraries to E:/buildsystem/src/mapserver-vc17x64/vc17x64/install/lib -- Configuring done -- Generating done -- Build files have been written to: E:/buildsystem/src/mapserver-vc17x64/vc17x64 E:\buildsystem\cmake\bin\cmake.exe --build . --config Release MSBuild version 17.12.6+db5f6012c for .NET Framework Checking Build System Generating renderers/mvt/vector_tile.pb-c.c, renderers/mvt/vector_tile.pb-c.h Building Custom Rule E:/buildsystem/src/mapserver-vc17x64/CMakeLists.txt vector_tile.pb-c.c fontcache.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/fontcache.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/fontcache.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/fontcache.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/fontcache.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/fontcache.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/fontcache.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/fontcache.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/fontcache.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/fontcache.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/fontcache.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/fontcache.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/fontcache.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/fontcache.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/fontcache.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/fontcache.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/fontcache.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/fontcache.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/fontcache.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/fontcache.c') cgiutil.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/cgiutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/cgiutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/cgiutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/cgiutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/cgiutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/cgiutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/cgiutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/cgiutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/cgiutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/cgiutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/cgiutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/cgiutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/cgiutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/cgiutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/cgiutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/cgiutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/cgiutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/cgiutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/cgiutil.c') mapgeos.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeos.c') maporaclespatial.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maporaclespatial.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maporaclespatial.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maporaclespatial.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maporaclespatial.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maporaclespatial.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maporaclespatial.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maporaclespatial.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maporaclespatial.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maporaclespatial.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maporaclespatial.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maporaclespatial.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maporaclespatial.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maporaclespatial.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maporaclespatial.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maporaclespatial.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maporaclespatial.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maporaclespatial.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maporaclespatial.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maporaclespatial.c') mapsearch.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsearch.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsearch.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsearch.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsearch.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsearch.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsearch.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsearch.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsearch.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsearch.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsearch.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsearch.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsearch.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsearch.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsearch.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsearch.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsearch.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsearch.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsearch.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsearch.c') classobject.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/classobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/classobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/classobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/classobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/classobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/classobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/classobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/classobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/classobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/classobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/classobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/classobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/classobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/classobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/classobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/classobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/classobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/classobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/classobject.c') mapgml.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgml.c') mapoutput.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapoutput.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapoutput.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapoutput.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapoutput.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapoutput.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapoutput.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapoutput.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapoutput.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapoutput.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapoutput.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapoutput.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapoutput.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapoutput.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapoutput.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapoutput.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapoutput.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapoutput.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapoutput.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapoutput.c') mapwmslayer.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwmslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwmslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwmslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwmslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwmslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwmslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwmslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwmslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwmslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwmslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwmslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwmslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwmslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwmslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwmslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwmslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwmslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwmslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwmslayer.c') layerobject.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/layerobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/layerobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/layerobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/layerobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/layerobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/layerobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/layerobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/layerobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/layerobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/layerobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/layerobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/layerobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/layerobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/layerobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/layerobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/layerobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/layerobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/layerobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/layerobject.c') mapgraticule.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgraticule.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgraticule.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgraticule.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgraticule.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgraticule.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgraticule.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgraticule.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgraticule.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgraticule.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgraticule.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgraticule.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgraticule.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgraticule.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgraticule.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgraticule.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgraticule.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgraticule.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgraticule.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgraticule.c') mapows.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapows.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapows.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapows.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapows.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapows.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapows.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapows.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapows.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapows.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapows.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapows.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapows.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapows.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapows.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapows.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapows.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapows.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapows.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapows.c') mapservutil.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapservutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapservutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapservutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapservutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapservutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapservutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapservutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapservutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapservutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapservutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapservutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapservutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapservutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapservutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapservutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapservutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapservutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapservutil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapservutil.c') mapxbase.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxbase.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxbase.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxbase.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxbase.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxbase.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxbase.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxbase.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxbase.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxbase.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxbase.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxbase.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxbase.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxbase.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxbase.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxbase.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxbase.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxbase.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxbase.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxbase.c') maphash.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphash.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphash.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphash.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphash.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphash.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphash.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphash.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphash.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphash.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphash.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphash.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphash.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphash.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphash.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphash.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphash.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphash.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphash.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphash.c') mapowscommon.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapowscommon.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapowscommon.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapowscommon.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapowscommon.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapowscommon.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapowscommon.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapowscommon.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapowscommon.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapowscommon.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapowscommon.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapowscommon.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapowscommon.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapowscommon.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapowscommon.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapowscommon.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapowscommon.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapowscommon.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapowscommon.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapowscommon.c') mapshape.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapshape.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapshape.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapshape.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapshape.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapshape.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapshape.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapshape.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapshape.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapshape.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapshape.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapshape.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapshape.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapshape.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapshape.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapshape.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapshape.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapshape.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapshape.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapshape.c') mapxml.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxml.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxml.c') mapbits.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapbits.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapbits.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapbits.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapbits.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapbits.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapbits.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapbits.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapbits.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapbits.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapbits.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapbits.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapbits.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapbits.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapbits.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapbits.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapbits.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapbits.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapbits.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapbits.c') Generating Code... Compiling... maphttp.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winbase.h(9254,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(487,17): warning C5103: pasting '/' and '/' does not result in a valid preprocessing token [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\wtypes.h(745,9): in expansion of macro '_VARIANT_BOOL' C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(487,17): error C2059: syntax error: '/' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(502,17): warning C5103: pasting '/' and '/' does not result in a valid preprocessing token [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\wtypes.h(745,9): in expansion of macro '_VARIANT_BOOL' C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(502,17): error C2059: syntax error: '/' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(530,17): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(531,13): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(533,9): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(534,5): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(665,16): error C2079: 'varDefaultValue' uses undefined struct 'tagVARIANT' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(950,16): error C2079: 'varValue' uses undefined struct 'tagVARIANT' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(319,24): warning C5103: pasting '/' and '/' does not result in a valid preprocessing token [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\wtypes.h(745,9): in expansion of macro '_VARIANT_BOOL' C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(319,24): error C2059: syntax error: '/' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(378,37): error C2371: 'pvarVal': redefinition; different basic types [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(510,26): see declaration of 'pvarVal' C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(379,9): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(380,5): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(383,3): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(384,1): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maphttp.c') mapparser.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapparser.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapparser.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapparser.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapparser.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapparser.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapparser.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapparser.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapparser.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapparser.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapparser.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapparser.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapparser.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapparser.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapparser.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapparser.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapparser.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapparser.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapparser.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapparser.c') mapxmp.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxmp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxmp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxmp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxmp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxmp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxmp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxmp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxmp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxmp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxmp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxmp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxmp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxmp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxmp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxmp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxmp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxmp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxmp.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapxmp.c') mapcairo.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winbase.h(9254,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(487,17): warning C5103: pasting '/' and '/' does not result in a valid preprocessing token [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\wtypes.h(745,9): in expansion of macro '_VARIANT_BOOL' C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(487,17): error C2059: syntax error: '/' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(502,17): warning C5103: pasting '/' and '/' does not result in a valid preprocessing token [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\wtypes.h(745,9): in expansion of macro '_VARIANT_BOOL' C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(502,17): error C2059: syntax error: '/' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(530,17): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(531,13): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(533,9): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(534,5): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(665,16): error C2079: 'varDefaultValue' uses undefined struct 'tagVARIANT' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(950,16): error C2079: 'varValue' uses undefined struct 'tagVARIANT' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(319,24): warning C5103: pasting '/' and '/' does not result in a valid preprocessing token [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\wtypes.h(745,9): in expansion of macro '_VARIANT_BOOL' C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(319,24): error C2059: syntax error: '/' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(378,37): error C2371: 'pvarVal': redefinition; different basic types [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(510,26): see declaration of 'pvarVal' C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(379,9): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(380,5): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(383,3): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(384,1): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcairo.c') mapimageio.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimageio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimageio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimageio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimageio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimageio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimageio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimageio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimageio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimageio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimageio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimageio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimageio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimageio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimageio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimageio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimageio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimageio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimageio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimageio.c') mappluginlayer.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappluginlayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappluginlayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappluginlayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappluginlayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappluginlayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappluginlayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappluginlayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappluginlayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappluginlayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappluginlayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappluginlayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappluginlayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappluginlayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappluginlayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappluginlayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappluginlayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappluginlayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappluginlayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappluginlayer.c') mapsymbol.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsymbol.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsymbol.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsymbol.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsymbol.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsymbol.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsymbol.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsymbol.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsymbol.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsymbol.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsymbol.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsymbol.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsymbol.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsymbol.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsymbol.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsymbol.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsymbol.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsymbol.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsymbol.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsymbol.c') mapchart.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapchart.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapchart.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapchart.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapchart.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapchart.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapchart.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapchart.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapchart.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapchart.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapchart.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapchart.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapchart.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapchart.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapchart.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapchart.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapchart.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapchart.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapchart.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapchart.c') mapimagemap.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimagemap.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimagemap.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimagemap.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimagemap.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimagemap.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimagemap.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimagemap.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimagemap.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimagemap.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimagemap.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimagemap.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimagemap.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimagemap.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimagemap.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimagemap.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimagemap.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimagemap.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimagemap.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimagemap.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_io.h(435,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapimagemap.c') mappool.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappool.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappool.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappool.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappool.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappool.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappool.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappool.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappool.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappool.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappool.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappool.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappool.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappool.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappool.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappool.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappool.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappool.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappool.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappool.c') maptclutf.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptclutf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptclutf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptclutf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptclutf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptclutf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptclutf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptclutf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptclutf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptclutf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptclutf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptclutf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptclutf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptclutf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptclutf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptclutf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptclutf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptclutf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptclutf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptclutf.c') mapcluster.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcluster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcluster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcluster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcluster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcluster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcluster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcluster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcluster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcluster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcluster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcluster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcluster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcluster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcluster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcluster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcluster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcluster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcluster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcluster.c') mapio.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapio.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_io.h(435,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapio.c') maptemplate.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptemplate.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptemplate.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptemplate.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptemplate.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptemplate.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptemplate.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptemplate.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptemplate.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptemplate.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptemplate.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptemplate.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptemplate.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptemplate.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptemplate.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptemplate.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptemplate.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptemplate.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptemplate.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptemplate.c') mapcontext.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontext.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontext.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontext.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontext.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontext.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontext.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontext.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontext.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontext.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontext.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontext.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontext.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontext.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontext.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontext.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontext.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontext.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontext.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontext.c') mapjoin.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapjoin.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapjoin.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapjoin.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapjoin.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapjoin.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapjoin.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapjoin.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapjoin.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapjoin.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapjoin.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapjoin.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapjoin.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapjoin.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapjoin.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapjoin.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapjoin.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapjoin.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapjoin.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapjoin.c') mappostgresql.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappostgresql.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappostgresql.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappostgresql.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappostgresql.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappostgresql.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappostgresql.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappostgresql.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappostgresql.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappostgresql.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappostgresql.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappostgresql.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappostgresql.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappostgresql.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappostgresql.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappostgresql.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappostgresql.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappostgresql.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappostgresql.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mappostgresql.c') mapthread.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winbase.h(9254,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(487,17): warning C5103: pasting '/' and '/' does not result in a valid preprocessing token [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\wtypes.h(745,9): in expansion of macro '_VARIANT_BOOL' C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(487,17): error C2059: syntax error: '/' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(502,17): warning C5103: pasting '/' and '/' does not result in a valid preprocessing token [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\wtypes.h(745,9): in expansion of macro '_VARIANT_BOOL' C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(502,17): error C2059: syntax error: '/' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(530,17): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(531,13): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(533,9): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(534,5): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(665,16): error C2079: 'varDefaultValue' uses undefined struct 'tagVARIANT' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(950,16): error C2079: 'varValue' uses undefined struct 'tagVARIANT' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(319,24): warning C5103: pasting '/' and '/' does not result in a valid preprocessing token [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\wtypes.h(745,9): in expansion of macro '_VARIANT_BOOL' C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(319,24): error C2059: syntax error: '/' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(378,37): error C2371: 'pvarVal': redefinition; different basic types [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(510,26): see declaration of 'pvarVal' C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(379,9): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(380,5): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(383,3): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(384,1): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapthread.c') mapcopy.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcopy.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcopy.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcopy.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcopy.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcopy.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcopy.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcopy.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcopy.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcopy.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcopy.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcopy.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcopy.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcopy.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcopy.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcopy.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcopy.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcopy.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcopy.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcopy.c') maplabel.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplabel.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplabel.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplabel.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplabel.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplabel.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplabel.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplabel.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplabel.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplabel.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplabel.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplabel.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplabel.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplabel.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplabel.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplabel.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplabel.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplabel.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplabel.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplabel.c') Generating Code... Compiling... mapprimitive.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapprimitive.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapprimitive.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapprimitive.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapprimitive.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapprimitive.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapprimitive.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapprimitive.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapprimitive.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapprimitive.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapprimitive.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapprimitive.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapprimitive.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapprimitive.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapprimitive.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapprimitive.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapprimitive.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapprimitive.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapprimitive.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapprimitive.c') maptile.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptile.c') mapcpl.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winbase.h(9254,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(487,17): warning C5103: pasting '/' and '/' does not result in a valid preprocessing token [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\wtypes.h(745,9): in expansion of macro '_VARIANT_BOOL' C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(487,17): error C2059: syntax error: '/' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(502,17): warning C5103: pasting '/' and '/' does not result in a valid preprocessing token [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\wtypes.h(745,9): in expansion of macro '_VARIANT_BOOL' C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(502,17): error C2059: syntax error: '/' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(530,17): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(531,13): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(533,9): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(534,5): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(665,16): error C2079: 'varDefaultValue' uses undefined struct 'tagVARIANT' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(950,16): error C2079: 'varValue' uses undefined struct 'tagVARIANT' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(319,24): warning C5103: pasting '/' and '/' does not result in a valid preprocessing token [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\wtypes.h(745,9): in expansion of macro '_VARIANT_BOOL' C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(319,24): error C2059: syntax error: '/' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(378,37): error C2371: 'pvarVal': redefinition; different basic types [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(510,26): see declaration of 'pvarVal' C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(379,9): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(380,5): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(383,3): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(384,1): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcpl.c') maplayer.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplayer.c') mapproject.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapproject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapproject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapproject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapproject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapproject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapproject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapproject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapproject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapproject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapproject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapproject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapproject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapproject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapproject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapproject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapproject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapproject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapproject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapproject.c') maptime.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\timeb.h(37,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\timeb.h(86,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptime.c') mapcrypto.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcrypto.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcrypto.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcrypto.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcrypto.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcrypto.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcrypto.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcrypto.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcrypto.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcrypto.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcrypto.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcrypto.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcrypto.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcrypto.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcrypto.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcrypto.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcrypto.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcrypto.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcrypto.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcrypto.c') maplegend.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplegend.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplegend.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplegend.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplegend.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplegend.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplegend.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplegend.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplegend.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplegend.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplegend.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplegend.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplegend.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplegend.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplegend.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplegend.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplegend.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplegend.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplegend.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplegend.c') hittest.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/hittest.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/hittest.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/hittest.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/hittest.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/hittest.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/hittest.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/hittest.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/hittest.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/hittest.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/hittest.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/hittest.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/hittest.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/hittest.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/hittest.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/hittest.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/hittest.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/hittest.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/hittest.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/hittest.c') maptree.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptree.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptree.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptree.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptree.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptree.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptree.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptree.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptree.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptree.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptree.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptree.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptree.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptree.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptree.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptree.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptree.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptree.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptree.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maptree.c') mapdebug.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winbase.h(9254,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(487,17): warning C5103: pasting '/' and '/' does not result in a valid preprocessing token [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\wtypes.h(745,9): in expansion of macro '_VARIANT_BOOL' C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(487,17): error C2059: syntax error: '/' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(502,17): warning C5103: pasting '/' and '/' does not result in a valid preprocessing token [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\wtypes.h(745,9): in expansion of macro '_VARIANT_BOOL' C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(502,17): error C2059: syntax error: '/' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(530,17): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(531,13): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(533,9): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(534,5): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(665,16): error C2079: 'varDefaultValue' uses undefined struct 'tagVARIANT' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(950,16): error C2079: 'varValue' uses undefined struct 'tagVARIANT' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(319,24): warning C5103: pasting '/' and '/' does not result in a valid preprocessing token [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\wtypes.h(745,9): in expansion of macro '_VARIANT_BOOL' C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(319,24): error C2059: syntax error: '/' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(378,37): error C2371: 'pvarVal': redefinition; different basic types [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(510,26): see declaration of 'pvarVal' C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(379,9): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(380,5): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(383,3): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(384,1): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdebug.c') maplexer.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplexer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplexer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplexer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplexer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplexer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplexer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplexer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplexer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplexer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplexer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplexer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplexer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplexer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplexer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplexer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplexer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplexer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplexer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplexer.c') mapquantization.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquantization.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquantization.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquantization.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquantization.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquantization.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquantization.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquantization.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquantization.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquantization.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquantization.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquantization.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquantization.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquantization.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquantization.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquantization.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquantization.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquantization.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquantization.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquantization.c') mapdraw.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdraw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdraw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdraw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdraw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdraw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdraw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdraw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdraw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdraw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdraw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdraw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdraw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdraw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdraw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdraw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdraw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdraw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdraw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdraw.c') maplibxml2.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplibxml2.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplibxml2.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplibxml2.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplibxml2.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplibxml2.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplibxml2.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplibxml2.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplibxml2.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplibxml2.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplibxml2.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplibxml2.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplibxml2.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplibxml2.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplibxml2.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplibxml2.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplibxml2.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplibxml2.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplibxml2.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maplibxml2.c') mapquery.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapquery.c') maputil.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\winbase.h(9254,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(487,17): warning C5103: pasting '/' and '/' does not result in a valid preprocessing token [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\wtypes.h(745,9): in expansion of macro '_VARIANT_BOOL' C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(487,17): error C2059: syntax error: '/' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(502,17): warning C5103: pasting '/' and '/' does not result in a valid preprocessing token [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\wtypes.h(745,9): in expansion of macro '_VARIANT_BOOL' C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(502,17): error C2059: syntax error: '/' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(530,17): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(531,13): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(533,9): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(534,5): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(665,16): error C2079: 'varDefaultValue' uses undefined struct 'tagVARIANT' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(950,16): error C2079: 'varValue' uses undefined struct 'tagVARIANT' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(319,24): warning C5103: pasting '/' and '/' does not result in a valid preprocessing token [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\shared\wtypes.h(745,9): in expansion of macro '_VARIANT_BOOL' C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(319,24): error C2059: syntax error: '/' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(378,37): error C2371: 'pvarVal': redefinition; different basic types [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\oaidl.h(510,26): see declaration of 'pvarVal' C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(379,9): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(380,5): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(383,3): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\um\propidlbase.h(384,1): error C2059: syntax error: '}' [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\tchar.h(1267,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_io.h(435,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maputil.c') strptime.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/strptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/strptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/strptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/strptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/strptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/strptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/strptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/strptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/strptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/strptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/strptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/strptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/strptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/strptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/strptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/strptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/strptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/strptime.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/strptime.c') mapdrawgdal.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdrawgdal.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdrawgdal.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdrawgdal.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdrawgdal.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdrawgdal.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdrawgdal.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdrawgdal.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdrawgdal.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdrawgdal.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdrawgdal.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdrawgdal.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdrawgdal.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdrawgdal.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdrawgdal.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdrawgdal.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdrawgdal.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdrawgdal.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdrawgdal.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdrawgdal.c') mapraster.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapraster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapraster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapraster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapraster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapraster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapraster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapraster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapraster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapraster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapraster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapraster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapraster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapraster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapraster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapraster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapraster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapraster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapraster.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapraster.c') Generating Code... Compiling... mapdummyrenderer.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdummyrenderer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdummyrenderer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdummyrenderer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdummyrenderer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdummyrenderer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdummyrenderer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdummyrenderer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdummyrenderer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdummyrenderer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdummyrenderer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdummyrenderer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdummyrenderer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdummyrenderer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdummyrenderer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdummyrenderer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdummyrenderer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdummyrenderer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdummyrenderer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapdummyrenderer.c') mapobject.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapobject.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapobject.c') maprasterquery.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprasterquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprasterquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprasterquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprasterquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprasterquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprasterquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprasterquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprasterquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprasterquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprasterquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprasterquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprasterquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprasterquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprasterquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprasterquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprasterquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprasterquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprasterquery.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprasterquery.c') maperror.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maperror.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maperror.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maperror.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maperror.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maperror.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maperror.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maperror.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maperror.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maperror.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maperror.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maperror.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maperror.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maperror.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maperror.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maperror.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maperror.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maperror.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maperror.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maperror.c') mapregex.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapregex.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapregex.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapregex.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapregex.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapregex.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapregex.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapregex.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapregex.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapregex.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapregex.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapregex.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapregex.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapregex.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapregex.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapregex.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapregex.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapregex.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapregex.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapregex.c') mapfile.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapfile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapfile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapfile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapfile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapfile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapfile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapfile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapfile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapfile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapfile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapfile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapfile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapfile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapfile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapfile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapfile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapfile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapfile.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapfile.c') maprendering.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprendering.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprendering.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprendering.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprendering.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprendering.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprendering.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprendering.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprendering.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprendering.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprendering.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprendering.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprendering.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprendering.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprendering.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprendering.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprendering.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprendering.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprendering.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/maprendering.c') mapmetadata.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmetadata.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmetadata.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmetadata.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmetadata.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmetadata.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmetadata.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmetadata.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmetadata.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmetadata.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmetadata.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmetadata.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmetadata.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmetadata.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmetadata.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmetadata.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmetadata.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmetadata.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmetadata.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmetadata.c') mapresample.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapresample.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapresample.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapresample.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapresample.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapresample.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapresample.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapresample.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapresample.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapresample.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapresample.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapresample.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapresample.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapresample.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapresample.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapresample.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapresample.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapresample.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapresample.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapresample.c') mapogcsos.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapogcsos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapogcsos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapogcsos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapogcsos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapogcsos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapogcsos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapogcsos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapogcsos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapogcsos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapogcsos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapogcsos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapogcsos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapogcsos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapogcsos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapogcsos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapogcsos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapogcsos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapogcsos.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapogcsos.c') mapscale.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapscale.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapscale.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapscale.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapscale.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapscale.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapscale.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapscale.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapscale.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapscale.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapscale.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapscale.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapscale.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapscale.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapscale.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapscale.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapscale.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapscale.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapscale.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapscale.c') mapwfs20.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfs20.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfs20.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfs20.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfs20.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfs20.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfs20.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfs20.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfs20.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfs20.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfs20.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfs20.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfs20.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfs20.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfs20.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfs20.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfs20.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfs20.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfs20.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfs20.c') mapgeomtransform.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeomtransform.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeomtransform.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeomtransform.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeomtransform.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeomtransform.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeomtransform.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeomtransform.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeomtransform.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeomtransform.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeomtransform.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeomtransform.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeomtransform.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeomtransform.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeomtransform.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeomtransform.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeomtransform.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeomtransform.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeomtransform.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapgeomtransform.c') mapwfslayer.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfslayer.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapwfslayer.c') textlayout.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/textlayout.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/textlayout.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/textlayout.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/textlayout.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/textlayout.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/textlayout.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/textlayout.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/textlayout.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/textlayout.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/textlayout.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/textlayout.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/textlayout.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/textlayout.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/textlayout.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/textlayout.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/textlayout.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/textlayout.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/textlayout.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/textlayout.c') mapcontour.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontour.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontour.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontour.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontour.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontour.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontour.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontour.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontour.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontour.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontour.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontour.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontour.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontour.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontour.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontour.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontour.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontour.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontour.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcontour.c') mapsmoothing.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsmoothing.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsmoothing.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsmoothing.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsmoothing.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsmoothing.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsmoothing.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsmoothing.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsmoothing.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsmoothing.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsmoothing.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsmoothing.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsmoothing.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsmoothing.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsmoothing.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsmoothing.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsmoothing.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsmoothing.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsmoothing.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapsmoothing.c') kerneldensity.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/kerneldensity.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/kerneldensity.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/kerneldensity.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/kerneldensity.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/kerneldensity.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/kerneldensity.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/kerneldensity.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/kerneldensity.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/kerneldensity.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/kerneldensity.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/kerneldensity.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/kerneldensity.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/kerneldensity.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/kerneldensity.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/kerneldensity.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/kerneldensity.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/kerneldensity.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/kerneldensity.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/kerneldensity.c') idw.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/idw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/idw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/idw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/idw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/idw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/idw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/idw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/idw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/idw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/idw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/idw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/idw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/idw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/idw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/idw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/idw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/idw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/idw.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/idw.c') interpolation.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/interpolation.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/interpolation.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/interpolation.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/interpolation.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/interpolation.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/interpolation.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/interpolation.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/interpolation.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/interpolation.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/interpolation.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/interpolation.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/interpolation.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/interpolation.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/interpolation.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/interpolation.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/interpolation.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/interpolation.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/interpolation.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/interpolation.c') Generating Code... Compiling... mapflatgeobuf.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapflatgeobuf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapflatgeobuf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapflatgeobuf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapflatgeobuf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapflatgeobuf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapflatgeobuf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapflatgeobuf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapflatgeobuf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapflatgeobuf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapflatgeobuf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapflatgeobuf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapflatgeobuf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapflatgeobuf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapflatgeobuf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapflatgeobuf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapflatgeobuf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapflatgeobuf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapflatgeobuf.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapflatgeobuf.c') mapcompositingfilter.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcompositingfilter.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcompositingfilter.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcompositingfilter.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcompositingfilter.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcompositingfilter.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcompositingfilter.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcompositingfilter.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcompositingfilter.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcompositingfilter.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcompositingfilter.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcompositingfilter.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcompositingfilter.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcompositingfilter.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcompositingfilter.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcompositingfilter.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcompositingfilter.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcompositingfilter.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcompositingfilter.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapcompositingfilter.c') mapmvt.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(378,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmvt.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdio.h(2437,9): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmvt.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_search.h(188,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmvt.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(79,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmvt.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\stdlib.h(1286,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmvt.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_memory.h(76,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmvt.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmvt.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\string.h(531,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmvt.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(44,13): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmvt.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_math.h(963,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmvt.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\time.h(589,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmvt.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\direct.h(85,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmvt.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\malloc.h(173,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmvt.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\process.h(232,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmvt.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\float.h(328,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmvt.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\ctype.h(241,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmvt.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmvt.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmvt.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapmvt.c') mapiconv.c C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\corecrt_wstring.h(573,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapiconv.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(87,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapiconv.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(120,5): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapiconv.c') C:\Program Files (x86)\Windows Kits\10\Include\10.0.17763.0\ucrt\sys\stat.h(217,47): warning C5105: macro expansion producing 'defined' has undefined behavior [E:\buildsystem\src\mapserver-vc17x64\vc17x64\mapserver.vcxproj] (compiling source file '../src/mapiconv.c') Generating Code...