Created
May 31, 2016 03:26
-
-
Save TheZoc/ef869821410d9811a3487b4ebf369aed to your computer and use it in GitHub Desktop.
gtk-win32 VS2015 command line output
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\gtk-build\github\gtk-win32>c:\Python27\python.exe .\build.py build --vs-ver 14 -p x64 gtk3 > gtk3-build-log.txt | |
Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23918 for x64 | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
cl ..\src\hb-blob.cc ..\src\hb-buffer-serialize.cc ..\src\hb-buffer.cc ..\src\hb-common.cc ..\src\hb-face.cc ..\src\hb-font.cc ..\src\hb-ot-tag.cc ..\src\hb-set.cc ..\src\hb-shape.cc ..\src\hb-shape-plan.cc ..\src\hb-shaper.cc ..\src\hb-unicode.cc ..\src\hb-warning.cc ..\src\hb-fallback-shape.cc ..\src\hb-ot-font.cc ..\src\hb-ot-layout.cc ..\src\hb-ot-map.cc ..\src\hb-ot-shape.cc ..\src\hb-ot-shape-complex-arabic.cc ..\src\hb-ot-shape-complex-default.cc ..\src\hb-ot-shape-complex-hangul.cc ..\src\hb-ot-shape-complex-hebrew.cc ..\src\hb-ot-shape-complex-indic.cc ..\src\hb-ot-shape-complex-indic-table.cc ..\src\hb-ot-shape-complex-myanmar.cc ..\src\hb-ot-shape-complex-thai.cc ..\src\hb-ot-shape-complex-tibetan.cc ..\src\hb-ot-shape-complex-use.cc ..\src\hb-ot-shape-complex-use-table.cc ..\src\hb-ot-shape-normalize.cc ..\src\hb-ot-shape-fallback.cc ..\src\hb-uniscribe.cc ..\src\hb-ft.cc ..\src\hb-glib.cc | |
Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23918 for x64 | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
cl ..\src\hb-gobject-structs.cc | |
Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23918 for x64 | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
cl release\x64\harfbuzz-gobject\hb-gobject-enums.cc | |
Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23918 for x64 | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
cl ..\util\hb-shape.cc ..\util\options.cc | |
Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23918 for x64 | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
cl ..\util\hb-ot-shape-closure.cc | |
Traceback (most recent call last): | |
File ".\build.py", line 987, in build | |
self.__build_one(p) | |
File ".\build.py", line 1027, in __build_one | |
proj.build() | |
File ".\build.py", line 440, in build | |
self.exec_msbuild(r'build\win32\vs%(vs_ver)s\gtk+.sln') | |
File ".\build.py", line 96, in exec_msbuild | |
self.exec_vs('msbuild ' + cmd + ' /p:Configuration=' + configuration + ' %(msbuild_opts)s') | |
File ".\build.py", line 91, in exec_vs | |
self.builder.exec_vs(cmd, working_dir=self._get_working_dir(), add_path=add_path) | |
File ".\build.py", line 1095, in exec_vs | |
self.__execute(self.__sub_vars(cmd), working_dir=working_dir, add_path=add_path, env=self.vs_env) | |
File ".\build.py", line 1127, in __execute | |
subprocess.check_call(args, cwd=working_dir, env=env, shell=True) | |
File "c:\Python27\lib\subprocess.py", line 540, in check_call | |
raise CalledProcessError(retcode, cmd) | |
CalledProcessError: Command 'msbuild build\win32\vs14\gtk+.sln /p:Configuration=release /nologo /p:Platform=x64 /v:minimal' returned non-zero exit status 1 | |
Error: gtk3 build failed | |
C:\gtk-build\github\gtk-win32> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- The C compiler identification is MSVC 19.0.23918.0 | |
-- The CXX compiler identification is MSVC 19.0.23918.0 | |
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe | |
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe | |
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: C:/gtk-build/build/x64/win-iconv | |
Scanning dependencies of target iconv | |
[ 25%] Building C object CMakeFiles/iconv.dir/win_iconv.c.obj | |
win_iconv.c | |
C:\gtk-build\build\x64\win-iconv\win_iconv.c(816): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data | |
C:\gtk-build\build\x64\win-iconv\win_iconv.c(843): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data | |
C:\gtk-build\build\x64\win-iconv\win_iconv.c(894): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data | |
C:\gtk-build\build\x64\win-iconv\win_iconv.c(1116): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data | |
[ 50%] Linking C shared library iconv.dll | |
Creating library iconv.lib and object iconv.exp | |
[ 50%] Built target iconv | |
Scanning dependencies of target win_iconv | |
[ 75%] Building C object CMakeFiles/win_iconv.dir/win_iconv.c.obj | |
win_iconv.c | |
C:\gtk-build\build\x64\win-iconv\win_iconv.c(816): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data | |
C:\gtk-build\build\x64\win-iconv\win_iconv.c(843): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data | |
C:\gtk-build\build\x64\win-iconv\win_iconv.c(894): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data | |
C:\gtk-build\build\x64\win-iconv\win_iconv.c(1116): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data | |
[100%] Linking C executable win_iconv.exe | |
[100%] Built target win_iconv | |
[ 50%] Built target iconv | |
[100%] Built target win_iconv | |
Install the project... | |
-- Install configuration: "release" | |
-- Installing: C:/gtk-build/build/x64/win-iconv-rel/lib/iconv.lib | |
-- Installing: C:/gtk-build/build/x64/win-iconv-rel/bin/iconv.dll | |
-- Installing: C:/gtk-build/build/x64/win-iconv-rel/bin/win_iconv.exe | |
-- Installing: C:/gtk-build/build/x64/win-iconv-rel/include/iconv.h | |
(Stripping trailing CRs from patch; use --binary to disable.) | |
patching file gettext-runtime/intl/intl.def | |
(Stripping trailing CRs from patch; use --binary to disable.) | |
patching file gettext-runtime/intl/CMakeLists.txt | |
-- The C compiler identification is MSVC 19.0.23918.0 | |
-- The CXX compiler identification is MSVC 19.0.23918.0 | |
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe | |
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe | |
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/amd64/cl.exe -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST | |
-- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST - Success | |
-- Looking for argz.h | |
-- Looking for argz.h - not found | |
-- Looking for alloca.h | |
-- Looking for alloca.h - not found | |
-- Looking for bp-sym.h | |
-- Looking for bp-sym.h - not found | |
-- Looking for dlfcn.h | |
-- Looking for dlfcn.h - not found | |
-- Looking for direct.h | |
-- Looking for direct.h - found | |
-- Looking for errno.h | |
-- Looking for errno.h - found | |
-- Looking for getopt.h | |
-- Looking for getopt.h - not found | |
-- Looking for iconv.h | |
-- Looking for iconv.h - found | |
-- Looking for inttypes.h | |
-- Looking for inttypes.h - found | |
-- Looking for limits.h | |
-- Looking for limits.h - found | |
-- Looking for mach-o/dyld.h | |
-- Looking for mach-o/dyld.h - not found | |
-- Looking for memory.h | |
-- Looking for memory.h - found | |
-- Looking for random.h | |
-- Looking for random.h - not found | |
-- Looking for search.h | |
-- Looking for search.h - found | |
-- Looking for signal.h | |
-- Looking for signal.h - found | |
-- Looking for stddef.h | |
-- Looking for stddef.h - found | |
-- Looking for stdint.h | |
-- Looking for stdint.h - found | |
-- Looking for stdio.h | |
-- Looking for stdio.h - found | |
-- Looking for stdlib.h | |
-- Looking for stdlib.h - found | |
-- Looking for strings.h | |
-- Looking for strings.h - not found | |
-- Looking for string.h | |
-- Looking for string.h - found | |
-- Looking for sys/bitypes.h | |
-- Looking for sys/bitypes.h - not found | |
-- Looking for sys/inttypes.h | |
-- Looking for sys/inttypes.h - not found | |
-- Looking for sys/mman.h | |
-- Looking for sys/mman.h - not found | |
-- Looking for sys/param.h | |
-- Looking for sys/param.h - not found | |
-- Looking for sys/socket.h | |
-- Looking for sys/socket.h - not found | |
-- Looking for sys/stat.h | |
-- Looking for sys/stat.h - found | |
-- Looking for sys/time.h | |
-- Looking for sys/time.h - not found | |
-- Looking for sys/types.h | |
-- Looking for sys/types.h - found | |
-- Looking for time.h | |
-- Looking for time.h - found | |
-- Looking for unistd.h | |
-- Looking for unistd.h - not found | |
-- Looking for wchar.h | |
-- Looking for wchar.h - found | |
-- Looking for wctype.h | |
-- Looking for wctype.h - found | |
-- Looking for winsock2.h | |
-- Looking for winsock2.h - found | |
-- Looking for argz_count | |
-- Looking for argz_count - not found | |
-- Looking for argz_next | |
-- Looking for argz_next - not found | |
-- Looking for argz_stringify | |
-- Looking for argz_stringify - not found | |
-- Looking for alloca | |
-- Looking for alloca - not found | |
-- Looking for asprintf | |
-- Looking for asprintf - not found | |
-- Looking for atexit | |
-- Looking for atexit - found | |
-- Looking for canonicalize_file_name | |
-- Looking for canonicalize_file_name - not found | |
-- Looking for CFLocaleCopyCurrent | |
-- Looking for CFLocaleCopyCurrent - not found | |
-- Looking for fwprintf | |
-- Looking for fwprintf - not found | |
-- Looking for getcwd | |
-- Looking for getcwd - found | |
-- Looking for _getcwd | |
-- Looking for _getcwd - found | |
-- Looking for getegid | |
-- Looking for getegid - not found | |
-- Looking for geteuid | |
-- Looking for geteuid - not found | |
-- Looking for getgid | |
-- Looking for getgid - not found | |
-- Looking for getopt_long_only | |
-- Looking for getopt_long_only - not found | |
-- Looking for getpagesize | |
-- Looking for getpagesize - not found | |
-- Looking for gettext | |
-- Looking for gettext - not found | |
-- Looking for getuid | |
-- Looking for getuid - not found | |
-- Looking for iconv | |
-- Looking for iconv - found | |
-- Looking for iswblank | |
-- Looking for iswblank - found | |
-- Looking for iswcntrl | |
-- Looking for iswcntrl - found | |
-- Looking for lstat | |
-- Looking for lstat - not found | |
-- Looking for mbrtowc | |
-- Looking for mbrtowc - found | |
-- Looking for mbsinit | |
-- Looking for mbsinit - not found | |
-- Looking for mbslen | |
-- Looking for mbslen - not found | |
-- Looking for memchr | |
-- Looking for memchr - found | |
-- Looking for memmove | |
-- Looking for memmove - found | |
-- Looking for mempcpy | |
-- Looking for mempcpy - not found | |
-- Looking for mmap | |
-- Looking for mmap - not found | |
-- Looking for mprotect | |
-- Looking for mprotect - not found | |
-- Looking for munmap | |
-- Looking for munmap - not found | |
-- Looking for newlocale | |
-- Looking for newlocale - not found | |
-- Looking for pathconf | |
-- Looking for pathconf - not found | |
-- Looking for putenv | |
-- Looking for putenv - found | |
-- Looking for readlink | |
-- Looking for readlink - not found | |
-- Looking for realpath | |
-- Looking for realpath - not found | |
-- Looking for setenv | |
-- Looking for setenv - not found | |
-- Looking for setlocale | |
-- Looking for setlocale - found | |
-- Looking for snprintf | |
-- Looking for snprintf - not found | |
-- Looking for stpcpy | |
-- Looking for stpcpy - not found | |
-- Looking for strcasecmp | |
-- Looking for strcasecmp - not found | |
-- Looking for strdup | |
-- Looking for strdup - found | |
-- Looking for strerror_r | |
-- Looking for strerror_r - not found | |
-- Looking for strnlen | |
-- Looking for strnlen - found | |
-- Looking for strtol | |
-- Looking for strtol - found | |
-- Looking for strtoul | |
-- Looking for strtoul - found | |
-- Looking for tsearch | |
-- Looking for tsearch - not found | |
-- Looking for uselocale | |
-- Looking for uselocale - not found | |
-- Looking for wcrtomb | |
-- Looking for wcrtomb - found | |
-- Looking for wcslen | |
-- Looking for wcslen - found | |
-- Looking for wcsnlen | |
-- Looking for wcsnlen - found | |
-- Looking for wcwidth | |
-- Looking for wcwidth - not found | |
-- Looking for _NSGetExecutablePath | |
-- Looking for _NSGetExecutablePath - not found | |
-- Looking for __fsetlocking | |
-- Looking for __fsetlocking - not found | |
-- Looking for clearerr_unlocked | |
-- Looking for clearerr_unlocked - not found | |
-- Looking for feof_unlocked | |
-- Looking for feof_unlocked - not found | |
-- Looking for ferror_unlocked | |
-- Looking for ferror_unlocked - not found | |
-- Looking for fflush_unlocked | |
-- Looking for fflush_unlocked - not found | |
-- Looking for fgets_unlocked | |
-- Looking for fgets_unlocked - not found | |
-- Looking for fputc_unlocked | |
-- Looking for fputc_unlocked - not found | |
-- Looking for fputs_unlocked | |
-- Looking for fputs_unlocked - not found | |
-- Looking for fread_unlocked | |
-- Looking for fread_unlocked - not found | |
-- Looking for fwrite_unlocked | |
-- Looking for fwrite_unlocked - not found | |
-- Looking for getchar_unlocked | |
-- Looking for getchar_unlocked - not found | |
-- Looking for getc_unlocked | |
-- Looking for getc_unlocked - not found | |
-- Looking for getenv | |
-- Looking for getenv - found | |
-- Looking for getopt_clip | |
-- Looking for getopt_clip - not found | |
-- Looking for optreset | |
-- Looking for optreset - not found | |
-- Looking for program_invocation_name | |
-- Looking for program_invocation_name - not found | |
-- Looking for program_invocation_short_name | |
-- Looking for program_invocation_short_name - not found | |
-- Looking for putchar_unlocked | |
-- Looking for putchar_unlocked - not found | |
-- Looking for putc_unlocked | |
-- Looking for putc_unlocked - not found | |
-- Looking for strerror_r | |
-- Looking for strerror_r - not found | |
-- Looking for strnlen | |
-- Looking for strnlen - found | |
-- Looking for wcwidth | |
-- Looking for wcwidth - not found | |
-- Looking for _snprintf | |
-- Looking for _snprintf - not found | |
-- Looking for _snwprintf | |
-- Looking for _snwprintf - not found | |
-- Looking for strerror | |
-- Looking for strerror - found | |
-- Check size of ptrdiff_t | |
-- Check size of ptrdiff_t - done | |
-- Check size of sig_atomic_t | |
-- Check size of sig_atomic_t - failed | |
-- Check size of size_t | |
-- Check size of size_t - done | |
-- Check size of wchar_t | |
-- Check size of wchar_t - done | |
-- Check size of wint_t | |
-- Check size of wint_t - done | |
-- Check size of intmax_t | |
-- Check size of intmax_t - done | |
-- Check size of uintmax_t | |
-- Check size of uintmax_t - done | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: C:/gtk-build/build/x64/gettext-runtime | |
Scanning dependencies of target intl | |
[ 3%] Building C object gettext-runtime/intl/CMakeFiles/intl.dir/bindtextdom.c.obj | |
bindtextdom.c | |
[ 6%] Building C object gettext-runtime/intl/CMakeFiles/intl.dir/dcgettext.c.obj | |
dcgettext.c | |
[ 9%] Building C object gettext-runtime/intl/CMakeFiles/intl.dir/dgettext.c.obj | |
dgettext.c | |
[ 12%] Building C object gettext-runtime/intl/CMakeFiles/intl.dir/gettext.c.obj | |
gettext.c | |
[ 16%] Building C object gettext-runtime/intl/CMakeFiles/intl.dir/finddomain.c.obj | |
finddomain.c | |
[ 19%] Building C object gettext-runtime/intl/CMakeFiles/intl.dir/hash-string.c.obj | |
hash-string.c | |
[ 22%] Building C object gettext-runtime/intl/CMakeFiles/intl.dir/loadmsgcat.c.obj | |
loadmsgcat.c | |
C:\gtk-build\build\x64\gettext-runtime\gettext-runtime\intl\loadmsgcat.c(50): warning C4005: 'HAVE_ALLOCA': macro redefinition | |
C:\gtk-build\build\x64\gettext-runtime\gettext-runtime\config.h(128): note: see previous definition of 'HAVE_ALLOCA' | |
C:\gtk-build\build\x64\gettext-runtime\gettext-runtime\intl\loadmsgcat.c(834): warning C4013: 'open' undefined; assuming extern returning int | |
C:\gtk-build\build\x64\gettext-runtime\gettext-runtime\intl\loadmsgcat.c(880): warning C4013: 'read' undefined; assuming extern returning int | |
C:\gtk-build\build\x64\gettext-runtime\gettext-runtime\intl\loadmsgcat.c(894): warning C4013: 'close' undefined; assuming extern returning int | |
[ 25%] Building C object gettext-runtime/intl/CMakeFiles/intl.dir/localealias.c.obj | |
localealias.c | |
C:\gtk-build\build\x64\gettext-runtime\gettext-runtime\intl\localealias.c(205): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data | |
[ 29%] Building C object gettext-runtime/intl/CMakeFiles/intl.dir/textdomain.c.obj | |
textdomain.c | |
[ 32%] Building C object gettext-runtime/intl/CMakeFiles/intl.dir/l10nflist.c.obj | |
l10nflist.c | |
[ 35%] Building C object gettext-runtime/intl/CMakeFiles/intl.dir/explodename.c.obj | |
explodename.c | |
[ 38%] Building C object gettext-runtime/intl/CMakeFiles/intl.dir/dcigettext.c.obj | |
dcigettext.c | |
C:\gtk-build\build\x64\gettext-runtime\gettext-runtime\intl\dcigettext.c(1383): warning C4116: unnamed type definition in parentheses | |
C:\gtk-build\build\x64\gettext-runtime\gettext-runtime\intl\dcigettext.c(1383): warning C4311: 'type cast': pointer truncation from 'size_t *' to 'int' | |
C:\gtk-build\build\x64\gettext-runtime\gettext-runtime\intl\dcigettext.c(1384): warning C4116: unnamed type definition in parentheses | |
C:\gtk-build\build\x64\gettext-runtime\gettext-runtime\intl\dcigettext.c(1384): warning C4311: 'type cast': pointer truncation from 'size_t *' to 'int' | |
C:\gtk-build\build\x64\gettext-runtime\gettext-runtime\intl\dcigettext.c(918): warning C4267: 'initializing': conversion from 'size_t' to 'nls_uint32', possible loss of data | |
[ 41%] Building C object gettext-runtime/intl/CMakeFiles/intl.dir/dcngettext.c.obj | |
dcngettext.c | |
[ 45%] Building C object gettext-runtime/intl/CMakeFiles/intl.dir/dngettext.c.obj | |
dngettext.c | |
[ 48%] Building C object gettext-runtime/intl/CMakeFiles/intl.dir/ngettext.c.obj | |
ngettext.c | |
[ 51%] Building C object gettext-runtime/intl/CMakeFiles/intl.dir/plural-exp.c.obj | |
plural-exp.c | |
[ 54%] Building C object gettext-runtime/intl/CMakeFiles/intl.dir/localcharset.c.obj | |
localcharset.c | |
[ 58%] Building C object gettext-runtime/intl/CMakeFiles/intl.dir/threadlib.c.obj | |
threadlib.c | |
[ 61%] Building C object gettext-runtime/intl/CMakeFiles/intl.dir/lock.c.obj | |
lock.c | |
[ 64%] Building C object gettext-runtime/intl/CMakeFiles/intl.dir/relocatable.c.obj | |
relocatable.c | |
[ 67%] Building C object gettext-runtime/intl/CMakeFiles/intl.dir/langprefs.c.obj | |
langprefs.c | |
[ 70%] Building C object gettext-runtime/intl/CMakeFiles/intl.dir/localename.c.obj | |
localename.c | |
[ 74%] Building C object gettext-runtime/intl/CMakeFiles/intl.dir/log.c.obj | |
log.c | |
[ 77%] Building C object gettext-runtime/intl/CMakeFiles/intl.dir/printf.c.obj | |
printf.c | |
c:\gtk-build\build\x64\gettext-runtime\gettext-runtime\intl\vasnprintf.c(1892): warning C4267: '=': conversion from 'size_t' to 'char', possible loss of data | |
c:\gtk-build\build\x64\gettext-runtime\gettext-runtime\intl\vasnprintf.c(1895): warning C4267: '=': conversion from 'size_t' to 'short', possible loss of data | |
c:\gtk-build\build\x64\gettext-runtime\gettext-runtime\intl\vasnprintf.c(1898): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data | |
c:\gtk-build\build\x64\gettext-runtime\gettext-runtime\intl\vasnprintf.c(1901): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data | |
C:\gtk-build\build\x64\gettext-runtime\gettext-runtime\intl\printf.c(115): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data | |
C:\gtk-build\build\x64\gettext-runtime\gettext-runtime\intl\printf.c(176): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data | |
[ 80%] Building C object gettext-runtime/intl/CMakeFiles/intl.dir/setlocale.c.obj | |
setlocale.c | |
[ 83%] Building C object gettext-runtime/intl/CMakeFiles/intl.dir/version.c.obj | |
version.c | |
[ 87%] Building C object gettext-runtime/intl/CMakeFiles/intl.dir/osdep.c.obj | |
osdep.c | |
[ 90%] Building C object gettext-runtime/intl/CMakeFiles/intl.dir/intl-compat.c.obj | |
intl-compat.c | |
[ 93%] Building RC object gettext-runtime/intl/CMakeFiles/intl.dir/libintl.rc.res | |
Microsoft (R) Windows (R) Resource Compiler Version 6.3.9600.17336 | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
[ 96%] Building C object gettext-runtime/intl/CMakeFiles/intl.dir/plural.c.obj | |
plural.c | |
plural.c(406): warning C4273: 'malloc': inconsistent dll linkage | |
C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\corecrt_malloc.h(97): note: see previous definition of 'malloc' | |
plural.c(413): warning C4273: 'free': inconsistent dll linkage | |
C:\Program Files (x86)\Windows Kits\10\include\10.0.10240.0\ucrt\corecrt_malloc.h(85): note: see previous definition of 'free' | |
[100%] Linking C shared library intl.dll | |
Creating library intl.lib and object intl.exp | |
[100%] Built target intl | |
[100%] Built target intl | |
Install the project... | |
-- Install configuration: "release" | |
-- Installing: C:/gtk-build/build/x64/gettext-runtime-rel/lib/intl.lib | |
-- Installing: C:/gtk-build/build/x64/gettext-runtime-rel/bin/intl.dll | |
-- Installing: C:/gtk-build/build/x64/gettext-runtime-rel/include/libintl.h | |
(Stripping trailing CRs from patch; use --binary to disable.) | |
patching file src/x86/ffitarget.h | |
(Stripping trailing CRs from patch; use --binary to disable.) | |
patching file src/x86/win64.S | |
(Stripping trailing CRs from patch; use --binary to disable.) | |
patching file src/x86/ffi.c | |
win64.S | |
Assembling x64\Release\win64.asm... | |
prep_cif.c | |
types.c | |
raw_api.c | |
java_raw_api.c | |
closures.c | |
ffi.c | |
..\..\..\src\x86\ffi.c(649): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libffi\build\win32\vs14\libffi.vcxproj] | |
libffi.vcxproj -> C:\gtk-build\build\x64\libffi\build\win32\vs14\..\..\..\..\libffi-rel\lib\libffi.lib | |
Assembling ..\..\..\contrib\masmx64\gvmat64.asm... | |
Assembling ..\..\..\contrib\masmx86\inffas32.asm... | |
Assembling ..\..\..\contrib\masmx64\inffasx64.asm... | |
Assembling ..\..\..\contrib\masmx86\match686.asm... | |
adler32.c | |
compress.c | |
crc32.c | |
deflate.c | |
gzclose.c | |
gzlib.c | |
gzread.c | |
gzwrite.c | |
infback.c | |
inffas8664.c | |
inffast.c | |
inflate.c | |
inftrees.c | |
trees.c | |
uncompr.c | |
zutil.c | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1189,5): warning MSB8012: TargetPath(C:\gtk-build\build\x64\zlib\build\win32\vs14\Release\x64\bin\zlib.dll) does not match the Linker's OutputFile property value (C:\gtk-build\build\x64\zlib\build\win32\vs14\Release\x64\bin\zlib1.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\zlib\build\win32\vs14\zlib.vcxproj] | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1191,5): warning MSB8012: TargetName(zlib) does not match the Linker's OutputFile property value (zlib1). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\zlib\build\win32\vs14\zlib.vcxproj] | |
Creating library C:\gtk-build\build\x64\zlib\build\win32\vs14\Release\x64\bin\zlib1.lib and object C:\gtk-build\build\x64\zlib\build\win32\vs14\Release\x64\bin\zlib1.exp | |
Generating code | |
All 138 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
zlib.vcxproj -> C:\gtk-build\build\x64\zlib\build\win32\vs14\Release\x64\bin\zlib.dll | |
Installing Build Results... | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
(Stripping trailing CRs from patch; use --binary to disable.) | |
patching file config.h.win32 | |
Hunk #1 succeeded at 192 (offset -15 lines). | |
(Stripping trailing CRs from patch; use --binary to disable.) | |
patching file glib/gwin32.c | |
Hunk #1 succeeded at 266 (offset 17 lines). | |
Copying config.h from config.h.win32... | |
1 file(s) copied. | |
Copying glibconfig.h from glibconfig.h.win32... | |
1 file(s) copied. | |
gallocator.c | |
gcache.c | |
gcompletion.c | |
grel.c | |
gthread-deprecated.c | |
garray.c | |
gasyncqueue.c | |
gatomic.c | |
..\..\..\glib\garray.c(761): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\garray.c(1143): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\garray.c(1156): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\garray.c(1414): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
gbacktrace.c | |
gbase64.c | |
gbitlock.c | |
gbookmarkfile.c | |
gbytes.c | |
gcharset.c | |
gchecksum.c | |
..\..\..\glib\gbitlock.c(435): warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gbitlock.c(490): warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gbitlock.c(529): warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gbase64.c(450): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gcharset.c(72): warning C4090: 'function': different 'const' qualifiers [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gcharset.c(76): warning C4090: 'function': different 'const' qualifiers [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
gconvert.c | |
gdataset.c | |
gdate.c | |
..\..\..\glib\gdataset.c(233): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
gdatetime.c | |
..\..\..\glib\gdataset.c(270): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gdataset.c(1134): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
gdir.c | |
genviron.c | |
gerror.c | |
..\..\..\glib\gdatetime.c(2253): warning C4267: '=': conversion from 'size_t' to 'guint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
gfileutils.c | |
ggettext.c | |
..\..\..\glib\gatomic.c(593): warning C4090: 'initializing': different 'volatile' qualifiers [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gatomic.c(593): warning C4090: 'initializing': different 'const' qualifiers [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gatomic.c(603): warning C4090: 'initializing': different 'volatile' qualifiers [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gatomic.c(614): warning C4090: 'function': different 'volatile' qualifiers [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
ghash.c | |
c:\gtk-build\build\x64\glib\build\win32\dirent\dirent.c(213): warning C4267: '=': conversion from 'size_t' to 'unsigned short', possible loss of data (compiling source file ..\..\..\glib\gdir.c) [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
ghmac.c | |
..\..\..\glib\ghash.c(250): warning C4116: unnamed type definition in parentheses [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\ghash.c(250): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\ghash.c(1770): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
c:\gtk-build\build\x64\glib\glib\win_iconv.c(831): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\..\glib\gconvert.c) [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
c:\gtk-build\build\x64\glib\glib\win_iconv.c(858): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\..\glib\gconvert.c) [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
c:\gtk-build\build\x64\glib\glib\win_iconv.c(909): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\..\glib\gconvert.c) [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
c:\gtk-build\build\x64\glib\glib\win_iconv.c(1131): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\..\..\glib\gconvert.c) [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
ghook.c | |
ghostutils.c | |
..\..\..\glib\gconvert.c(855): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gconvert.c(1435): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gdate.c(2071): warning C4267: 'function': conversion from 'size_t' to 'guint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gdate.c(2362): warning C4267: 'function': conversion from 'size_t' to 'guint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gdate.c(2364): warning C4267: 'function': conversion from 'size_t' to 'guint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gdate.c(2442): warning C4068: unknown pragma [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gdate.c(2443): warning C4068: unknown pragma [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gdate.c(2556): warning C4068: unknown pragma [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
giochannel.c | |
..\..\..\glib\ghostutils.c(132): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\ghostutils.c(149): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\ghostutils.c(152): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\ghostutils.c(163): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
gkeyfile.c | |
glib-init.c | |
..\..\..\glib\genviron.c(56): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\genviron.c(160): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\genviron.c(620): warning C4267: '+=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\genviron.c(626): warning C4267: '+=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
glib-private.c | |
glist.c | |
..\..\..\glib\giochannel.c(892): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\giochannel.c(2284): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\glist.c(182): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
gmain.c | |
gmappedfile.c | |
gmarkup.c | |
..\..\..\glib\gfileutils.c(381): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gfileutils.c(613): warning C4068: unknown pragma [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gfileutils.c(614): warning C4068: unknown pragma [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gfileutils.c(631): warning C4068: unknown pragma [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gfileutils.c(1649): warning C4267: 'initializing': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
gmem.c | |
..\..\..\glib\gmarkup.c(775): warning C4018: '<=': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
gmessages.c | |
..\..\..\glib\gmarkup.c(2377): warning C4068: unknown pragma [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
gnode.c | |
..\..\..\glib\gmarkup.c(2378): warning C4068: unknown pragma [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gmarkup.c(2506): warning C4068: unknown pragma [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
goption.c | |
gpattern.c | |
gpoll.c | |
..\..\..\glib\gpattern.c(264): warning C4267: '=': conversion from 'size_t' to 'guint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gpattern.c(411): warning C4267: 'function': conversion from 'size_t' to 'guint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gpattern.c(437): warning C4267: 'function': conversion from 'size_t' to 'guint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\goption.c(913): warning C4090: 'function': different 'const' qualifiers [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\goption.c(1612): warning C4267: 'initializing': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\goption.c(2056): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
gprimes.c | |
..\..\..\glib\glib-init.c(43): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\glib-init.c(46): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
gqsort.c | |
gquark.c | |
gqueue.c | |
grand.c | |
..\..\..\glib\gqueue.c(366): warning C4018: '>=': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gqueue.c(469): warning C4018: '>=': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gqueue.c(755): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gqueue.c(761): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gmain.c(529): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
gregex.c | |
gscanner.c | |
..\..\..\glib\grand.c(412): warning C4018: '>=': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
gsequence.c | |
gshell.c | |
..\..\..\glib\gregex.c(567): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
gslice.c | |
..\..\..\glib\gregex.c(3133): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
gslist.c | |
gstdio.c | |
gstrfuncs.c | |
gstring.c | |
..\..\..\glib\gslist.c(135): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
gstringchunk.c | |
gtestutils.c | |
..\..\..\glib\gstring.c(153): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gstring.c(441): warning C4018: '<=': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gstring.c(458): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gstring.c(462): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gstring.c(464): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gstring.c(469): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gstring.c(481): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
gthread.c | |
..\..\..\glib\gstring.c(782): warning C4018: '<=': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gstring.c(785): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gstring.c(857): warning C4018: '<=': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gstring.c(860): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gstrfuncs.c(718): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gstring.c(969): warning C4018: '<=': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gstring.c(975): warning C4018: '<=': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gstrfuncs.c(881): warning C4068: unknown pragma [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gstring.c(977): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gstrfuncs.c(882): warning C4068: unknown pragma [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gstrfuncs.c(955): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gpoll.c(238): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gstrfuncs.c(983): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gstrfuncs.c(993): warning C4068: unknown pragma [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gstrfuncs.c(1173): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gstrfuncs.c(2694): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gstrfuncs.c(2840): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gstrfuncs.c(2841): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
gthreadpool.c | |
..\..\..\glib\gquark.c(270): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
gtimer.c | |
gtimezone.c | |
..\..\..\glib\gthreadpool.c(156): warning C4018: '>=': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gthreadpool.c(830): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
gtranslit.c | |
gtrashstack.c | |
..\..\..\glib\gtranslit.c(201): warning C4267: '=': conversion from 'size_t' to 'guint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gtranslit.c(207): warning C4267: '=': conversion from 'size_t' to 'guint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gtranslit.c(217): warning C4267: '=': conversion from 'size_t' to 'guint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gtranslit.c(224): warning C4267: '=': conversion from 'size_t' to 'guint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
gtree.c | |
..\..\..\glib\gslice.c(644): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gslice.c(1263): warning C4334: '<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gslice.c(1429): warning C4996: 'g_trash_stack_push': was declared deprecated [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
c:\gtk-build\build\x64\glib\glib\gtrashstack.h(43): note: see declaration of 'g_trash_stack_push' | |
..\..\..\glib\gslice.c(1432): warning C4996: 'g_trash_stack_pop': was declared deprecated [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
guniprop.c | |
c:\gtk-build\build\x64\glib\glib\gtrashstack.h(46): note: see declaration of 'g_trash_stack_pop' | |
..\..\..\glib\gslice.c(1447): warning C4996: 'g_trash_stack_push': was declared deprecated [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
c:\gtk-build\build\x64\glib\glib\gtrashstack.h(43): note: see declaration of 'g_trash_stack_push' | |
gutf8.c | |
gunibreak.c | |
..\..\..\glib\gstdio.c(489): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gstdio.c(496): warning C4133: 'function': incompatible types - from 'GStatBuf *' to '_stat64i32 *' [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gutf8.c(1243): warning C4267: '=': conversion from 'size_t' to 'glong', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gutf8.c(1748): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
gunicollate.c | |
..\..\..\glib\guniprop.c(766): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
gunidecomp.c | |
..\..\..\glib\gtestutils.c(2195): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
gurifuncs.c | |
..\..\..\glib\gtestutils.c(3181): warning C4267: 'initializing': conversion from 'size_t' to 'guint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
gutils.c | |
..\..\..\glib\gtimezone.c(234): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
gvariant.c | |
..\..\..\glib\gtimezone.c(675): warning C4018: '<=': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gtimezone.c(690): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
gvariant-core.c | |
..\..\..\glib\gtimezone.c(848): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gtimezone.c(867): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gtimezone.c(1256): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
gvariant-parser.c | |
..\..\..\glib\gtimezone.c(1641): warning C4018: '<=': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gtimezone.c(1681): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gtimezone.c(1730): warning C4018: '<=': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gtimezone.c(1754): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
gvariant-serialiser.c | |
gvarianttypeinfo.c | |
..\..\..\glib\gvariant.c(831): warning C4090: 'function': different 'const' qualifiers [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gvariant.c(1559): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gvariant.c(1695): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gvariant.c(1932): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gvariant-serialiser.c(147): warning C4116: unnamed type definition in parentheses [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gvariant-serialiser.c(149): warning C4116: unnamed type definition in parentheses [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gvariant-serialiser.c(673): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gvariant-parser.c(317): warning C4267: 'initializing': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gvariant-serialiser.c(708): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gvariant-serialiser.c(960): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gvariant.c(4785): warning C4090: 'return': different 'const' qualifiers [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gvariant.c(4793): warning C4090: 'return': different 'const' qualifiers [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gvariant.c(4801): warning C4090: 'return': different 'const' qualifiers [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
gvarianttype.c | |
..\..\..\glib\gvariant-parser.c(1896): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gvariant-parser.c(1906): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gvariant-parser.c(1916): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gvariant-parser.c(1926): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gvarianttypeinfo.c(513): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
gversion.c | |
gwakeup.c | |
gprintf.c | |
giowin32.c | |
gspawn-win32.c | |
gthread-win32.c | |
gwin32.c | |
asnprintf.c | |
printf-args.c | |
printf-parse.c | |
printf.c | |
vasnprintf.c | |
..\..\..\glib\gnulib\printf.c(100): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gnulib\printf.c(115): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gnulib\printf.c(135): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gnulib\printf.c(146): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gnulib\vasnprintf.c(1904): warning C4267: '=': conversion from 'size_t' to 'char', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gnulib\vasnprintf.c(1907): warning C4267: '=': conversion from 'size_t' to 'short', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gnulib\vasnprintf.c(1910): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gnulib\vasnprintf.c(1913): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gnulib\vasnprintf.c(2423): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gnulib\vasnprintf.c(4629): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gutils.c(261): warning C4267: 'initializing': conversion from 'size_t' to 'const gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gutils.c(2102): warning C4068: unknown pragma [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gutils.c(2103): warning C4068: unknown pragma [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gutils.c(2238): warning C4068: unknown pragma [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gthread-win32.c(338): warning C4311: 'type cast': pointer truncation from 'gpointer' to 'DWORD' [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gthread-win32.c(343): warning C4311: 'type cast': pointer truncation from 'gpointer' to 'DWORD' [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gthread-win32.c(374): warning C4022: '_InterlockedCompareExchangePointer': pointer mismatch for actual parameter 2 [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gthread-win32.c(540): warning C4133: 'function': incompatible types - from 'DWORD *' to 'const ULONG_PTR *' [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gwin32.c(586): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gwin32.c(590): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
..\..\..\glib\gwin32.c(658): warning C4996: 'GetVersion': was declared deprecated [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
C:\Program Files (x86)\Windows Kits\8.1\Include\um\sysinfoapi.h(110): note: see declaration of 'GetVersion' | |
localcharset.c | |
pcre_byte_order.c | |
pcre_chartables.c | |
pcre_compile.c | |
pcre_config.c | |
pcre_dfa_exec.c | |
pcre_exec.c | |
pcre_fullinfo.c | |
pcre_get.c | |
pcre_globals.c | |
pcre_jit_compile.c | |
pcre_newline.c | |
pcre_ord2utf8.c | |
pcre_string_utils.c | |
pcre_study.c | |
pcre_tables.c | |
pcre_valid_utf8.c | |
pcre_xclass.c | |
pcre_version.c | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1189,5): warning MSB8012: TargetPath(C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\glib.dll) does not match the Linker's OutputFile property value (C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\glib-2.0.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1191,5): warning MSB8012: TargetName(glib) does not match the Linker's OutputFile property value (glib-2.0). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
Creating library C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\glib-2.0.lib and object C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\glib-2.0.exp | |
Generating code | |
All 2619 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
gregex.obj : warning LNK4049: locally defined symbol pcre_free imported [C:\gtk-build\build\x64\glib\build\win32\vs14\glib.vcxproj] | |
glib.vcxproj -> C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\glib.dll | |
Copying gmoduleconf.h from gmoduleconf.h.win32... | |
1 file(s) copied. | |
gmodule.c | |
c:\gtk-build\build\x64\glib\gmodule\gmodule-win32.c(171): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gmodule.vcxproj] | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1189,5): warning MSB8012: TargetPath(C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gmodule.dll) does not match the Linker's OutputFile property value (C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gmodule-2.0.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\glib\build\win32\vs14\gmodule.vcxproj] | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1191,5): warning MSB8012: TargetName(gmodule) does not match the Linker's OutputFile property value (gmodule-2.0). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\glib\build\win32\vs14\gmodule.vcxproj] | |
Creating library C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gmodule-2.0.lib and object C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gmodule-2.0.exp | |
Generating code | |
All 23 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
gmodule.vcxproj -> C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gmodule.dll | |
gthread-impl.c | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1189,5): warning MSB8012: TargetPath(C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gthread.dll) does not match the Linker's OutputFile property value (C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gthread-2.0.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\glib\build\win32\vs14\gthread.vcxproj] | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1191,5): warning MSB8012: TargetName(gthread) does not match the Linker's OutputFile property value (gthread-2.0). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\glib\build\win32\vs14\gthread.vcxproj] | |
Creating library C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gthread-2.0.lib and object C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gthread-2.0.exp | |
Generating code | |
All 2 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
gthread.vcxproj -> C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gthread.dll | |
Generating glib-mkenums... | |
gatomicarray.c | |
gbinding.c | |
gboxed.c | |
gclosure.c | |
genums.c | |
gmarshal.c | |
gobject.c | |
gparam.c | |
..\..\..\gobject\gclosure.c(312): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gclosure.c(353): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gclosure.c(619): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gclosure.c(628): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gclosure.c(780): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gclosure.c(823): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gclosure.c(843): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gclosure.c(915): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gclosure.c(1019): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gobject.c(496): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gclosure.c(1068): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gclosure.c(1106): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gobject.c(672): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gobject.c(1315): warning C4090: 'function': different 'const' qualifiers [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gobject.c(1322): warning C4090: 'function': different 'const' qualifiers [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gobject.c(1678): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gobject.c(1756): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gobject.c(1804): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gobject.c(1831): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gobject.c(1908): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
gparamspecs.c | |
gsignal.c | |
..\..\..\gobject\gobject.c(4190): warning C4312: 'type cast': conversion from 'unsigned int' to 'void *' of greater size [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
gsourceclosure.c | |
gtype.c | |
gtypemodule.c | |
gtypeplugin.c | |
gvalue.c | |
gvaluearray.c | |
..\..\..\gobject\gsignal.c(563): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gsignal.c(600): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
gvaluetransform.c | |
gvaluetypes.c | |
..\..\..\gobject\gtype.c(443): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gtype.c(1115): warning C4267: '+=': conversion from 'size_t' to 'guint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gtype.c(1117): warning C4267: '+=': conversion from 'size_t' to 'guint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gtype.c(1389): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gtype.c(1845): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gtype.c(1850): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gtype.c(1940): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gtype.c(1941): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gtype.c(2138): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gtype.c(2149): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gtype.c(4603): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gtype.c(4708): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gtype.c(4830): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gtype.c(4863): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
..\..\..\gobject\gtype.c(4876): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1189,5): warning MSB8012: TargetPath(C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gobject.dll) does not match the Linker's OutputFile property value (C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gobject-2.0.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1191,5): warning MSB8012: TargetName(gobject) does not match the Linker's OutputFile property value (gobject-2.0). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\glib\build\win32\vs14\gobject.vcxproj] | |
Creating library C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gobject-2.0.lib and object C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gobject-2.0.exp | |
Generating code | |
All 911 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
gobject.vcxproj -> C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gobject.dll | |
glib-genmarshal.c | |
Generating code | |
All 14 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
glib-genmarshal.vcxproj -> C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\glib-genmarshal.exe | |
Copying gnetworking.h from gnetworking.h.win32... | |
1 file(s) copied. | |
gappinfo.c | |
gasynchelper.c | |
gasyncinitable.c | |
gasyncresult.c | |
gbufferedinputstream.c | |
gbufferedoutputstream.c | |
gbytesicon.c | |
gcancellable.c | |
..\..\..\gio\gcancellable.c(140): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gappinfo.c(843): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gappinfo.c(864): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gappinfo.c(1133): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gbufferedinputstream.c(664): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gbufferedinputstream.c(667): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gbufferedinputstream.c(899): warning C4018: '<=': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gbufferedinputstream.c(899): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gbufferedinputstream.c(899): warning C4018: '>=': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gbufferedinputstream.c(1075): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gbufferedinputstream.c(1078): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gbufferedinputstream.c(1181): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gbufferedoutputstream.c(211): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gcharsetconverter.c | |
gcontextspecificgroup.c | |
gconverter.c | |
gconverterinputstream.c | |
gconverteroutputstream.c | |
gcredentials.c | |
gdatagrambased.c | |
gdatainputstream.c | |
gdataoutputstream.c | |
gdrive.c | |
gdummyfile.c | |
gdummyproxyresolver.c | |
..\..\..\gio\gdrive.c(79): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdrive.c(96): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdrive.c(111): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdrive.c(128): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gdummytlsbackend.c | |
gemblem.c | |
gemblemedicon.c | |
gfile.c | |
..\..\..\gio\gdummyfile.c(242): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdummyfile.c(485): warning C4018: '<=': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gasynchelper.c(47): warning C4311: 'type cast': pointer truncation from 'HANDLE' to 'gint' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gfileattribute.c | |
gfileenumerator.c | |
gfileicon.c | |
gfileinfo.c | |
gfileinputstream.c | |
gfilemonitor.c | |
gfilenamecompleter.c | |
..\..\..\gio\gfileinfo.c(324): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gfileinfo.c(382): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gfileinfo.c(391): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gfileinfo.c(450): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gfileinfo.c(496): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gfileinfo.c(540): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gfileinfo.c(607): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gfileinfo.c(642): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gfileinfo.c(703): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gfileinfo.c(1080): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gfileoutputstream.c | |
gfileiostream.c | |
gfilterinputstream.c | |
..\..\..\gio\gfileinfo.c(2525): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gfileinfo.c(2614): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gfileinfo.c(2653): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gfilteroutputstream.c | |
..\..\..\gio\gfilemonitor.c(182): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gicon.c | |
..\..\..\gio\gfilenamecompleter.c(106): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gfilenamecompleter.c(355): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
ginetaddress.c | |
ginetaddressmask.c | |
ginetsocketaddress.c | |
ginitable.c | |
ginputstream.c | |
gioerror.c | |
..\..\..\gio\gicon.c(165): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gicon.c(600): warning C4090: 'function': different 'const' qualifiers [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
giomodule.c | |
gioscheduler.c | |
giostream.c | |
gloadableicon.c | |
gmount.c | |
gmemoryinputstream.c | |
gmemoryoutputstream.c | |
gmountoperation.c | |
..\..\..\gio\gmount.c(79): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gmount.c(96): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gmount.c(112): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gnativevolumemonitor.c | |
..\..\..\gio\gmemoryinputstream.c(476): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gmountoperation.c(283): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gmountoperation.c(306): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gmountoperation.c(323): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gmountoperation.c(344): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gmountoperation.c(376): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gmountoperation.c(415): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gnativesocketaddress.c | |
..\..\..\gio\gmemoryoutputstream.c(791): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gnetworkaddress.c | |
gnetworking.c | |
gnetworkmonitor.c | |
gnetworkmonitorbase.c | |
gnetworkservice.c | |
goutputstream.c | |
..\..\..\gio\gnetworkmonitor.c(321): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gnetworkmonitorbase.c(184): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gnetworkmonitorbase.c(430): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gpermission.c | |
..\..\..\gio\gnetworkmonitorbase.c(477): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gpollableinputstream.c | |
gpollableoutputstream.c | |
gpollableutils.c | |
gpollfilemonitor.c | |
gproxy.c | |
gproxyaddress.c | |
gproxyaddressenumerator.c | |
gproxyresolver.c | |
gresolver.c | |
gresource.c | |
gresourcefile.c | |
gseekable.c | |
gsimpleasyncresult.c | |
gsimpleiostream.c | |
..\..\..\gio\gresourcefile.c(330): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gsimplepermission.c | |
gsocket.c | |
gsocketaddress.c | |
gsocketaddressenumerator.c | |
gsocketclient.c | |
gsocketconnectable.c | |
gsocketconnection.c | |
gsocketcontrolmessage.c | |
..\..\..\gio\gsocketclient.c(828): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gsocketinputstream.c | |
gsocketlistener.c | |
..\..\..\gio\gresolver.c(164): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gsocketoutputstream.c | |
gsubprocesslauncher.c | |
gsubprocess.c | |
..\..\..\gio\gsocketlistener.c(176): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gsocketlistener.c(592): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gsocketlistener.c(946): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gsocketlistener.c(972): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gsocketservice.c | |
gsrvtarget.c | |
gsimpleproxyresolver.c | |
..\..\..\gio\gsocket.c(446): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gtask.c | |
..\..\..\gio\gsocket.c(4641): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gtcpconnection.c | |
..\..\..\gio\gsocketservice.c(341): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gtcpwrapperconnection.c | |
gthreadedsocketservice.c | |
gthemedicon.c | |
gthreadedresolver.c | |
..\..\..\gio\gsocketcontrolmessage.c(191): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gtlsbackend.c | |
..\..\..\gio\gthreadedsocketservice.c(235): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gtlscertificate.c | |
gtlsclientconnection.c | |
gtlsconnection.c | |
gtlsdatabase.c | |
gtlsfiledatabase.c | |
..\..\..\gio\gtlsconnection.c(305): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gtlsinteraction.c | |
gtlspassword.c | |
gtlsserverconnection.c | |
gdtlsconnection.c | |
gdtlsclientconnection.c | |
gdtlsserverconnection.c | |
..\..\..\gio\gdtlsconnection.c(282): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gsimpleproxyresolver.c(235): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gsimpleproxyresolver.c(271): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gsimpleproxyresolver.c(292): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gunionvolumemonitor.c | |
gvfs.c | |
gvolume.c | |
gvolumemonitor.c | |
gzlibcompressor.c | |
gzlibdecompressor.c | |
gioenumtypes.c | |
..\..\..\gio\gvolume.c(94): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gvolume.c(109): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gvolumemonitor.c(92): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gvolumemonitor.c(107): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gvolumemonitor.c(122): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gvolumemonitor.c(137): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gvolumemonitor.c(152): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gvolumemonitor.c(167): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gvolumemonitor.c(182): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gvolumemonitor.c(197): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gvolumemonitor.c(212): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gvolumemonitor.c(227): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gvolumemonitor.c(244): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gvolumemonitor.c(261): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
glistmodel.c | |
gliststore.c | |
..\..\..\gio\gzlibcompressor.c(86): warning C4267: '=': conversion from 'size_t' to 'uInt', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gfiledescriptorbased.c | |
gfdonotificationbackend.c | |
ggtknotificationbackend.c | |
gapplication.c | |
gapplicationcommandline.c | |
..\..\..\gio\gliststore.c(82): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gliststore.c(184): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gliststore.c(218): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gliststore.c(270): warning C4018: '<=': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gapplicationimpl-dbus.c | |
..\..\..\gio\gliststore.c(481): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gactiongroup.c | |
gactionmap.c | |
gsimpleactiongroup.c | |
gremoteactiongroup.c | |
gactiongroupexporter.c | |
..\..\..\gio\gapplication.c(1406): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gapplication.c(1418): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gapplication.c(1430): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gapplication.c(1446): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gapplication.c(1465): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gapplication.c(1526): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gactiongroup.c(261): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gactiongroup.c(282): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gactiongroup.c(304): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gactiongroup.c(328): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gdbusactiongroup.c | |
gaction.c | |
gpropertyaction.c | |
gsimpleaction.c | |
gmenumodel.c | |
gmenu.c | |
gmenuexporter.c | |
..\..\..\gio\gmenu.c(165): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gmenu.c(483): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gdbusmenumodel.c | |
gnotification.c | |
gnotificationbackend.c | |
gvdb-reader.c | |
gdelayedsettingsbackend.c | |
gkeyfilesettingsbackend.c | |
gmemorysettingsbackend.c | |
..\..\..\gio\gnotificationbackend.c(49): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdelayedsettingsbackend.c(419): warning C4090: 'function': different 'const' qualifiers [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gnullsettingsbackend.c | |
gsettingsbackend.c | |
gsettingsschema.c | |
gsettings-mapping.c | |
..\..\..\gio\gkeyfilesettingsbackend.c(123): warning C4267: 'initializing': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gkeyfilesettingsbackend.c(648): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gsettings.c | |
..\..\..\gio\gkeyfilesettingsbackend.c(653): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gdbusutils.c | |
..\..\..\gio\gapplicationcommandline.c(621): warning C4267: 'initializing': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gdbusaddress.c | |
..\..\..\gio\gsettings-mapping.c(50): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gdbusauthobserver.c | |
..\..\..\gio\gsettings-mapping.c(105): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gsettings-mapping.c(209): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gsettingsbackend.c(373): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gsettings-mapping.c(254): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gsettingsbackend.c(422): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gsettingsbackend.c(466): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gsettingsbackend.c(491): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gsettingsbackend.c(517): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gsettingsbackend.c(668): warning C4090: 'function': different 'const' qualifiers [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gdbusauth.c | |
..\..\..\gio\gsettingsschema.c(1049): warning C4267: 'initializing': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbusutils.c(131): warning C4267: '=': conversion from 'size_t' to 'guint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbusutils.c(178): warning C4267: '=': conversion from 'size_t' to 'guint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbusutils.c(252): warning C4267: '=': conversion from 'size_t' to 'guint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gsettings.c(737): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gsettings.c(770): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gsettings.c(791): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gdbusauthmechanism.c | |
gdbusauthmechanismanon.c | |
..\..\..\gio\gsettings.c(825): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbusauthobserver.c(172): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbusauthobserver.c(196): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gdbusauthmechanismexternal.c | |
gdbusauthmechanismsha1.c | |
gdbuserror.c | |
gdbusconnection.c | |
gdbusmessage.c | |
gdbusnameowning.c | |
gdbusnamewatching.c | |
gdbusproxy.c | |
..\..\..\gio\gdbusconnection.c(1053): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gdbusprivate.c | |
..\..\..\gio\gdbusconnection.c(3729): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbusconnection.c(3730): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbusconnection.c(3747): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbusconnection.c(3748): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gdbusintrospection.c | |
..\..\..\gio\gdbusmessage.c(2495): warning C4267: 'function': conversion from 'size_t' to 'guchar', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbusproxy.c(596): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbusproxy.c(619): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gdbusmethodinvocation.c | |
gdbusserver.c | |
gdbusinterface.c | |
gdbusinterfaceskeleton.c | |
gdbusobject.c | |
gdbusobjectskeleton.c | |
..\..\..\gio\gdbusaddress.c(1259): warning C4267: 'function': conversion from 'size_t' to 'DWORD', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbusinterfaceskeleton.c(248): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbusserver.c(425): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gdbusobjectproxy.c | |
gdbusobjectmanager.c | |
..\..\..\gio\gdbusobject.c(65): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbusobject.c(85): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gdbusobjectmanagerclient.c | |
gdbusobjectmanagerserver.c | |
gtestdbus.c | |
..\..\..\gio\gdbusobjectskeleton.c(190): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
ghttpproxy.c | |
..\..\..\gio\gdbusobjectmanager.c(69): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbusobjectmanager.c(89): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbusobjectmanager.c(113): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbusobjectmanager.c(138): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbusobjectmanagerclient.c(517): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
glocalfile.c | |
..\..\..\gio\gdbusobjectmanagerclient.c(555): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbusobjectmanagerclient.c(1063): warning C4090: 'function': different 'const' qualifiers [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
glocalfileenumerator.c | |
glocalfileinfo.c | |
..\..\..\gio\gdbusobjectmanagerclient.c(1683): warning C4090: 'function': different 'const' qualifiers [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
glocalfileinputstream.c | |
glocalfilemonitor.c | |
glocalfileoutputstream.c | |
glocalfileiostream.c | |
glocalvfs.c | |
gsocks4proxy.c | |
..\..\..\gio\glocalfilemonitor.c(830): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\glocalfilemonitor.c(835): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gsocks4aproxy.c | |
gsocks5proxy.c | |
thumbnail-verify.c | |
gdbusdaemon.c | |
gdbus-daemon-generated.c | |
..\..\..\gio\gsocks5proxy.c(198): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gsocks5proxy.c(201): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gwin32registrykey.c | |
gcontenttype-win32.c | |
gwin32mount.c | |
gwin32volumemonitor.c | |
..\..\..\gio\glocalfileinfo.c(1741): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbus-daemon-generated.c(1073): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbus-daemon-generated.c(1097): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbus-daemon-generated.c(1120): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbus-daemon-generated.c(1144): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbus-daemon-generated.c(1167): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbus-daemon-generated.c(1189): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbus-daemon-generated.c(1211): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbus-daemon-generated.c(1234): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbus-daemon-generated.c(1257): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbus-daemon-generated.c(1280): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbus-daemon-generated.c(1303): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbus-daemon-generated.c(1326): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbus-daemon-generated.c(1349): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbus-daemon-generated.c(1372): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbus-daemon-generated.c(1395): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbus-daemon-generated.c(1417): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbus-daemon-generated.c(1439): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbus-daemon-generated.c(1462): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbus-daemon-generated.c(1481): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbus-daemon-generated.c(1500): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbusdaemon.c(447): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbusdaemon.c(599): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbusdaemon.c(614): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbusdaemon.c(615): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gdbusdaemon.c(623): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\glocalfile.c(552): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\glocalfile.c(875): warning C4996: 'GetVersion': was declared deprecated [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
C:\Program Files (x86)\Windows Kits\8.1\Include\um\sysinfoapi.h(110): note: see declaration of 'GetVersion' | |
..\..\..\gio\glocalfile.c(902): warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\glocalfile.c(2689): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gwin32inputstream.c | |
gwin32outputstream.c | |
gwin32appinfo.c | |
gregistrysettingsbackend.c | |
gwinhttpfile.c | |
gwinhttpfileinputstream.c | |
gwinhttpfileoutputstream.c | |
gwinhttpvfs.c | |
gwin32fsmonitorutils.c | |
..\..\..\gio\gwin32appinfo.c(4154): warning C4018: '<=': signed/unsigned mismatch [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\gwin32appinfo.c(4206): warning C4311: 'type cast': pointer truncation from 'GPid' to 'gint32' [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
gwin32filemonitor.c | |
..\..\..\gio\win32\gwinhttpfile.c(307): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\win32\gwinhttpfile.c(401): warning C4267: '=': conversion from 'size_t' to 'DWORD', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\win32\gwin32fsmonitorutils.c(163): warning C4267: 'initializing': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
..\..\..\gio\win32\gwin32fsmonitorutils.c(164): warning C4267: 'initializing': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1189,5): warning MSB8012: TargetPath(C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gio.dll) does not match the Linker's OutputFile property value (C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gio-2.0.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1191,5): warning MSB8012: TargetName(gio) does not match the Linker's OutputFile property value (gio-2.0). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
Creating library C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gio-2.0.lib and object C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gio-2.0.exp | |
Generating code | |
c:\gtk-build\build\x64\glib\gio\gzlibcompressor.c(429): warning C4715: 'g_zlib_compressor_convert': not all control paths return a value [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
c:\gtk-build\build\x64\glib\gio\gcredentials.c(390): warning C4715: 'g_credentials_get_native': not all control paths return a value [C:\gtk-build\build\x64\glib\build\win32\vs14\gio.vcxproj] | |
All 5201 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
gio.vcxproj -> C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gio.dll | |
gspawn-win32-helper.c | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1189,5): warning MSB8012: TargetPath(C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gspawn-win32-helper.exe) does not match the Linker's OutputFile property value (C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gspawn-win64-helper.exe). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\glib\build\win32\vs14\gspawn-win32-helper.vcxproj] | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1191,5): warning MSB8012: TargetName(gspawn-win32-helper) does not match the Linker's OutputFile property value (gspawn-win64-helper). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\glib\build\win32\vs14\gspawn-win32-helper.vcxproj] | |
Generating code | |
All 5 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
gspawn-win32-helper.vcxproj -> C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gspawn-win32-helper.exe | |
gspawn-win32-helper-console.c | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1189,5): warning MSB8012: TargetPath(C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gspawn-win32-helper-console.exe) does not match the Linker's OutputFile property value (C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gspawn-win64-helper-console.exe). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\glib\build\win32\vs14\gspawn-win32-helper-console.vcxproj] | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1191,5): warning MSB8012: TargetName(gspawn-win32-helper-console) does not match the Linker's OutputFile property value (gspawn-win64-helper-console). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\glib\build\win32\vs14\gspawn-win32-helper-console.vcxproj] | |
Generating code | |
All 5 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
gspawn-win32-helper-console.vcxproj -> C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gspawn-win32-helper-console.exe | |
gvdb-builder.c | |
glib-compile-schemas.c | |
..\..\..\gio\gvdb\gvdb-builder.c(209): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\glib-compile-schemas.vcxproj] | |
..\..\..\gio\gvdb\gvdb-builder.c(237): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\glib-compile-schemas.vcxproj] | |
..\..\..\gio\glib-compile-schemas.c(102): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\glib-compile-schemas.vcxproj] | |
..\..\..\gio\glib-compile-schemas.c(684): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\glib-compile-schemas.vcxproj] | |
Generating code | |
c:\gtk-build\build\x64\glib\gio\glib-compile-schemas.c(291): warning C4715: 'is_valid_choices': not all control paths return a value [C:\gtk-build\build\x64\glib\build\win32\vs14\glib-compile-schemas.vcxproj] | |
All 78 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
glib-compile-schemas.vcxproj -> C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\glib-compile-schemas.exe | |
gsettings-tool.c | |
..\..\..\gio\gsettings-tool.c(173): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gsettings.vcxproj] | |
Generating code | |
All 24 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
gsettings.vcxproj -> C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gsettings.exe | |
gvdb-builder.c | |
glib-compile-resources.c | |
..\..\..\gio\gvdb\gvdb-builder.c(209): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\glib-compile-resources.vcxproj] | |
..\..\..\gio\gvdb\gvdb-builder.c(237): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\glib\build\win32\vs14\glib-compile-resources.vcxproj] | |
Generating code | |
All 32 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
glib-compile-resources.vcxproj -> C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\glib-compile-resources.exe | |
gresource-tool.c | |
..\..\..\gio\gresource-tool.c(92): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gresource.vcxproj] | |
Generating code | |
All 8 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
gresource.vcxproj -> C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gresource.exe | |
gio-querymodules.c | |
Generating code | |
All 3 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
gio-querymodules.vcxproj -> C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gio-querymodules.exe | |
gdbus-tool.c | |
..\..\..\gio\gdbus-tool.c(1155): warning C4267: '=': conversion from 'size_t' to 'guint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gdbus.vcxproj] | |
..\..\..\gio\gdbus-tool.c(1193): warning C4267: '=': conversion from 'size_t' to 'guint', possible loss of data [C:\gtk-build\build\x64\glib\build\win32\vs14\gdbus.vcxproj] | |
Generating code | |
All 29 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
gdbus.vcxproj -> C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gdbus.exe | |
Generating .pc files... | |
Installing Build Results... | |
A subdirectory or file ..\..\..\..\glib-rel already exists. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gspawn-win64-helper-console.exe | |
C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gspawn-win64-helper.exe | |
2 file(s) copied. | |
C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gspawn-win64-helper-console.pdb | |
C:\gtk-build\build\x64\glib\build\win32\vs14\Release\x64\bin\gspawn-win64-helper.pdb | |
2 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
..\..\..\gio\gdbus-2.0\codegen\codegen.py | |
..\..\..\gio\gdbus-2.0\codegen\codegen_docbook.py | |
..\..\..\gio\gdbus-2.0\codegen\codegen_main.py | |
..\..\..\gio\gdbus-2.0\codegen\config.py | |
..\..\..\gio\gdbus-2.0\codegen\dbustypes.py | |
..\..\..\gio\gdbus-2.0\codegen\parser.py | |
..\..\..\gio\gdbus-2.0\codegen\utils.py | |
..\..\..\gio\gdbus-2.0\codegen\__init__.py | |
8 file(s) copied. | |
Copying config.h from config.h.win32... | |
1 file(s) copied. | |
Generating Marshalling Sources... | |
atkaction.c | |
atkcomponent.c | |
atkdocument.c | |
atkeditabletext.c | |
atkgobjectaccessible.c | |
atkhyperlink.c | |
atkhyperlinkimpl.c | |
atkhypertext.c | |
..\..\..\atk\atkhypertext.c(90): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
..\..\..\atk\atkcomponent.c(116): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
..\..\..\atk\atkhyperlink.c(168): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
atkimage.c | |
atknoopobject.c | |
atknoopobjectfactory.c | |
atkobject.c | |
atkobjectfactory.c | |
atkplug.c | |
atkprivate.c | |
atkrange.c | |
atkregistry.c | |
atkrelation.c | |
..\..\..\atk\atkobject.c(556): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
..\..\..\atk\atkobject.c(577): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
..\..\..\atk\atkobject.c(606): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
..\..\..\atk\atkobject.c(626): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
atkrelationset.c | |
..\..\..\atk\atkobject.c(644): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
..\..\..\atk\atkobject.c(663): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
..\..\..\atk\atkobject.c(1320): warning C4996: 'atk_value_set_current_value': is deprecated. Use 'atk_value_set_value' instead [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
C:\gtk-build\build\x64\atk\atk/atkvalue.h(136): note: see declaration of 'atk_value_set_current_value' | |
atkselection.c | |
..\..\..\atk\atkobject.c(1369): warning C4996: 'atk_value_get_current_value': is deprecated. Use 'atk_value_get_value_and_text' instead [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
C:\gtk-build\build\x64\atk\atk/atkvalue.h(126): note: see declaration of 'atk_value_get_current_value' | |
..\..\..\atk\atkobject.c(1555): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
atksocket.c | |
..\..\..\atk\atkobject.c(1630): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
atkstate.c | |
..\..\..\atk\atkrelation.c(168): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
..\..\..\atk\atkselection.c(90): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
..\..\..\atk\atkrelation.c(209): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
..\..\..\atk\atkrelation.c(254): warning C4996: 'g_value_array_new': is deprecated. Use 'GArray' instead [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
C:\gtk-build\gtk\x64\include\glib-2.0\gobject/gvaluearray.h(67): note: see declaration of 'g_value_array_new' | |
..\..\..\atk\atkrelation.c(260): warning C4996: 'g_value_array_append': is deprecated. Use 'GArray' instead..\..\..\atk\atkrelationset.c(121): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
C:\gtk-build\gtk\x64\include\glib-2.0\gobject/gvaluearray.h(80): note: see declaration of 'g_value_array_append' | |
atkstateset.c | |
..\..\..\atk\atkrelation.c(270): warning C4996: 'g_value_array_free': is deprecated. Use 'GArray' instead [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
C:\gtk-build\gtk\x64\include\glib-2.0\gobject/gvaluearray.h(70): note: see declaration of 'g_value_array_free' | |
..\..\..\atk\atkrelationset.c(164): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
..\..\..\atk\atkrelation.c(390): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
..\..\..\atk\atkrelation.c(423): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
..\..\..\atk\atkrelationset.c(209): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
atkstreamablecontent.c | |
..\..\..\atk\atkrelation.c(474): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
..\..\..\atk\atkrelationset.c(289): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
..\..\..\atk\atkrelation.c(476): warning C4996: 'g_value_array_get_nth': is deprecated. Use 'GArray' instead [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
C:\gtk-build\gtk\x64\include\glib-2.0\gobject/gvaluearray.h(63): note: see declaration of 'g_value_array_get_nth' | |
..\..\..\atk\atkrelationset.c(312): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
..\..\..\atk\atkrelation.c(493): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
..\..\..\atk\atkrelation.c(492): warning C4996: 'g_value_array_new': is deprecated. Use 'GArray' instead [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
C:\gtk-build\gtk\x64\include\glib-2.0\gobject/gvaluearray.h(67): note: see declaration of 'g_value_array_new' | |
..\..\..\atk\atkrelation.c(498): warning C4996: 'g_value_array_append': is deprecated. Use 'GArray' instead [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
C:\gtk-build\gtk\x64\include\glib-2.0\gobject/gvaluearray.h(80): note: see declaration of 'g_value_array_append' | |
..\..\..\atk\atkstate.c(89): warning C4018: '<=': signed/unsigned mismatch [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
..\..\..\atk\atkstate.c(131): warning C4018: '<=': signed/unsigned mismatch [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
..\..\..\atk\atkrelationset.c(393): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
..\..\..\atk\atkrelationset.c(399): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
atktable.c | |
atktablecell.c | |
atktext.c | |
atkutil.c | |
atkmisc.c | |
..\..\..\atk\atktable.c(117): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
..\..\..\atk\atktable.c(135): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
..\..\..\atk\atktable.c(153): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
..\..\..\atk\atktable.c(171): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
..\..\..\atk\atktable.c(188): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
atkvalue.c | |
atkversion.c | |
..\..\..\atk\atktable.c(205): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
..\..\..\atk\atktable.c(223): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
..\..\..\atk\atktext.c(211): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
..\..\..\atk\atktext.c(274): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
..\..\..\atk\atktext.c(291): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
..\..\..\atk\atktext.c(307): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
..\..\..\atk\atktext.c(1196): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
atkwindow.c | |
..\..\..\atk\atktext.c(1239): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
atk-enum-types.c | |
..\..\..\atk\atktext.c(1412): warning C4996: 'atk_text_get_text_at_offset': is deprecated. Use 'atk_text_get_string_at_offset' instead [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
..\..\..\atk\atktext.c(464): note: see declaration of 'atk_text_get_text_at_offset' | |
..\..\..\atk\atktext.c(1416): warning C4996: 'atk_text_get_text_at_offset': is deprecated. Use 'atk_text_get_string_at_offset' instead [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
..\..\..\atk\atktext.c(464): note: see declaration of 'atk_text_get_text_at_offset' | |
..\..\..\atk\atkvalue.c(724): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1189,5): warning MSB8012: TargetPath(C:\gtk-build\build\x64\atk\build\win32\vs14\Release\x64\bin\atk.dll) does not match the Linker's OutputFile property value (C:\gtk-build\build\x64\atk\build\win32\vs14\Release\x64\bin\atk-1.0.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1191,5): warning MSB8012: TargetName(atk) does not match the Linker's OutputFile property value (atk-1.0). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/OPT:ICF' specification [C:\gtk-build\build\x64\atk\build\win32\vs14\atk.vcxproj] | |
Creating library C:\gtk-build\build\x64\atk\build\win32\vs14\Release\x64\bin\atk-1.0.lib and object C:\gtk-build\build\x64\atk\build\win32\vs14\Release\x64\bin\atk-1.0.exp | |
atk.vcxproj -> C:\gtk-build\build\x64\atk\build\win32\vs14\Release\x64\bin\atk.dll | |
Installing Build Results... | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
The system cannot find the path specified. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
png.c | |
pngerror.c | |
pngget.c | |
pngmem.c | |
pngpread.c | |
pngread.c | |
pngrio.c | |
pngrtran.c | |
pngrutil.c | |
pngset.c | |
pngtrans.c | |
pngwio.c | |
pngwrite.c | |
pngwtran.c | |
pngwutil.c | |
Creating library C:\gtk-build\build\x64\libpng\projects\vc14\x64\release\libpng16.lib and object C:\gtk-build\build\x64\libpng\projects\vc14\x64\release\libpng16.exp | |
Generating code | |
All 501 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
libpng.vcxproj -> C:\gtk-build\build\x64\libpng\projects\vc14\x64\release\libpng16.dll | |
Copying config.h from config.h.win32... | |
1 file(s) copied. | |
Generating gdk-pixbuf.def... | |
Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23918 for x64 | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
gdk-pixbuf.symbols | |
gdk-pixbuf.c | |
gdk-pixbuf-animation.c | |
gdk-pixbuf-data.c | |
gdk-pixbuf-io.c | |
gdk-pixbuf-loader.c | |
gdk-pixbuf-scale.c | |
gdk-pixbuf-simple-anim.c | |
gdk-pixbuf-scaled-anim.c | |
..\..\..\gdk-pixbuf\gdk-pixbuf-loader.c(142): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
..\..\..\gdk-pixbuf\gdk-pixbuf-loader.c(162): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
..\..\..\gdk-pixbuf\gdk-pixbuf-loader.c(185): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
..\..\..\gdk-pixbuf\gdk-pixbuf-loader.c(207): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
..\..\..\gdk-pixbuf\gdk-pixbuf-animation.c(163): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
..\..\..\gdk-pixbuf\gdk-pixbuf-animation.c(229): warning C4267: 'function': conversion from 'size_t' to 'guint', possible loss of data [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
gdk-pixbuf-util.c | |
gdk-pixdata.c | |
gdk-pixbuf-enum-types.c | |
io-ani.c | |
io-ani-animation.c | |
io-icns.c | |
io-pixdata.c | |
..\..\..\gdk-pixbuf\gdk-pixdata.c(244): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
io-pnm.c | |
io-png.c | |
..\..\..\gdk-pixbuf\io-icns.c(440): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
..\..\..\gdk-pixbuf\io-ani.c(237): warning C4018: '>=': signed/unsigned mismatch [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
..\..\..\gdk-pixbuf\io-ani.c(376): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
..\..\..\gdk-pixbuf\io-ani.c(380): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
..\..\..\gdk-pixbuf\io-ani.c(403): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
..\..\..\gdk-pixbuf\io-ani.c(427): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
..\..\..\gdk-pixbuf\io-ani.c(430): warning C4018: '>=': signed/unsigned mismatch [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
io-qtif.c | |
io-tga.c | |
gdk-pixbuf-buffer-queue.c | |
io-xpm.c | |
io-xbm.c | |
..\..\..\gdk-pixbuf\gdk-pixbuf-io.c(962): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
..\..\..\gdk-pixbuf\gdk-pixbuf-io.c(1005): warning C4267: 'function': conversion from 'size_t' to 'guint', possible loss of data [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
..\..\..\gdk-pixbuf\gdk-pixbuf-io.c(1358): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
..\..\..\gdk-pixbuf\gdk-pixbuf-io.c(1924): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
..\..\..\gdk-pixbuf\io-pnm.c(695): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
..\..\..\gdk-pixbuf\io-png.c(330): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
..\..\..\gdk-pixbuf\io-png.c(756): warning C4018: '>=': signed/unsigned mismatch [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
..\..\..\gdk-pixbuf\io-png.c(899): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
..\..\..\gdk-pixbuf\io-qtif.c(210): warning C4267: '-=': conversion from 'size_t' to 'guint32', possible loss of data [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
pixops.c | |
io-gdip-animation.c | |
io-gdip-bmp.c | |
io-gdip-emf.c | |
io-gdip-gif.c | |
..\..\..\gdk-pixbuf\io-xpm.c(184): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
..\..\..\gdk-pixbuf\io-xpm.c(365): warning C4267: '-=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
..\..\..\gdk-pixbuf\io-xbm.c(334): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
..\..\..\gdk-pixbuf\io-xbm.c(336): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
io-gdip-ico.c | |
io-gdip-jpeg.c | |
io-gdip-tiff.c | |
io-gdip-utils.c | |
io-gdip-wmf.c | |
..\..\..\gdk-pixbuf\io-gdip-utils.c(134): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1189,5): warning MSB8012: TargetPath(C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\Release\x64\bin\gdk-pixbuf.dll) does not match the Linker's OutputFile property value (C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\Release\x64\bin\gdk_pixbuf-2.0.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1191,5): warning MSB8012: TargetName(gdk-pixbuf) does not match the Linker's OutputFile property value (gdk_pixbuf-2.0). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/OPT:ICF' specification [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
gdk-pixbuf.obj : warning LNK4197: export 'gdk_pixbuf_major_version' specified multiple times; using first specification [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
gdk-pixbuf.obj : warning LNK4197: export 'gdk_pixbuf_minor_version' specified multiple times; using first specification [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
gdk-pixbuf.obj : warning LNK4197: export 'gdk_pixbuf_micro_version' specified multiple times; using first specification [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
gdk-pixbuf.obj : warning LNK4197: export 'gdk_pixbuf_version' specified multiple times; using first specification [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
gdk-pixbuf-simple-anim.obj : warning LNK4197: export 'gdk_pixbuf_major_version' specified multiple times; using first specification [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
gdk-pixbuf-simple-anim.obj : warning LNK4197: export 'gdk_pixbuf_minor_version' specified multiple times; using first specification [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
gdk-pixbuf-simple-anim.obj : warning LNK4197: export 'gdk_pixbuf_micro_version' specified multiple times; using first specification [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
gdk-pixbuf-simple-anim.obj : warning LNK4197: export 'gdk_pixbuf_version' specified multiple times; using first specification [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf.vcxproj] | |
Creating library Release\x64\bin\gdk_pixbuf-2.0.lib and object Release\x64\bin\gdk_pixbuf-2.0.exp | |
gdk-pixbuf.vcxproj -> C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\Release\x64\bin\gdk-pixbuf.dll | |
gdk-pixbuf-csource.c | |
Generating code | |
All 4 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
gdk-pixbuf-csource.vcxproj -> C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\Release\x64\bin\gdk-pixbuf-csource.exe | |
gdk-pixbuf-pixdata.c | |
Generating code | |
All 3 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
gdk-pixbuf-pixdata.vcxproj -> C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\Release\x64\bin\gdk-pixbuf-pixdata.exe | |
queryloaders.c | |
..\..\..\gdk-pixbuf\queryloaders.c(65): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf-query-loaders.vcxproj] | |
..\..\..\gdk-pixbuf\queryloaders.c(74): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf-query-loaders.vcxproj] | |
..\..\..\gdk-pixbuf\queryloaders.c(360): warning C4267: 'initializing': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\gdk-pixbuf-query-loaders.vcxproj] | |
Generating code | |
All 9 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
gdk-pixbuf-query-loaders.vcxproj -> C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\Release\x64\bin\gdk-pixbuf-query-loaders.exe | |
Installing Build Results... | |
1 file(s) copied. | |
1 file(s) copied. | |
C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\Release\x64\bin\gdk-pixbuf-csource.exe | |
C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\Release\x64\bin\gdk-pixbuf-pixdata.exe | |
C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\Release\x64\bin\gdk-pixbuf-query-loaders.exe | |
3 file(s) copied. | |
C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\Release\x64\bin\gdk-pixbuf-csource.pdb | |
C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\Release\x64\bin\gdk-pixbuf-pixdata.pdb | |
C:\gtk-build\build\x64\gdk-pixbuf\build\win32\vs14\Release\x64\bin\gdk-pixbuf-query-loaders.pdb | |
3 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
cl : Command line warning D9002: ignoring unknown option '/arch:SSE2' [C:\gtk-build\build\x64\freetype\builds\windows\vc14\freetype.vcxproj] | |
cl : Command line warning D9002: ignoring unknown option '/arch:SSE2' [C:\gtk-build\build\x64\freetype\builds\windows\vc14\freetype.vcxproj] | |
cl : Command line warning D9002: ignoring unknown option '/arch:SSE2' [C:\gtk-build\build\x64\freetype\builds\windows\vc14\freetype.vcxproj] | |
autofit.c | |
cl : Command line warning D9002: ignoring unknown option '/arch:SSE2' [C:\gtk-build\build\x64\freetype\builds\windows\vc14\freetype.vcxproj] | |
cl : Command line warning D9002: ignoring unknown option '/arch:SSE2' [C:\gtk-build\build\x64\freetype\builds\windows\vc14\freetype.vcxproj] | |
cl : Command line warning D9002: ignoring unknown option '/arch:SSE2' [C:\gtk-build\build\x64\freetype\builds\windows\vc14\freetype.vcxproj] | |
bdf.c | |
cff.c | |
ftbase.c | |
cl : Command line warning D9002: ignoring unknown option '/arch:SSE2' [C:\gtk-build\build\x64\freetype\builds\windows\vc14\freetype.vcxproj] | |
ftbdf.c | |
ftbitmap.c | |
cl : Command line warning D9002: ignoring unknown option '/arch:SSE2' [C:\gtk-build\build\x64\freetype\builds\windows\vc14\freetype.vcxproj] | |
ftcache.c | |
cl : Command line warning D9002: ignoring unknown option '/arch:SSE2' [C:\gtk-build\build\x64\freetype\builds\windows\vc14\freetype.vcxproj] | |
ftfstype.c | |
ftgasp.c | |
ftglyph.c | |
ftgzip.c | |
ftinit.c | |
ftlzw.c | |
c:\gtk-build\build\x64\freetype\src\base\ftobjs.c(4736): warning C4702: unreachable code [C:\gtk-build\build\x64\freetype\builds\windows\vc14\freetype.vcxproj] | |
ftstroke.c | |
c:\gtk-build\build\x64\freetype\src\base\ftobjs.c(4737): warning C4702: unreachable code [C:\gtk-build\build\x64\freetype\builds\windows\vc14\freetype.vcxproj] | |
ftsystem.c | |
smooth.c | |
ftbbox.c | |
ftfntfmt.c | |
ftmm.c | |
ftpfr.c | |
ftsynth.c | |
fttype1.c | |
ftwinfnt.c | |
ftlcdfil.c | |
ftgxval.c | |
ftotval.c | |
ftpatent.c | |
pcf.c | |
pfr.c | |
psaux.c | |
pshinter.c | |
psmodule.c | |
raster.c | |
sfnt.c | |
c:\gtk-build\build\x64\freetype\src\psaux\t1decode.c(1360): warning C4267: '=': conversion from 'size_t' to 'FT_Int', possible loss of data (compiling source file ..\..\..\src\psaux\psaux.c) [C:\gtk-build\build\x64\freetype\builds\windows\vc14\freetype.vcxproj] | |
truetype.c | |
type1.c | |
c:\gtk-build\build\x64\freetype\src\truetype\ttgload.c(1653): warning C4312: 'type cast': conversion from 'unsigned long' to 'void *' of greater size (compiling source file ..\..\..\src\truetype\truetype.c) [C:\gtk-build\build\x64\freetype\builds\windows\vc14\freetype.vcxproj] | |
c:\gtk-build\build\x64\freetype\src\truetype\ttgload.c(1667): warning C4312: 'type cast': conversion from 'unsigned long' to 'void *' of greater size (compiling source file ..\..\..\src\truetype\truetype.c) [C:\gtk-build\build\x64\freetype\builds\windows\vc14\freetype.vcxproj] | |
type1cid.c | |
type42.c | |
c:\gtk-build\build\x64\freetype\src\type1\t1load.c(1458): warning C4244: '=': conversion from '__int64' to 'FT_Int', possible loss of data (compiling source file ..\..\..\src\type1\type1.c) [C:\gtk-build\build\x64\freetype\builds\windows\vc14\freetype.vcxproj] | |
winfnt.c | |
c:\gtk-build\build\x64\freetype\src\type1\t1load.c(1621): warning C4244: '=': conversion from '__int64' to 'FT_Int', possible loss of data (compiling source file ..\..\..\src\type1\type1.c) [C:\gtk-build\build\x64\freetype\builds\windows\vc14\freetype.vcxproj] | |
c:\gtk-build\build\x64\freetype\src\type1\t1driver.c(264): warning C4267: '=': conversion from 'size_t' to 'FT_ULong', possible loss of data (compiling source file ..\..\..\src\type1\type1.c) [C:\gtk-build\build\x64\freetype\builds\windows\vc14\freetype.vcxproj] | |
c:\gtk-build\build\x64\freetype\src\type1\t1driver.c(284): warning C4267: '=': conversion from 'size_t' to 'FT_ULong', possible loss of data (compiling source file ..\..\..\src\type1\type1.c) [C:\gtk-build\build\x64\freetype\builds\windows\vc14\freetype.vcxproj] | |
c:\gtk-build\build\x64\freetype\src\type1\t1driver.c(316): warning C4267: '=': conversion from 'size_t' to 'FT_ULong', possible loss of data (compiling source file ..\..\..\src\type1\type1.c) [C:\gtk-build\build\x64\freetype\builds\windows\vc14\freetype.vcxproj] | |
c:\gtk-build\build\x64\freetype\src\type1\t1driver.c(346): warning C4267: '=': conversion from 'size_t' to 'FT_UInt', possible loss of data (compiling source file ..\..\..\src\type1\type1.c) [C:\gtk-build\build\x64\freetype\builds\windows\vc14\freetype.vcxproj] | |
c:\gtk-build\build\x64\freetype\src\type1\t1driver.c(553): warning C4267: '=': conversion from 'size_t' to 'FT_ULong', possible loss of data (compiling source file ..\..\..\src\type1\type1.c) [C:\gtk-build\build\x64\freetype\builds\windows\vc14\freetype.vcxproj] | |
c:\gtk-build\build\x64\freetype\src\type1\t1driver.c(559): warning C4267: '=': conversion from 'size_t' to 'FT_ULong', possible loss of data (compiling source file ..\..\..\src\type1\type1.c) [C:\gtk-build\build\x64\freetype\builds\windows\vc14\freetype.vcxproj] | |
c:\gtk-build\build\x64\freetype\src\type1\t1driver.c(565): warning C4267: '=': conversion from 'size_t' to 'FT_ULong', possible loss of data (compiling source file ..\..\..\src\type1\type1.c) [C:\gtk-build\build\x64\freetype\builds\windows\vc14\freetype.vcxproj] | |
c:\gtk-build\build\x64\freetype\src\type1\t1driver.c(571): warning C4267: '=': conversion from 'size_t' to 'FT_ULong', possible loss of data (compiling source file ..\..\..\src\type1\type1.c) [C:\gtk-build\build\x64\freetype\builds\windows\vc14\freetype.vcxproj] | |
c:\gtk-build\build\x64\freetype\src\type1\t1driver.c(577): warning C4267: '=': conversion from 'size_t' to 'FT_ULong', possible loss of data (compiling source file ..\..\..\src\type1\type1.c) [C:\gtk-build\build\x64\freetype\builds\windows\vc14\freetype.vcxproj] | |
c:\gtk-build\build\x64\freetype\src\truetype\ttgload.c(1782): warning C4701: potentially uninitialized local variable 'outline' used [C:\gtk-build\build\x64\freetype\builds\windows\vc14\freetype.vcxproj] | |
c:\gtk-build\build\x64\freetype\src\type42\t42parse.c(821): warning C4244: '=': conversion from '__int64' to 'FT_Int', possible loss of data (compiling source file ..\..\..\src\type42\type42.c) [C:\gtk-build\build\x64\freetype\builds\windows\vc14\freetype.vcxproj] | |
cl : Command line warning D9002: ignoring unknown option '/arch:SSE2' [C:\gtk-build\build\x64\freetype\builds\windows\vc14\freetype.vcxproj] | |
ftdebug.c | |
freetype.vcxproj -> C:\gtk-build\build\x64\freetype\builds\windows\vc14\.\..\..\..\objs\x64\freetype.lib | |
buf.c | |
c14n.c | |
catalog.c | |
chvalid.c | |
debugXML.c | |
dict.c | |
DOCBparser.c | |
encoding.c | |
..\..\encoding.c(191): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(192): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\buf.c(243): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(198): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\buf.c(244): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(199): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(246): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\buf.c(372): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(247): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(254): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(255): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\buf.c(421): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(277): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(278): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(283): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(284): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\buf.c(494): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(333): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(334): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(419): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(420): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(427): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(428): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\buf.c(628): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(440): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(441): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\buf.c(654): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(455): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(456): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(461): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(462): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\buf.c(775): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\buf.c(785): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(529): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\buf.c(789): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\dict.c(840): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(530): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\buf.c(791): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(550): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\buf.c(803): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(551): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\buf.c(850): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(598): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(599): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(606): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\buf.c(891): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\dict.c(978): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(607): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\buf.c(911): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(660): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(661): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\dict.c(1089): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\dict.c(1090): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\buf.c(967): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(751): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(752): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\c14n.c(2039): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\buf.c(971): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(771): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\buf.c(992): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(772): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(792): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(793): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\c14n.c(2171): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(840): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(841): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\buf.c(1051): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(848): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(849): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(899): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(900): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\buf.c(1129): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\buf.c(1139): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
entities.c | |
..\..\debugXML.c(2327): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\catalog.c(3167): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(1805): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(1806): warning C4267: '-=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(1807): warning C4267: '-=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\catalog.c(3252): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\catalog.c(3254): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(2086): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(2092): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(2093): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(2201): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(2209): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(2210): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(2435): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(2472): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(2478): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(2479): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\debugXML.c(3249): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(2959): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(2970): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(3010): warning C4244: 'return': conversion from '__int64' to 'long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\encoding.c(2953): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
error.c | |
globals.c | |
hash.c | |
HTMLparser.c | |
HTMLtree.c | |
legacy.c | |
list.c | |
..\..\entities.c(972): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\entities.c(978): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\entities.c(987): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\error.c(196): warning C4244: '=': conversion from '__int64' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(397): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
nanoftp.c | |
..\..\HTMLtree.c(436): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLtree.c(611): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLtree.c(614): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(1312): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(2012): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(2013): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(2020): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(2021): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(2058): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(2068): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(2069): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(2109): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(2110): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(2117): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(2118): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(2127): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(2128): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(2157): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
nanohttp.c | |
..\..\HTMLparser.c(2167): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(2168): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(2475): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(2578): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(2588): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(2598): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(2610): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(2635): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(2780): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(2792): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(2829): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
parser.c | |
..\..\HTMLparser.c(2841): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
parserInternals.c | |
..\..\HTMLparser.c(3588): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(4271): warning C4244: '=': conversion from '__int64' to 'unsigned long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(4322): warning C4244: '=': conversion from '__int64' to 'unsigned long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(4357): warning C4244: '=': conversion from '__int64' to 'unsigned long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(4377): warning C4244: '=': conversion from '__int64' to 'unsigned long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(4418): warning C4244: '=': conversion from '__int64' to 'unsigned long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(5095): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
pattern.c | |
..\..\HTMLparser.c(5107): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(5173): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(5222): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(5234): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(5259): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(5343): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(5345): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(5379): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(5381): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(5421): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(5423): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(5494): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(5496): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(5535): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(5537): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\HTMLparser.c(5631): warning C4244: '=': conversion from '__int64' to 'unsigned long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
relaxng.c | |
SAX.c | |
SAX2.c | |
..\..\parserInternals.c(344): warning C4267: 'return': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parserInternals.c(380): warning C4267: '+=': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\pattern.c(843): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\pattern.c(845): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\pattern.c(881): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\pattern.c(883): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parserInternals.c(885): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(1320): warning C4312: 'type cast': conversion from 'long' to 'void *' of greater size [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(1339): warning C4311: 'type cast': pointer truncation from 'void *' to 'long' [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parserInternals.c(1202): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parserInternals.c(1207): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(1851): warning C4312: 'type cast': conversion from 'long' to 'void *' of greater size [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parserInternals.c(1229): warning C4267: '+=': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(2070): warning C4244: 'initializing': conversion from '__int64' to 'unsigned long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(2071): warning C4244: 'initializing': conversion from '__int64' to 'unsigned long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\pattern.c(2378): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(2484): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(3449): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(3574): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(4521): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(4573): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(5205): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\relaxng.c(4405): warning C4312: 'type cast': conversion from 'long' to 'void *' of greater size [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\relaxng.c(4413): warning C4312: 'type cast': conversion from 'long' to 'void *' of greater size [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\relaxng.c(4417): warning C4312: 'type cast': conversion from 'long' to 'void *' of greater size [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\relaxng.c(4424): warning C4312: 'type cast': conversion from 'long' to 'void *' of greater size [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\relaxng.c(4428): warning C4312: 'type cast': conversion from 'long' to 'void *' of greater size [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
schematron.c | |
threads.c | |
..\..\parser.c(9177): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(9181): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(9038): warning C4244: 'initializing': conversion from '__int64' to 'long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(9064): warning C4244: 'initializing': conversion from '__int64' to 'long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(9087): warning C4244: 'initializing': conversion from '__int64' to 'long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(9120): warning C4244: 'initializing': conversion from '__int64' to 'long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(9152): warning C4244: 'initializing': conversion from '__int64' to 'long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(9234): warning C4311: 'type cast': pointer truncation from 'void *' to 'long' [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(9369): warning C4244: '=': conversion from '__int64' to 'unsigned long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(9387): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\relaxng.c(8550): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\relaxng.c(9388): warning C4311: 'type cast': pointer truncation from 'void *' to 'long' [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(10114): warning C4244: '=': conversion from '__int64' to 'unsigned long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
tree.c | |
..\..\parser.c(10176): warning C4244: '=': conversion from '__int64' to 'unsigned long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(10204): warning C4244: '=': conversion from '__int64' to 'unsigned long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(10251): warning C4244: '=': conversion from '__int64' to 'unsigned long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(11098): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(11107): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(11135): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(11370): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(11391): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(11746): warning C4311: 'type cast': pointer truncation from 'void *' to 'long' [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(11841): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(11844): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(11946): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(11949): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(12002): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(12005): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(12072): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(12453): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(12495): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(12498): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\parser.c(13438): warning C4244: '+=': conversion from '__int64' to 'unsigned long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\SAX2.c(1808): warning C4244: '=': conversion from '__int64' to 'unsigned long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\SAX2.c(1911): warning C4312: 'type cast': conversion from 'long' to 'void *' of greater size [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\SAX2.c(1945): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\SAX2.c(2036): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\SAX2.c(2045): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\SAX2.c(2058): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\SAX2.c(2086): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\SAX2.c(2130): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\SAX2.c(2153): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\SAX2.c(2167): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\SAX2.c(2171): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\SAX2.c(2457): warning C4244: '=': conversion from '__int64' to 'unsigned long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\SAX2.c(2606): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
uri.c | |
..\..\tree.c(225): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\tree.c(226): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
valid.c | |
xinclude.c | |
..\..\tree.c(1294): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\tree.c(1366): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\tree.c(1444): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\tree.c(1502): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\tree.c(1562): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\tree.c(1634): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\tree.c(4598): warning C4311: 'type cast': pointer truncation from 'void *const ' to 'long' [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
xlink.c | |
..\..\tree.c(7048): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\tree.c(7114): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\tree.c(7115): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\tree.c(7191): warning C4267: '+=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\tree.c(7234): warning C4267: '+=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\tree.c(7328): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\tree.c(7438): warning C4267: '+=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\tree.c(7710): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\tree.c(7720): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\uri.c(222): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\uri.c(261): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\uri.c(263): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\uri.c(297): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\uri.c(299): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\uri.c(306): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\uri.c(368): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\uri.c(370): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\uri.c(484): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\uri.c(486): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\uri.c(594): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\uri.c(596): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\uri.c(640): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\uri.c(642): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\uri.c(682): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\uri.c(684): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\uri.c(724): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\uri.c(726): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\uri.c(1617): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\valid.c(71): warning C4244: 'initializing': conversion from '__int64' to 'long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\valid.c(111): warning C4244: 'initializing': conversion from '__int64' to 'long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\valid.c(158): warning C4244: 'initializing': conversion from '__int64' to 'long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\uri.c(2053): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\uri.c(2055): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\valid.c(201): warning C4244: 'initializing': conversion from '__int64' to 'long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\valid.c(242): warning C4244: 'initializing': conversion from '__int64' to 'long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\uri.c(2436): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\valid.c(1254): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\valid.c(1287): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\valid.c(1307): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xinclude.c(1908): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\valid.c(5151): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
xmlcatalog.c | |
xmlIO.c | |
..\..\nanoftp.c(346): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanoftp.c(674): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanoftp.c(683): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanoftp.c(698): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanoftp.c(774): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanoftp.c(802): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanoftp.c(833): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanoftp.c(954): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanoftp.c(1029): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanoftp.c(1051): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanoftp.c(1092): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanoftp.c(1123): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanoftp.c(1145): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanoftp.c(1295): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanoftp.c(1346): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanoftp.c(1401): warning C4244: '=': conversion from 'SOCKET' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanoftp.c(1418): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanoftp.c(1518): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanoftp.c(1622): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanoftp.c(1711): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanoftp.c(1756): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanoftp.c(1851): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanoftp.c(1871): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
xmlmemory.c | |
xmlmodule.c | |
xmlreader.c | |
..\..\nanohttp.c(314): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanohttp.c(502): warning C4244: 'function': conversion from 'SOCKET' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanohttp.c(630): warning C4244: 'function': conversion from 'SOCKET' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanohttp.c(548): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanohttp.c(549): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanohttp.c(557): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanohttp.c(558): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanohttp.c(559): warning C4244: 'initializing': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanohttp.c(750): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanohttp.c(760): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanohttp.c(775): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanohttp.c(785): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanohttp.c(961): warning C4244: 'function': conversion from 'SOCKET' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanohttp.c(1050): warning C4101: 'i': unreferenced local variable [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanohttp.c(1043): warning C4101: 'ia': unreferenced local variable [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanohttp.c(1041): warning C4101: 'h': unreferenced local variable [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanohttp.c(1307): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanohttp.c(1391): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanohttp.c(1395): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanohttp.c(1411): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanohttp.c(1414): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanohttp.c(1417): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanohttp.c(1418): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanohttp.c(1487): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\nanohttp.c(1838): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlcatalog.c(86): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
xmlregexp.c | |
xmlsave.c | |
..\..\xmlmemory.c(189): warning C4267: '+=': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlmemory.c(258): warning C4267: '+=': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlmemory.c(337): warning C4267: '-=': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlmemory.c(367): warning C4267: '+=': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlmemory.c(445): warning C4267: '-=': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlmemory.c(468): warning C4311: 'type cast': pointer truncation from 'void *' to 'unsigned long' [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlmemory.c(505): warning C4267: '+=': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
xmlschemas.c | |
..\..\xmlreader.c(880): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlreader.c(898): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlreader.c(912): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlreader.c(916): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
xmlschemastypes.c | |
..\..\xmlregexp.c(405): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlsave.c(310): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlsave.c(311): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlregexp.c(4166): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlsave.c(314): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlregexp.c(4167): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlsave.c(315): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlregexp.c(4812): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlregexp.c(5756): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlregexp.c(5757): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlregexp.c(5818): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlregexp.c(5819): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlregexp.c(5888): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlregexp.c(5889): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlregexp.c(6043): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlregexp.c(6044): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlsave.c(1009): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlsave.c(1547): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlregexp.c(7904): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlsave.c(2060): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
xmlstring.c | |
..\..\xmlsave.c(2066): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlsave.c(2072): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlsave.c(2078): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlsave.c(2084): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlsave.c(2090): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlsave.c(2096): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlsave.c(2109): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlsave.c(2165): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlsave.c(2220): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlsave.c(2287): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlschemas.c(2579): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlschemas.c(2603): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlsave.c(2467): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlsave.c(2470): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
xmlunicode.c | |
..\..\xmlschemas.c(6778): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlschemastypes.c(1902): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlschemastypes.c(1957): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlschemastypes.c(1960): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlschemastypes.c(1971): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlschemastypes.c(2674): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlschemas.c(7949): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
xmlwriter.c | |
..\..\xmlschemas.c(8915): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
xpath.c | |
..\..\xmlstring.c(71): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlstring.c(118): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlstring.c(526): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlstring.c(844): warning C4244: 'return': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlschemas.c(21771): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlschemas.c(21798): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
xpointer.c | |
..\..\xmlschemas.c(24658): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlschemas.c(27388): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(170): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(171): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(174): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(175): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(220): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(270): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(343): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(344): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(347): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(348): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(411): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(412): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(415): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(416): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
c:\gtk-build\build\x64\libxml2\timsort.h(82): warning C4244: 'initializing': conversion from 'uint64_t' to 'const int', possible loss of data (compiling source file ..\..\xpath.c) [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
c:\gtk-build\build\x64\libxml2\timsort.h(326): warning C4477: 'fprintf' : format string '%lu' requires an argument of type 'unsigned long', but variadic argument 1 has type 'size_t' (compiling source file ..\..\xpath.c) [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
c:\gtk-build\build\x64\libxml2\timsort.h(326): note: consider using '%zu' in the format string (compiling source file ..\..\xpath.c) | |
..\..\xpath.c(715): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(728): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(739): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(3195): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(3236): warning C4312: 'type cast': conversion from 'long' to 'void *' of greater size [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(3328): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(3329): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(3333): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(3334): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(3391): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(3392): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(3396): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(3397): warning C4311: 'type cast': pointer truncation from 'xmlChar *' to 'long' [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlIO.c(829): warning C4311: 'type cast': pointer truncation from 'void *' to 'long' [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlIO.c(850): warning C4311: 'type cast': pointer truncation from 'void *' to 'long' [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlIO.c(868): warning C4311: 'type cast': pointer truncation from 'void *' to 'long' [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlIO.c(1031): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlIO.c(1053): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpointer.c(106): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpointer.c(116): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlIO.c(2065): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(8605): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlIO.c(3006): warning C4312: 'type cast': conversion from 'long' to 'void *' of greater size [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlIO.c(3112): warning C4312: 'type cast': conversion from 'long' to 'void *' of greater size [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlIO.c(3260): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlIO.c(3267): warning C4267: '+=': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(9893): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(9977): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlIO.c(3376): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlIO.c(3383): warning C4267: '+=': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlIO.c(3476): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlIO.c(3481): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlIO.c(3577): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlIO.c(3578): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlIO.c(3612): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlIO.c(3624): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(10286): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlIO.c(3665): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(10297): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlIO.c(3671): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(10330): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpointer.c(2580): warning C4244: '=': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(10341): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlIO.c(3734): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlIO.c(3778): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xmlIO.c(3784): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
..\..\xpath.c(10603): warning C4244: 'function': conversion from '__int64' to 'int', possible loss of data [C:\gtk-build\build\x64\libxml2\win32\vc14\libxml2.vcxproj] | |
Creating library C:\gtk-build\build\x64\libxml2\win32\vc14\..\..\lib\libxml2.lib and object C:\gtk-build\build\x64\libxml2\win32\vc14\..\..\lib\libxml2.exp | |
Generating code | |
All 3055 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
libxml2.vcxproj -> C:\gtk-build\build\x64\libxml2\win32\vc14\..\..\lib\libxml2.dll | |
runsuite.c | |
Generating code | |
All 32 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
runsuite.vcxproj -> C:\gtk-build\build\x64\libxml2\win32\vc14\..\..\lib\runsuite.exe | |
(Stripping trailing CRs from patch; use --binary to disable.) | |
patching file fc-cat/fc-cat.c | |
(Stripping trailing CRs from patch; use --binary to disable.) | |
patching file fc-list/fc-list.c | |
(Stripping trailing CRs from patch; use --binary to disable.) | |
patching file fc-match/fc-match.c | |
(Stripping trailing CRs from patch; use --binary to disable.) | |
patching file fc-query/fc-query.c | |
(Stripping trailing CRs from patch; use --binary to disable.) | |
patching file fc-scan/fc-scan.c | |
(Stripping trailing CRs from patch; use --binary to disable.) | |
patching file src/fcarch.c | |
(Stripping trailing CRs from patch; use --binary to disable.) | |
patching file src/fcatomic.c | |
(Stripping trailing CRs from patch; use --binary to disable.) | |
patching file src/fcatomic.h | |
(Stripping trailing CRs from patch; use --binary to disable.) | |
patching file src/fcint.h | |
(Stripping trailing CRs from patch; use --binary to disable.) | |
patching file src/fcmutex.h | |
fcarch.c | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1189,5): warning MSB8012: TargetPath(C:\gtk-build\build\x64\fontconfig\x64\Release\fc-arch.exe) does not match the Linker's OutputFile property value (C:\gtk-build\build\x64\fontconfig\fc-arch\fc-arch.exe). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\fontconfig\fc-arch.vcxproj] | |
fc-arch.vcxproj -> C:\gtk-build\build\x64\fontconfig\x64\Release\fc-arch.exe | |
The system cannot find the file specified. | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(392,5): warning MSB8028: The intermediate directory (x64\Release\) contains files shared from another project (fc-arch.vcxproj). This can lead to incorrect clean and rebuild behavior. [C:\gtk-build\build\x64\fontconfig\fc-case.vcxproj] | |
fc-case.c | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1189,5): warning MSB8012: TargetPath(C:\gtk-build\build\x64\fontconfig\x64\Release\fc-case.exe) does not match the Linker's OutputFile property value (C:\gtk-build\build\x64\fontconfig\fc-case\fc-case.exe). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\fontconfig\fc-case.vcxproj] | |
fc-case.vcxproj -> C:\gtk-build\build\x64\fontconfig\x64\Release\fc-case.exe | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(392,5): warning MSB8028: The intermediate directory (x64\Release\) contains files shared from another project (fc-arch.vcxproj, fc-case.vcxproj). This can lead to incorrect clean and rebuild behavior. [C:\gtk-build\build\x64\fontconfig\fc-glyphname.vcxproj] | |
fc-glyphname.c | |
fc-glyphname\fc-glyphname.c(112): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fc-glyphname.vcxproj] | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1189,5): warning MSB8012: TargetPath(C:\gtk-build\build\x64\fontconfig\x64\Release\fc-glyphname.exe) does not match the Linker's OutputFile property value (C:\gtk-build\build\x64\fontconfig\fc-glyphname\fc-glyphname.exe). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\fontconfig\fc-glyphname.vcxproj] | |
fc-glyphname.vcxproj -> C:\gtk-build\build\x64\fontconfig\x64\Release\fc-glyphname.exe | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(392,5): warning MSB8028: The intermediate directory (x64\Release\) contains files shared from another project (fc-arch.vcxproj, fc-case.vcxproj, fc-glyphname.vcxproj). This can lead to incorrect clean and rebuild behavior. [C:\gtk-build\build\x64\fontconfig\fc-lang.vcxproj] | |
fc-lang.c | |
C:\gtk-build\build\x64\fontconfig\src\fcstr.c(45): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fc-lang.vcxproj] | |
C:\gtk-build\build\x64\fontconfig\src\fcstr.c(46): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fc-lang.vcxproj] | |
C:\gtk-build\build\x64\fontconfig\src\fcstr.c(87): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fc-lang.vcxproj] | |
C:\gtk-build\build\x64\fontconfig\src\fcstr.c(417): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fc-lang.vcxproj] | |
C:\gtk-build\build\x64\fontconfig\src\fcstr.c(418): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fc-lang.vcxproj] | |
C:\gtk-build\build\x64\fontconfig\src\fcstr.c(996): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fc-lang.vcxproj] | |
C:\gtk-build\build\x64\fontconfig\src\fcstr.c(1066): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fc-lang.vcxproj] | |
C:\gtk-build\build\x64\fontconfig\src\fcserialize.c(142): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fc-lang.vcxproj] | |
fc-lang\fc-lang.c(92): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fc-lang.vcxproj] | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1189,5): warning MSB8012: TargetPath(C:\gtk-build\build\x64\fontconfig\x64\Release\fc-lang.exe) does not match the Linker's OutputFile property value (C:\gtk-build\build\x64\fontconfig\fc-lang\fc-lang.exe). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\fontconfig\fc-lang.vcxproj] | |
fc-lang.vcxproj -> C:\gtk-build\build\x64\fontconfig\x64\Release\fc-lang.exe | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(392,5): warning MSB8028: The intermediate directory (x64\Release\) contains files shared from another project (fc-arch.vcxproj, fc-case.vcxproj, fc-glyphname.vcxproj, fc-lang.vcxproj). This can lead to incorrect clean and rebuild behavior. [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
dirent.c | |
fcatomic.c | |
fcblanks.c | |
fccache.c | |
fccfg.c | |
fccharset.c | |
fccompat.c | |
fcdbg.c | |
fcdefault.c | |
src\fcatomic.c(71): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fccompat.c(93): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fccompat.c(122): warning C4013: 'open' undefined; assuming extern returning int [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fccompat.c(249): warning C4013: 'access' undefined; assuming extern returning int [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fccompat.c(250): warning C4013: 'chmod' undefined; assuming extern returning int [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fccache.c(101): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fccache.c(214): warning C4013: 'close' undefined; assuming extern returning int [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fccache.c(586): warning C4013: '_get_osfhandle' undefined; assuming extern returning int [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fccache.c(586): warning C4312: 'type cast': conversion from 'int' to 'HANDLE' of greater size [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fccache.c(603): warning C4013: 'read' undefined; assuming extern returning int [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fccache.c(878): warning C4013: 'access' undefined; assuming extern returning int [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fccache.c(900): warning C4013: 'chmod' undefined; assuming extern returning int [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fccfg.c(1846): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fccache.c(944): warning C4013: 'write' undefined; assuming extern returning int [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fccfg.c(1874): warning C4013: 'access' undefined; assuming extern returning int [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcdir.c | |
fcformat.c | |
fcfreetype.c | |
fcfs.c | |
fchash.c | |
src\fcdefault.c(133): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcinit.c | |
fclang.c | |
fclist.c | |
src\fcformat.c(112): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fcformat.c(936): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fcformat.c(948): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fcfreetype.c(825): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcmatch.c | |
fcmatrix.c | |
fcname.c | |
fcobjs.c | |
src\fclist.c(83): warning C4090: 'function': different 'const' qualifiers [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fclist.c(273): warning C4311: 'type cast': pointer truncation from 'void *' to 'long' [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcpat.c | |
fcserialize.c | |
fcstat.c | |
fcstr.c | |
fcobjshash.gperf(38): warning C4311: 'type cast': pointer truncation from 'char (*)[5]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(27): warning C4311: 'type cast': pointer truncation from 'char (*)[5]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(25): warning C4311: 'type cast': pointer truncation from 'char (*)[7]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(31): warning C4311: 'type cast': pointer truncation from 'char (*)[8]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(22): warning C4311: 'type cast': pointer truncation from 'char (*)[9]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(29): warning C4311: 'type cast': pointer truncation from 'char (*)[10]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(57): warning C4311: 'type cast': pointer truncation from 'char (*)[11]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(23): warning C4311: 'type cast': pointer truncation from 'char (*)[13]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(37): warning C4311: 'type cast': pointer truncation from 'char (*)[14]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(34): warning C4311: 'type cast': pointer truncation from 'char (*)[8]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(46): warning C4311: 'type cast': pointer truncation from 'char (*)[9]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(33): warning C4311: 'type cast': pointer truncation from 'char (*)[10]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(54): warning C4311: 'type cast': pointer truncation from 'char (*)[11]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(52): warning C4311: 'type cast': pointer truncation from 'char (*)[12]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(60): warning C4311: 'type cast': pointer truncation from 'char (*)[13]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(41): warning C4311: 'type cast': pointer truncation from 'char (*)[8]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(36): warning C4311: 'type cast': pointer truncation from 'char (*)[9]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(24): warning C4311: 'type cast': pointer truncation from 'char (*)[6]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(45): warning C4311: 'type cast': pointer truncation from 'char (*)[6]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(63): warning C4311: 'type cast': pointer truncation from 'char (*)[15]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(43): warning C4311: 'type cast': pointer truncation from 'char (*)[4]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(42): warning C4311: 'type cast': pointer truncation from 'char (*)[9]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(55): warning C4311: 'type cast': pointer truncation from 'char (*)[9]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(51): warning C4311: 'type cast': pointer truncation from 'char (*)[5]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(32): warning C4311: 'type cast': pointer truncation from 'char (*)[10]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(18): warning C4311: 'type cast': pointer truncation from 'char (*)[7]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(62): warning C4311: 'type cast': pointer truncation from 'char (*)[5]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(59): warning C4311: 'type cast': pointer truncation from 'char (*)[9]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(56): warning C4311: 'type cast': pointer truncation from 'char (*)[15]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(19): warning C4311: 'type cast': pointer truncation from 'char (*)[11]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(35): warning C4311: 'type cast': pointer truncation from 'char (*)[15]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(49): warning C4311: 'type cast': pointer truncation from 'char (*)[7]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(40): warning C4311: 'type cast': pointer truncation from 'char (*)[11]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(28): warning C4311: 'type cast': pointer truncation from 'char (*)[7]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(50): warning C4311: 'type cast': pointer truncation from 'char (*)[8]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(26): warning C4311: 'type cast': pointer truncation from 'char (*)[6]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(47): warning C4311: 'type cast': pointer truncation from 'char (*)[10]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(48): warning C4311: 'type cast': pointer truncation from 'char (*)[11]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(44): warning C4311: 'type cast': pointer truncation from 'char (*)[5]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(20): warning C4311: 'type cast': pointer truncation from 'char (*)[6]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(58): warning C4311: 'type cast': pointer truncation from 'char (*)[10]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(30): warning C4311: 'type cast': pointer truncation from 'char (*)[8]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(39): warning C4311: 'type cast': pointer truncation from 'char (*)[6]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(21): warning C4311: 'type cast': pointer truncation from 'char (*)[10]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(53): warning C4311: 'type cast': pointer truncation from 'char (*)[11]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcobjshash.gperf(61): warning C4311: 'type cast': pointer truncation from 'char (*)[8]' to 'long' (compiling source file src\fcobjs.c) [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fcobjs.c(85): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fcobjs.c(96): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
fcxml.c | |
ftglue.c | |
src\fcserialize.c(142): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fcstat.c(354): warning C4013: 'close' undefined; assuming extern returning int [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fcstr.c(45): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fcstr.c(46): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fcstr.c(87): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fcstr.c(417): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fcstr.c(418): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fcstr.c(996): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fcstr.c(1066): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fcxml.c(1081): warning C4267: '+=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fcxml.c(1331): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fcxml.c(1332): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fcxml.c(3030): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fcxml.c(3173): warning C4013: 'read' undefined; assuming extern returning int [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
src\fcxml.c(3197): warning C4013: 'close' undefined; assuming extern returning int [C:\gtk-build\build\x64\fontconfig\fontconfig.vcxproj] | |
Creating library C:\gtk-build\build\x64\fontconfig\x64\Release\fontconfig.lib and object C:\gtk-build\build\x64\fontconfig\x64\Release\fontconfig.exp | |
fontconfig.vcxproj -> C:\gtk-build\build\x64\fontconfig\x64\Release\fontconfig.dll | |
1 file(s) copied. | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(392,5): warning MSB8028: The intermediate directory (x64\Release\) contains files shared from another project (fc-arch.vcxproj, fc-case.vcxproj, fc-glyphname.vcxproj, fc-lang.vcxproj, fontconfig.vcxproj). This can lead to incorrect clean and rebuild behavior. [C:\gtk-build\build\x64\fontconfig\fc-cat.vcxproj] | |
fc-cat.c | |
fc-cat\fc-cat.c(185): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\fontconfig\fc-cat.vcxproj] | |
fc-cat.vcxproj -> C:\gtk-build\build\x64\fontconfig\x64\Release\fc-cat.exe | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(392,5): warning MSB8028: The intermediate directory (x64\Release\) contains files shared from another project (fc-arch.vcxproj, fc-case.vcxproj, fc-cat.vcxproj, fc-glyphname.vcxproj, fc-lang.vcxproj, fontconfig.vcxproj). This can lead to incorrect clean and rebuild behavior. [C:\gtk-build\build\x64\fontconfig\fc-list.vcxproj] | |
fc-list.c | |
fc-list.vcxproj -> C:\gtk-build\build\x64\fontconfig\x64\Release\fc-list.exe | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(392,5): warning MSB8028: The intermediate directory (x64\Release\) contains files shared from another project (fc-arch.vcxproj, fc-case.vcxproj, fc-cat.vcxproj, fc-glyphname.vcxproj, fc-lang.vcxproj, fc-list.vcxproj, fontconfig.vcxproj). This can lead to incorrect clean and rebuild behavior. [C:\gtk-build\build\x64\fontconfig\fc-match.vcxproj] | |
fc-match.c | |
fc-match.vcxproj -> C:\gtk-build\build\x64\fontconfig\x64\Release\fc-match.exe | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(392,5): warning MSB8028: The intermediate directory (x64\Release\) contains files shared from another project (fc-arch.vcxproj, fc-case.vcxproj, fc-cat.vcxproj, fc-glyphname.vcxproj, fc-lang.vcxproj, fc-list.vcxproj, fc-match.vcxproj, fontconfig.vcxproj). This can lead to incorrect clean and rebuild behavior. [C:\gtk-build\build\x64\fontconfig\fc-query.vcxproj] | |
fc-query.c | |
fc-query.vcxproj -> C:\gtk-build\build\x64\fontconfig\x64\Release\fc-query.exe | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(392,5): warning MSB8028: The intermediate directory (x64\Release\) contains files shared from another project (fc-arch.vcxproj, fc-case.vcxproj, fc-cat.vcxproj, fc-glyphname.vcxproj, fc-lang.vcxproj, fc-list.vcxproj, fc-match.vcxproj, fc-query.vcxproj, fontconfig.vcxproj). This can lead to incorrect clean and rebuild behavior. [C:\gtk-build\build\x64\fontconfig\fc-scan.vcxproj] | |
fc-scan.c | |
fc-scan.vcxproj -> C:\gtk-build\build\x64\fontconfig\x64\Release\fc-scan.exe | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(392,5): warning MSB8028: The intermediate directory (x64\Release\) contains files shared from another project (fc-arch.vcxproj, fc-case.vcxproj, fc-cat.vcxproj, fc-glyphname.vcxproj, fc-lang.vcxproj, fc-list.vcxproj, fc-match.vcxproj, fc-query.vcxproj, fc-scan.vcxproj, fontconfig.vcxproj). This can lead to incorrect clean and rebuild behavior. [C:\gtk-build\build\x64\fontconfig\build.vcxproj] | |
pixman-filter.c | |
pixman.c | |
pixman-access.c | |
pixman-access-accessors.c | |
pixman-bits-image.c | |
pixman-combine32.c | |
pixman-combine-float.c | |
pixman-conical-gradient.c | |
pixman-x86.c | |
pixman-mips.c | |
pixman-arm.c | |
pixman-ppc.c | |
pixman-edge.c | |
pixman-edge-accessors.c | |
pixman-fast-path.c | |
pixman-glyph.c | |
pixman-general.c | |
pixman-gradient-walker.c | |
..\..\..\pixman\pixman-glyph.c(91): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\pixman\build\win32\vc14\pixman.vcxproj] | |
pixman-image.c | |
pixman-implementation.c | |
pixman-linear-gradient.c | |
pixman-matrix.c | |
pixman-mmx.c | |
..\..\..\pixman\pixman-implementation.c(367): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\pixman\build\win32\vc14\pixman.vcxproj] | |
pixman-noop.c | |
..\..\..\pixman\pixman-matrix.c(120): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\pixman\build\win32\vc14\pixman.vcxproj] | |
..\..\..\pixman\pixman-matrix.c(128): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\pixman\build\win32\vc14\pixman.vcxproj] | |
..\..\..\pixman\pixman-matrix.c(129): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\pixman\build\win32\vc14\pixman.vcxproj] | |
pixman-radial-gradient.c | |
pixman-region16.c | |
pixman-region32.c | |
pixman-solid-fill.c | |
pixman-sse2.c | |
pixman-timer.c | |
pixman-trap.c | |
pixman-utils.c | |
utils-prng.c | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1189,5): warning MSB8012: TargetPath(C:\gtk-build\build\x64\pixman\build\win32\vc14\release\x64\bin\pixman.dll) does not match the Linker's OutputFile property value (C:\gtk-build\build\x64\pixman\build\win32\vc14\release\x64\bin\pixman-1.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\pixman\build\win32\vc14\pixman.vcxproj] | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1191,5): warning MSB8012: TargetName(pixman) does not match the Linker's OutputFile property value (pixman-1). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\pixman\build\win32\vc14\pixman.vcxproj] | |
pixman.symbols | |
Creating library C:\gtk-build\build\x64\pixman\build\win32\vc14\release\x64\bin\pixman-1.lib and object C:\gtk-build\build\x64\pixman\build\win32\vc14\release\x64\bin\pixman-1.exp | |
Generating code | |
All 1251 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
pixman.vcxproj -> C:\gtk-build\build\x64\pixman\build\win32\vc14\release\x64\bin\pixman.dll | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1189,5): warning MSB8012: TargetPath(C:\gtk-build\build\x64\pixman\build\win32\vc14\release\x64\bin\pixman.dll) does not match the Linker's OutputFile property value (C:\gtk-build\build\x64\pixman\build\win32\vc14\release\x64\bin\pixman-1.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\pixman\build\win32\vc14\pixman.vcxproj] | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1191,5): warning MSB8012: TargetName(pixman) does not match the Linker's OutputFile property value (pixman-1). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\pixman\build\win32\vc14\pixman.vcxproj] | |
pixman.symbols | |
Creating library C:\gtk-build\build\x64\pixman\build\win32\vc14\release\x64\bin\pixman-1.lib and object C:\gtk-build\build\x64\pixman\build\win32\vc14\release\x64\bin\pixman-1.exp | |
Generating code | |
169 of 1251 functions (13.5%) were compiled, the rest were copied from previous compilation. | |
0 functions were new in current compilation | |
13 functions had inline decision re-evaluated but remain unchanged | |
Finished generating code | |
pixman.vcxproj -> C:\gtk-build\build\x64\pixman\build\win32\vc14\release\x64\bin\pixman.dll | |
A subdirectory or file ..\..\..\..\pixman-rel already exists. | |
C:\gtk-build\build\x64\pixman\build\win32\vc14\release\x64\bin\pixman-1.dll | |
1 file(s) copied. | |
C:\gtk-build\build\x64\pixman\build\win32\vc14\release\x64\bin\*.exe | |
The system cannot find the file specified. | |
0 file(s) copied. | |
C:\gtk-build\build\x64\pixman\build\win32\vc14\release\x64\bin\pixman.pdb | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
C:\gtk-build\build\x64\pixman\build\win32\vc14\release\x64\bin\pixman-1.lib | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
cairo.c | |
cairo-analysis-surface.c | |
cairo-arc.c | |
cairo-array.c | |
cairo-atomic.c | |
cairo-base64-stream.c | |
cairo-base85-stream.c | |
cairo-bentley-ottmann.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-base85-stream.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-base85-stream.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-array.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-array.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-analysis-surface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-analysis-surface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-arc.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-arc.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-base64-stream.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-base64-stream.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo.c(3224): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo.c(3389): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-atomic.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-atomic.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-bentley-ottmann-rectangular.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-bentley-ottmann.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-bentley-ottmann.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-bentley-ottmann-rectilinear.c | |
cairo-botor-scan-converter.c | |
cairo-boxes.c | |
cairo-boxes-intersect.c | |
cairo-cache.c | |
cairo-cff-subset.c | |
cairo-clip.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-bentley-ottmann-rectilinear.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-bentley-ottmann-rectilinear.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-botor-scan-converter.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-botor-scan-converter.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-bentley-ottmann-rectangular.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-bentley-ottmann-rectangular.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-boxes.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-boxes.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-boxes-intersect.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-boxes-intersect.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-cff-subset.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-cff-subset.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-cache.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-cache.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-cff-subset.c(308): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-clip-boxes.c | |
cairo-clip-polygon.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-clip.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-clip.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-cff-subset.c(1369): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-cff-subset.c(1376): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-cff-subset.c(1961): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-cff-subset.c(2048): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-clip-region.c | |
cairo-clip-surface.c | |
cairo-clip-tor-scan-converter.c | |
..\..\src\cairo-cff-subset.c(3263): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-color.c | |
cairo-composite-rectangles.c | |
cairo-compositor.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-clip-boxes.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-clip-boxes.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-clip-surface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-clip-polygon.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-clip-surface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-clip-polygon.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-clip-region.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-clip-region.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-clip-tor-scan-converter.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-clip-tor-scan-converter.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-color.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-color.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-contour.c | |
cairo-damage.c | |
cairo-debug.c | |
cairo-default-context.c | |
cairo-deflate-stream.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-composite-rectangles.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-composite-rectangles.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-compositor.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-compositor.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-device.c | |
cairo-error.c | |
cairo-fallback-compositor.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-debug.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-debug.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-damage.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-damage.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-contour.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-contour.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-default-context.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-default-context.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-deflate-stream.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-deflate-stream.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-device.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-device.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-fixed.c | |
cairo-font-face.c | |
cairo-font-face-twin.c | |
cairo-font-face-twin-data.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-error.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-fallback-compositor.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-error.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-fallback-compositor.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-font-options.c | |
cairo-freed-pool.c | |
cairo-freelist.c | |
cairo-ft-font.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-font-face-twin.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-fixed.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-font-face-twin.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-fixed.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-font-face.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-font-face-twin.c(221): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-font-face.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-font-face-twin-data.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-font-face-twin-data.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-font-options.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-font-options.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-freed-pool.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-freed-pool.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-gstate.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-freelist.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-freelist.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-hash.c | |
cairo-hull.c | |
cairo-image-compositor.c | |
cairo-image-info.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-ft-font.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-ft-font.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-image-source.c | |
..\..\src\cairo-ft-font.c(72): warning C4005: 'access': macro redefinition [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-compiler-private.h(199): note: see previous definition of 'access' (compiling source file ..\..\src\cairo-ft-font.c) | |
..\..\src\cairo-ft-font.c(386): warning C4311: 'type cast': pointer truncation from 'FT_Face' to 'unsigned long' [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-image-surface.c | |
..\..\src\cairo-ft-font.c(2495): warning C4101: 'face': unreferenced local variable [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-line.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-gstate.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-gstate.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-image-info.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-image-info.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-hull.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-hull.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-image-compositor.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-hash.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-image-compositor.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-hash.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-image-source.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-image-source.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-image-surface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-image-surface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-lzw.c | |
cairo-mask-compositor.c | |
cairo-matrix.c | |
..\..\src\cairo-image-surface.c(456): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-mesh-pattern-rasterizer.c | |
cairo-misc.c | |
cairo-mono-scan-converter.c | |
cairo-mutex.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-line.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-line.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-no-compositor.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-mask-compositor.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-mask-compositor.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-lzw.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-lzw.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-matrix.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-matrix.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-mesh-pattern-rasterizer.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-mesh-pattern-rasterizer.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-mono-scan-converter.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-mono-scan-converter.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-misc.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-misc.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-observer.c | |
cairo-output-stream.c | |
..\..\src\cairo-misc.c(892): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-mutex.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-mutex.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-paginated-surface.c | |
cairo-path.c | |
cairo-path-bounds.c | |
cairo-path-fill.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-no-compositor.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-no-compositor.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-path-fixed.c | |
cairo-path-in-fill.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-observer.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-observer.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-output-stream.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-output-stream.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-output-stream.c(267): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-output-stream.c(268): warning C4267: '+=': conversion from 'size_t' to 'unsigned long', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-output-stream.c(316): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-output-stream.c(369): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-paginated-surface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-paginated-surface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-path.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-path.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-path-stroke.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-path-bounds.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-path-bounds.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-path-fill.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-path-fill.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-path-stroke-boxes.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-path-fixed.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-path-fixed.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-path-stroke-polygon.c | |
cairo-path-stroke-traps.c | |
cairo-path-stroke-tristrip.c | |
cairo-pattern.c | |
cairo-pdf-operators.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-path-in-fill.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-path-in-fill.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-pdf-shading.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-path-stroke.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-path-stroke.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-path-stroke-boxes.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-path-stroke-boxes.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-path-stroke-traps.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-path-stroke-polygon.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-path-stroke-traps.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-path-stroke-polygon.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-path-stroke-tristrip.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-path-stroke-tristrip.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-pattern.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-pattern.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-pdf-surface.c | |
cairo-pen.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-pdf-operators.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-pdf-operators.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-png.c | |
cairo-polygon.c | |
cairo-polygon-intersect.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-pdf-shading.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-pdf-shading.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-polygon-reduce.c | |
cairo-ps-surface.c | |
cairo-raster-source-pattern.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-pdf-surface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-pdf-surface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-pen.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-pen.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-polygon.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-polygon.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-png.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-png.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-pdf-surface.c(4714): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-pdf-surface.c(4862): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-recording-surface.c | |
..\..\src\cairo-png.c(399): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-png.c(509): warning C4267: '-=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-png.c(526): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-polygon-intersect.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-polygon-intersect.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-rectangle.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-ps-surface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-ps-surface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-polygon-reduce.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-polygon-reduce.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-rectangular-scan-converter.c | |
..\..\src\cairo-ps-surface.c(189): warning C4101: 'ctime_buf': unreferenced local variable [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-region.c | |
..\..\src\cairo-ps-surface.c(846): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-raster-source-pattern.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-raster-source-pattern.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-rtree.c | |
cairo-scaled-font.c | |
cairo-scaled-font-subsets.c | |
cairo-script-surface.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-recording-surface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-recording-surface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-rectangle.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-rectangle.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-rectangular-scan-converter.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-rectangular-scan-converter.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-region.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-region.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-shape-mask-compositor.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-rtree.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-rtree.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-slope.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-scaled-font.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-scaled-font.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-spans.c | |
cairo-spans-compositor.c | |
..\..\src\cairo-scaled-font.c(480): warning C4312: 'type cast': conversion from 'unsigned long' to 'cairo_scaled_font_t *' of greater size [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-scaled-font.c(642): warning C4311: 'type cast': pointer truncation from 'cairo_font_face_t *' to 'unsigned long' [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-scaled-font.c(1985): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-scaled-font-subsets.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-scaled-font-subsets.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-scaled-font.c(2827): warning C4312: 'type cast': conversion from 'const unsigned long' to 'cairo_scaled_font_t *' of greater size [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-scaled-font.c(2855): warning C4311: 'type cast': pointer truncation from 'cairo_scaled_font_t *' to 'unsigned long' [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-spline.c | |
..\..\src\cairo-scaled-font-subsets.c(258): warning C4311: 'type cast': pointer truncation from 'cairo_scaled_font_t *' to 'unsigned long' [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-scaled-font-subsets.c(263): warning C4311: 'type cast': pointer truncation from 'cairo_font_face_t *' to 'unsigned long' [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-script-surface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-script-surface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-stroke-dash.c | |
cairo-stroke-style.c | |
..\..\src\cairo-script-surface.c(3028): warning C4312: 'type cast': conversion from 'unsigned long' to 'void *' of greater size [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-script-surface.c(3076): warning C4312: 'type cast': conversion from 'unsigned long' to 'void *' of greater size [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-script-surface.c(3243): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-script-surface.c(3376): warning C4311: 'type cast': pointer truncation from 'void *' to 'unsigned long' [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-script-surface.c(3447): warning C4311: 'type cast': pointer truncation from 'void *' to 'unsigned long' [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-script-surface.c(3456): warning C4311: 'type cast': pointer truncation from 'void *' to 'unsigned long' [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-script-surface.c(3820): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-surface.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-shape-mask-compositor.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-shape-mask-compositor.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-slope.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-slope.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-spans.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-spans.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-spans-compositor.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-spans-compositor.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-surface-clipper.c | |
cairo-surface-fallback.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-spline.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-spline.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-surface-observer.c | |
cairo-surface-offset.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-stroke-style.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-stroke-style.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-stroke-dash.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-stroke-dash.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-surface-snapshot.c | |
cairo-surface-subsurface.c | |
cairo-surface-wrapper.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-surface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-surface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-surface-clipper.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-surface-clipper.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-svg-surface.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-surface-fallback.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-surface-fallback.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-surface-observer.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-surface-observer.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-tee-surface.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-surface-offset.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-surface-offset.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-surface-snapshot.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-surface-snapshot.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-time.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-surface-subsurface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-surface-subsurface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-tor22-scan-converter.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-surface-wrapper.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-surface-wrapper.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-tor-scan-converter.c | |
cairo-toy-font-face.c | |
cairo-traps.c | |
cairo-traps-compositor.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-svg-surface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-svg-surface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-tee-surface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-tee-surface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-time.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-time.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-tristrip.c | |
cairo-truetype-subset.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-tor22-scan-converter.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-tor22-scan-converter.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-type1-fallback.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-tor-scan-converter.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-tor-scan-converter.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-toy-font-face.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-toy-font-face.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-traps.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-traps.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-type1-glyph-names.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-traps-compositor.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-traps-compositor.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-type1-subset.c | |
cairo-type3-glyph-surface.c | |
cairo-unicode.c | |
cairo-user-font.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-tristrip.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-tristrip.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-truetype-subset.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-truetype-subset.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-truetype-subset.c(306): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-truetype-subset.c(323): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-truetype-subset.c(1463): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-type1-fallback.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-type1-fallback.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-version.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-type1-glyph-names.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-wideint.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-type1-glyph-names.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-type1-subset.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-type1-subset.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-type1-subset.c(204): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-type1-subset.c(245): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-type3-glyph-surface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-type1-subset.c(315): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-type3-glyph-surface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-xml-surface.c | |
..\..\src\cairo-type1-subset.c(1152): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-type1-subset.c(1498): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-unicode.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-unicode.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-win32-debug.c | |
cairo-win32-device.c | |
cairo-win32-display-surface.c | |
cairo-win32-font.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-user-font.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-user-font.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-win32-gdi-compositor.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-version.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-version.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-wideint.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-wideint.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-wideint.c(722): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-wideint.c(789): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-wideint.c(838): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-wideint.c(844): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\cairo-wideint.c(848): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-xml-surface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\cairo-xml-surface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-win32-printing-surface.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\win32\cairo-win32-debug.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\win32\cairo-win32-debug.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
cairo-win32-system.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\win32\cairo-win32-device.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\win32\cairo-win32-device.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\win32\cairo-win32-display-surface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\win32\cairo-win32-display-surface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\win32\cairo-win32-device.c(107): warning C4996: 'GetVersionExW': was declared deprecated [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
C:\Program Files (x86)\Windows Kits\8.1\Include\um\sysinfoapi.h(442): note: see declaration of 'GetVersionExW' | |
cairo-win32-surface.c | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\win32\cairo-win32-font.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\win32\cairo-win32-font.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\win32\cairo-win32-display-surface.c(715): warning C4267: 'function': conversion from 'size_t' to 'DWORD', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
..\..\src\win32\cairo-win32-font.c(263): warning C4996: 'GetVersionExW': was declared deprecated [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
C:\Program Files (x86)\Windows Kits\8.1\Include\um\sysinfoapi.h(442): note: see declaration of 'GetVersionExW' | |
..\..\src\win32\cairo-win32-font.c(1950): warning C4267: 'function': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\win32\cairo-win32-gdi-compositor.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\win32\cairo-win32-gdi-compositor.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\win32\cairo-win32-printing-surface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\win32\cairo-win32-printing-surface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\win32\cairo-win32-system.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\win32\cairo-win32-system.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(195): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\win32\cairo-win32-surface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
c:\gtk-build\build\x64\cairo\src\cairo-wideint-private.h(199): warning C4146: unary minus operator applied to unsigned type, result still unsigned (compiling source file ..\..\src\win32\cairo-win32-surface.c) [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo.vcxproj] | |
Creating library C:\gtk-build\build\x64\cairo\msvc\vc14\Release_FC\x64\bin\cairo.lib and object C:\gtk-build\build\x64\cairo\msvc\vc14\Release_FC\x64\bin\cairo.exp | |
Generating code | |
All 3712 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
cairo.vcxproj -> C:\gtk-build\build\x64\cairo\msvc\vc14\Release_FC\x64\bin\cairo.dll | |
1 file(s) copied. | |
cairo-gobject-enums.c | |
cairo-gobject-structs.c | |
..\..\util\cairo-gobject\cairo-gobject-enums.c(12): warning C4273: 'cairo_gobject_status_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(98): note: see previous definition of 'cairo_gobject_status_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-enums.c) | |
..\..\util\cairo-gobject\cairo-gobject-structs.c(58): warning C4273: 'cairo_gobject_context_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(52): note: see previous definition of 'cairo_gobject_context_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-structs.c) | |
..\..\util\cairo-gobject\cairo-gobject-structs.c(60): warning C4273: 'cairo_gobject_device_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(56): note: see previous definition of 'cairo_gobject_device_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-structs.c) | |
..\..\util\cairo-gobject\cairo-gobject-structs.c(62): warning C4273: 'cairo_gobject_pattern_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(64): note: see previous definition of 'cairo_gobject_pattern_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-structs.c) | |
..\..\util\cairo-gobject\cairo-gobject-enums.c(65): warning C4273: 'cairo_gobject_content_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(102): note: see previous definition of 'cairo_gobject_content_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-enums.c) | |
..\..\util\cairo-gobject\cairo-gobject-structs.c(64): warning C4273: 'cairo_gobject_surface_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(68): note: see previous definition of 'cairo_gobject_surface_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-structs.c) | |
..\..\util\cairo-gobject\cairo-gobject-structs.c(66): warning C4273: 'cairo_gobject_scaled_font_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(76): note: see previous definition of 'cairo_gobject_scaled_font_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-structs.c) | |
..\..\util\cairo-gobject\cairo-gobject-enums.c(83): warning C4273: 'cairo_gobject_operator_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(106): note: see previous definition of 'cairo_gobject_operator_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-enums.c) | |
..\..\util\cairo-gobject\cairo-gobject-structs.c(68): warning C4273: 'cairo_gobject_font_face_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(80): note: see previous definition of 'cairo_gobject_font_face_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-structs.c) | |
..\..\util\cairo-gobject\cairo-gobject-structs.c(70): warning C4273: 'cairo_gobject_font_options_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(84): note: see previous definition of 'cairo_gobject_font_options_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-structs.c) | |
..\..\util\cairo-gobject\cairo-gobject-enums.c(127): warning C4273: 'cairo_gobject_antialias_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(110): note: see previous definition of 'cairo_gobject_antialias_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-enums.c) | |
..\..\util\cairo-gobject\cairo-gobject-structs.c(72): warning C4273: 'cairo_gobject_region_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(92): note: see previous definition of 'cairo_gobject_region_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-structs.c) | |
..\..\util\cairo-gobject\cairo-gobject-enums.c(152): warning C4273: 'cairo_gobject_fill_rule_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(114): note: see previous definition of 'cairo_gobject_fill_rule_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-enums.c) | |
..\..\util\cairo-gobject\cairo-gobject-structs.c(83): warning C4273: 'cairo_gobject_matrix_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(60): note: see previous definition of 'cairo_gobject_matrix_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-structs.c) | |
..\..\util\cairo-gobject\cairo-gobject-enums.c(169): warning C4273: 'cairo_gobject_line_cap_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(118): note: see previous definition of 'cairo_gobject_line_cap_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-enums.c) | |
..\..\util\cairo-gobject\cairo-gobject-structs.c(86): warning C4273: 'cairo_gobject_rectangle_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(72): note: see previous definition of 'cairo_gobject_rectangle_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-structs.c) | |
..\..\util\cairo-gobject\cairo-gobject-enums.c(187): warning C4273: 'cairo_gobject_line_join_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(122): note: see previous definition of 'cairo_gobject_line_join_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-enums.c) | |
..\..\util\cairo-gobject\cairo-gobject-structs.c(89): warning C4273: 'cairo_gobject_rectangle_int_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(88): note: see previous definition of 'cairo_gobject_rectangle_int_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-structs.c) | |
..\..\util\cairo-gobject\cairo-gobject-enums.c(205): warning C4273: 'cairo_gobject_text_cluster_flags_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(126): note: see previous definition of 'cairo_gobject_text_cluster_flags_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-enums.c) | |
..\..\util\cairo-gobject\cairo-gobject-enums.c(221): warning C4273: 'cairo_gobject_font_slant_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(130): note: see previous definition of 'cairo_gobject_font_slant_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-enums.c) | |
..\..\util\cairo-gobject\cairo-gobject-enums.c(239): warning C4273: 'cairo_gobject_font_weight_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(134): note: see previous definition of 'cairo_gobject_font_weight_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-enums.c) | |
..\..\util\cairo-gobject\cairo-gobject-enums.c(256): warning C4273: 'cairo_gobject_subpixel_order_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(138): note: see previous definition of 'cairo_gobject_subpixel_order_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-enums.c) | |
..\..\util\cairo-gobject\cairo-gobject-enums.c(276): warning C4273: 'cairo_gobject_hint_style_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(142): note: see previous definition of 'cairo_gobject_hint_style_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-enums.c) | |
..\..\util\cairo-gobject\cairo-gobject-enums.c(296): warning C4273: 'cairo_gobject_hint_metrics_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(148): note: see previous definition of 'cairo_gobject_hint_metrics_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-enums.c) | |
..\..\util\cairo-gobject\cairo-gobject-enums.c(314): warning C4273: 'cairo_gobject_font_type_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(152): note: see previous definition of 'cairo_gobject_font_type_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-enums.c) | |
..\..\util\cairo-gobject\cairo-gobject-enums.c(334): warning C4273: 'cairo_gobject_path_data_type_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(156): note: see previous definition of 'cairo_gobject_path_data_type_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-enums.c) | |
..\..\util\cairo-gobject\cairo-gobject-enums.c(353): warning C4273: 'cairo_gobject_device_type_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(160): note: see previous definition of 'cairo_gobject_device_type_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-enums.c) | |
..\..\util\cairo-gobject\cairo-gobject-enums.c(374): warning C4273: 'cairo_gobject_surface_type_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(164): note: see previous definition of 'cairo_gobject_surface_type_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-enums.c) | |
..\..\util\cairo-gobject\cairo-gobject-enums.c(412): warning C4273: 'cairo_gobject_format_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(168): note: see previous definition of 'cairo_gobject_format_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-enums.c) | |
..\..\util\cairo-gobject\cairo-gobject-enums.c(433): warning C4273: 'cairo_gobject_pattern_type_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(172): note: see previous definition of 'cairo_gobject_pattern_type_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-enums.c) | |
..\..\util\cairo-gobject\cairo-gobject-enums.c(453): warning C4273: 'cairo_gobject_extend_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(176): note: see previous definition of 'cairo_gobject_extend_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-enums.c) | |
..\..\util\cairo-gobject\cairo-gobject-enums.c(472): warning C4273: 'cairo_gobject_filter_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(180): note: see previous definition of 'cairo_gobject_filter_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-enums.c) | |
..\..\util\cairo-gobject\cairo-gobject-enums.c(493): warning C4273: 'cairo_gobject_region_overlap_get_type': inconsistent dll linkage [C:\gtk-build\build\x64\cairo\msvc\vc14\cairo-gobject.vcxproj] | |
c:\gtk-build\build\x64\cairo\util\cairo-gobject\cairo-gobject.h(184): note: see previous definition of 'cairo_gobject_region_overlap_get_type' (compiling source file ..\..\util\cairo-gobject\cairo-gobject-enums.c) | |
Creating library C:\gtk-build\build\x64\cairo\msvc\vc14\Release_FC\x64\bin\cairo-gobject.lib and object C:\gtk-build\build\x64\cairo\msvc\vc14\Release_FC\x64\bin\cairo-gobject.exp | |
Generating code | |
All 36 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
cairo-gobject.vcxproj -> C:\gtk-build\build\x64\cairo\msvc\vc14\Release_FC\x64\bin\cairo-gobject.dll | |
A subdirectory or file ..\..\..\cairo-rel already exists. | |
C:\gtk-build\build\x64\cairo\msvc\vc14\Release_FC\x64\bin\cairo-gobject.dll | |
C:\gtk-build\build\x64\cairo\msvc\vc14\Release_FC\x64\bin\cairo.dll | |
2 file(s) copied. | |
C:\gtk-build\build\x64\cairo\msvc\vc14\Release_FC\x64\bin\cairo-gobject.pdb | |
C:\gtk-build\build\x64\cairo\msvc\vc14\Release_FC\x64\bin\cairo.pdb | |
2 file(s) copied. | |
C:\gtk-build\build\x64\cairo\msvc\vc14\Release_FC\x64\include\cairo-deprecated.h | |
C:\gtk-build\build\x64\cairo\msvc\vc14\Release_FC\x64\include\cairo-features.h | |
C:\gtk-build\build\x64\cairo\msvc\vc14\Release_FC\x64\include\cairo-ft.h | |
C:\gtk-build\build\x64\cairo\msvc\vc14\Release_FC\x64\include\cairo-gobject.h | |
C:\gtk-build\build\x64\cairo\msvc\vc14\Release_FC\x64\include\cairo-pdf.h | |
C:\gtk-build\build\x64\cairo\msvc\vc14\Release_FC\x64\include\cairo-ps.h | |
C:\gtk-build\build\x64\cairo\msvc\vc14\Release_FC\x64\include\cairo-script.h | |
C:\gtk-build\build\x64\cairo\msvc\vc14\Release_FC\x64\include\cairo-svg.h | |
C:\gtk-build\build\x64\cairo\msvc\vc14\Release_FC\x64\include\cairo-tee.h | |
C:\gtk-build\build\x64\cairo\msvc\vc14\Release_FC\x64\include\cairo-version.h | |
C:\gtk-build\build\x64\cairo\msvc\vc14\Release_FC\x64\include\cairo-win32.h | |
C:\gtk-build\build\x64\cairo\msvc\vc14\Release_FC\x64\include\cairo-xml.h | |
C:\gtk-build\build\x64\cairo\msvc\vc14\Release_FC\x64\include\cairo.h | |
13 file(s) copied. | |
C:\gtk-build\build\x64\cairo\msvc\vc14\Release_FC\x64\bin\cairo-gobject.lib | |
C:\gtk-build\build\x64\cairo\msvc\vc14\Release_FC\x64\bin\cairo.lib | |
2 file(s) copied. | |
1 file(s) copied. | |
cl /MD /O2 /GL /MP /d2Zi+ /W3 /Zi /I.. /I..\src /I. /IC:\gtk-build\gtk\x64\include /DHAVE_FREETYPE=1 /DHAVE_GLIB=1 /DHAVE_CONFIG_H /FImsvc_recommended_pragmas.h /IC:\gtk-build\gtk\x64\include\glib-2.0 /IC:\gtk-build\gtk\x64\lib\glib-2.0\include /DHB_EXTERN="__declspec (dllexport) extern" /Forelease\x64\harfbuzz\ /c @C:\Users\Zoc\AppData\Local\Temp\nm2FA6.tmp | |
cl ..\src\hb-blob.cc ..\src\hb-buffer-serialize.cc ..\src\hb-buffer.cc ..\src\hb-common.cc ..\src\hb-face.cc ..\src\hb-font.cc ..\src\hb-ot-tag.cc ..\src\hb-set.cc ..\src\hb-shape.cc ..\src\hb-shape-plan.cc ..\src\hb-shaper.cc ..\src\hb-unicode.cc ..\src\hb-warning.cc ..\src\hb-fallback-shape.cc ..\src\hb-ot-font.cc ..\src\hb-ot-layout.cc ..\src\hb-ot-map.cc ..\src\hb-ot-shape.cc ..\src\hb-ot-shape-complex-arabic.cc ..\src\hb-ot-shape-complex-default.cc ..\src\hb-ot-shape-complex-hangul.cc ..\src\hb-ot-shape-complex-hebrew.cc ..\src\hb-ot-shape-complex-indic.cc ..\src\hb-ot-shape-complex-indic-table.cc ..\src\hb-ot-shape-complex-myanmar.cc ..\src\hb-ot-shape-complex-thai.cc ..\src\hb-ot-shape-complex-tibetan.cc ..\src\hb-ot-shape-complex-use.cc ..\src\hb-ot-shape-complex-use-table.cc ..\src\hb-ot-shape-normalize.cc ..\src\hb-ot-shape-fallback.cc ..\src\hb-uniscribe.cc ..\src\hb-ft.cc ..\src\hb-glib.cc | |
hb-blob.cc | |
cl ..\src\hb-blob.cc ..\src\hb-buffer-serialize.cc ..\src\hb-buffer.cc ..\src\hb-common.cc ..\src\hb-face.cc ..\src\hb-font.cc ..\src\hb-ot-tag.cc ..\src\hb-set.cc ..\src\hb-shape.cc ..\src\hb-shape-plan.cc ..\src\hb-shaper.cc ..\src\hb-unicode.cc ..\src\hb-warning.cc ..\src\hb-fallback-shape.cc ..\src\hb-ot-font.cc ..\src\hb-ot-layout.cc ..\src\hb-ot-map.cc ..\src\hb-ot-shape.cc ..\src\hb-ot-shape-complex-arabic.cc ..\src\hb-ot-shape-complex-default.cc ..\src\hb-ot-shape-complex-hangul.cc ..\src\hb-ot-shape-complex-hebrew.cc ..\src\hb-ot-shape-complex-indic.cc ..\src\hb-ot-shape-complex-indic-table.cc ..\src\hb-ot-shape-complex-myanmar.cc ..\src\hb-ot-shape-complex-thai.cc ..\src\hb-ot-shape-complex-tibetan.cc ..\src\hb-ot-shape-complex-use.cc ..\src\hb-ot-shape-complex-use-table.cc ..\src\hb-ot-shape-normalize.cc ..\src\hb-ot-shape-fallback.cc ..\src\hb-uniscribe.cc ..\src\hb-ft.cc ..\src\hb-glib.cc | |
cl ..\src\hb-blob.cc ..\src\hb-buffer-serialize.cc ..\src\hb-buffer.cc ..\src\hb-common.cc ..\src\hb-face.cc ..\src\hb-font.cc ..\src\hb-ot-tag.cc ..\src\hb-set.cc ..\src\hb-shape.cc ..\src\hb-shape-plan.cc ..\src\hb-shaper.cc ..\src\hb-unicode.cc ..\src\hb-warning.cc ..\src\hb-fallback-shape.cc ..\src\hb-ot-font.cc ..\src\hb-ot-layout.cc ..\src\hb-ot-map.cc ..\src\hb-ot-shape.cc ..\src\hb-ot-shape-complex-arabic.cc ..\src\hb-ot-shape-complex-default.cc ..\src\hb-ot-shape-complex-hangul.cc ..\src\hb-ot-shape-complex-hebrew.cc ..\src\hb-ot-shape-complex-indic.cc ..\src\hb-ot-shape-complex-indic-table.cc ..\src\hb-ot-shape-complex-myanmar.cc ..\src\hb-ot-shape-complex-thai.cc ..\src\hb-ot-shape-complex-tibetan.cc ..\src\hb-ot-shape-complex-use.cc ..\src\hb-ot-shape-complex-use-table.cc ..\src\hb-ot-shape-normalize.cc ..\src\hb-ot-shape-fallback.cc ..\src\hb-uniscribe.cc ..\src\hb-ft.cc ..\src\hb-glib.cc | |
cl ..\src\hb-blob.cc ..\src\hb-buffer-serialize.cc ..\src\hb-buffer.cc ..\src\hb-common.cc ..\src\hb-face.cc ..\src\hb-font.cc ..\src\hb-ot-tag.cc ..\src\hb-set.cc ..\src\hb-shape.cc ..\src\hb-shape-plan.cc ..\src\hb-shaper.cc ..\src\hb-unicode.cc ..\src\hb-warning.cc ..\src\hb-fallback-shape.cc ..\src\hb-ot-font.cc ..\src\hb-ot-layout.cc ..\src\hb-ot-map.cc ..\src\hb-ot-shape.cc ..\src\hb-ot-shape-complex-arabic.cc ..\src\hb-ot-shape-complex-default.cc ..\src\hb-ot-shape-complex-hangul.cc ..\src\hb-ot-shape-complex-hebrew.cc ..\src\hb-ot-shape-complex-indic.cc ..\src\hb-ot-shape-complex-indic-table.cc ..\src\hb-ot-shape-complex-myanmar.cc ..\src\hb-ot-shape-complex-thai.cc ..\src\hb-ot-shape-complex-tibetan.cc ..\src\hb-ot-shape-complex-use.cc ..\src\hb-ot-shape-complex-use-table.cc ..\src\hb-ot-shape-normalize.cc ..\src\hb-ot-shape-fallback.cc ..\src\hb-uniscribe.cc ..\src\hb-ft.cc ..\src\hb-glib.cc | |
cl ..\src\hb-blob.cc ..\src\hb-buffer-serialize.cc ..\src\hb-buffer.cc ..\src\hb-common.cc ..\src\hb-face.cc ..\src\hb-font.cc ..\src\hb-ot-tag.cc ..\src\hb-set.cc ..\src\hb-shape.cc ..\src\hb-shape-plan.cc ..\src\hb-shaper.cc ..\src\hb-unicode.cc ..\src\hb-warning.cc ..\src\hb-fallback-shape.cc ..\src\hb-ot-font.cc ..\src\hb-ot-layout.cc ..\src\hb-ot-map.cc ..\src\hb-ot-shape.cc ..\src\hb-ot-shape-complex-arabic.cc ..\src\hb-ot-shape-complex-default.cc ..\src\hb-ot-shape-complex-hangul.cc ..\src\hb-ot-shape-complex-hebrew.cc ..\src\hb-ot-shape-complex-indic.cc ..\src\hb-ot-shape-complex-indic-table.cc ..\src\hb-ot-shape-complex-myanmar.cc ..\src\hb-ot-shape-complex-thai.cc ..\src\hb-ot-shape-complex-tibetan.cc ..\src\hb-ot-shape-complex-use.cc ..\src\hb-ot-shape-complex-use-table.cc ..\src\hb-ot-shape-normalize.cc ..\src\hb-ot-shape-fallback.cc ..\src\hb-uniscribe.cc ..\src\hb-ft.cc ..\src\hb-glib.cc | |
hb-buffer-serialize.cc | |
cl ..\src\hb-blob.cc ..\src\hb-buffer-serialize.cc ..\src\hb-buffer.cc ..\src\hb-common.cc ..\src\hb-face.cc ..\src\hb-font.cc ..\src\hb-ot-tag.cc ..\src\hb-set.cc ..\src\hb-shape.cc ..\src\hb-shape-plan.cc ..\src\hb-shaper.cc ..\src\hb-unicode.cc ..\src\hb-warning.cc ..\src\hb-fallback-shape.cc ..\src\hb-ot-font.cc ..\src\hb-ot-layout.cc ..\src\hb-ot-map.cc ..\src\hb-ot-shape.cc ..\src\hb-ot-shape-complex-arabic.cc ..\src\hb-ot-shape-complex-default.cc ..\src\hb-ot-shape-complex-hangul.cc ..\src\hb-ot-shape-complex-hebrew.cc ..\src\hb-ot-shape-complex-indic.cc ..\src\hb-ot-shape-complex-indic-table.cc ..\src\hb-ot-shape-complex-myanmar.cc ..\src\hb-ot-shape-complex-thai.cc ..\src\hb-ot-shape-complex-tibetan.cc ..\src\hb-ot-shape-complex-use.cc ..\src\hb-ot-shape-complex-use-table.cc ..\src\hb-ot-shape-normalize.cc ..\src\hb-ot-shape-fallback.cc ..\src\hb-uniscribe.cc ..\src\hb-ft.cc ..\src\hb-glib.cc | |
cl ..\src\hb-blob.cc ..\src\hb-buffer-serialize.cc ..\src\hb-buffer.cc ..\src\hb-common.cc ..\src\hb-face.cc ..\src\hb-font.cc ..\src\hb-ot-tag.cc ..\src\hb-set.cc ..\src\hb-shape.cc ..\src\hb-shape-plan.cc ..\src\hb-shaper.cc ..\src\hb-unicode.cc ..\src\hb-warning.cc ..\src\hb-fallback-shape.cc ..\src\hb-ot-font.cc ..\src\hb-ot-layout.cc ..\src\hb-ot-map.cc ..\src\hb-ot-shape.cc ..\src\hb-ot-shape-complex-arabic.cc ..\src\hb-ot-shape-complex-default.cc ..\src\hb-ot-shape-complex-hangul.cc ..\src\hb-ot-shape-complex-hebrew.cc ..\src\hb-ot-shape-complex-indic.cc ..\src\hb-ot-shape-complex-indic-table.cc ..\src\hb-ot-shape-complex-myanmar.cc ..\src\hb-ot-shape-complex-thai.cc ..\src\hb-ot-shape-complex-tibetan.cc ..\src\hb-ot-shape-complex-use.cc ..\src\hb-ot-shape-complex-use-table.cc ..\src\hb-ot-shape-normalize.cc ..\src\hb-ot-shape-fallback.cc ..\src\hb-uniscribe.cc ..\src\hb-ft.cc ..\src\hb-glib.cc | |
hb-buffer.cc | |
hb-common.cc | |
hb-face.cc | |
hb-font.cc | |
hb-ot-tag.cc | |
cl ..\src\hb-blob.cc ..\src\hb-buffer-serialize.cc ..\src\hb-buffer.cc ..\src\hb-common.cc ..\src\hb-face.cc ..\src\hb-font.cc ..\src\hb-ot-tag.cc ..\src\hb-set.cc ..\src\hb-shape.cc ..\src\hb-shape-plan.cc ..\src\hb-shaper.cc ..\src\hb-unicode.cc ..\src\hb-warning.cc ..\src\hb-fallback-shape.cc ..\src\hb-ot-font.cc ..\src\hb-ot-layout.cc ..\src\hb-ot-map.cc ..\src\hb-ot-shape.cc ..\src\hb-ot-shape-complex-arabic.cc ..\src\hb-ot-shape-complex-default.cc ..\src\hb-ot-shape-complex-hangul.cc ..\src\hb-ot-shape-complex-hebrew.cc ..\src\hb-ot-shape-complex-indic.cc ..\src\hb-ot-shape-complex-indic-table.cc ..\src\hb-ot-shape-complex-myanmar.cc ..\src\hb-ot-shape-complex-thai.cc ..\src\hb-ot-shape-complex-tibetan.cc ..\src\hb-ot-shape-complex-use.cc ..\src\hb-ot-shape-complex-use-table.cc ..\src\hb-ot-shape-normalize.cc ..\src\hb-ot-shape-fallback.cc ..\src\hb-uniscribe.cc ..\src\hb-ft.cc ..\src\hb-glib.cc | |
hb-set.cc | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-common.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-font.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-buffer.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-blob.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-set.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-tag.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-buffer-serialize.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-face.cc) | |
..\src\hb-ot-tag.cc(850): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data | |
..\src\hb-ot-tag.cc(853): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data | |
..\src\hb-ot-tag.cc(861): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data | |
hb-shape.cc | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-shape.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(285): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-font.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-utf-private.hh(126): warning C4267: 'return': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-buffer.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(483): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-font.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(285): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-face.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(483): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-face.cc) | |
..\src\hb-buffer-serialize.cc(424): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(572): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-font.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(578): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-font.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(584): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-font.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(590): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-font.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(591): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-font.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(592): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-font.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(598): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-font.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(599): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-font.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(600): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-font.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(606): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-font.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(607): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-font.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(608): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-font.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(572): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-face.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(578): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-face.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(584): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-face.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(590): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-face.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(591): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-face.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(592): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-face.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(598): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-face.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(599): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-face.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(600): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-face.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(606): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-face.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(607): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-face.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(608): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-face.cc) | |
hb-shape-plan.cc | |
hb-shaper.cc | |
hb-unicode.cc | |
hb-warning.cc | |
hb-fallback-shape.cc | |
hb-ot-font.cc | |
hb-ot-layout.cc | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-shape-plan.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-shaper.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-unicode.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-warning.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-fallback-shape.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(285): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-shape.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(483): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-shape.cc) | |
..\src\hb-shape.cc(232): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-layout.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-font.cc) | |
hb-ot-map.cc | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-map.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(285): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-shape-plan.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(483): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-shape-plan.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(285): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-fallback-shape.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(483): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-fallback-shape.cc) | |
hb-ot-shape.cc | |
hb-ot-shape-complex-arabic.cc | |
hb-ot-shape-complex-default.cc | |
hb-ot-shape-complex-hangul.cc | |
hb-ot-shape-complex-hebrew.cc | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(285): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-layout.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(285): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-font.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(483): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-layout.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(483): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-font.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(572): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-layout.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(578): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-layout.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(584): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-layout.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(590): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-layout.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(591): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-layout.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(592): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-layout.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(598): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-layout.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(599): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-layout.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(600): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-layout.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(606): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-layout.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(607): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-layout.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(608): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-layout.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-arabic.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-default.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-hangul.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-hebrew.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(285): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-map.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(483): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-map.cc) | |
hb-ot-shape-complex-indic.cc | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(572): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-map.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(578): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-map.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(584): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-map.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(590): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-map.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(591): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-map.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(592): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-map.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(598): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-map.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(599): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-map.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(600): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-map.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(606): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-map.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(607): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-map.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(608): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-map.cc) | |
hb-ot-shape-complex-indic-table.cc | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-indic.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(285): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-shape.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(483): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-shape.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(572): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(578): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(584): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(590): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(591): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(592): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(598): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(599): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(600): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(606): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(285): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-arabic.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(607): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(608): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(483): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-arabic.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(285): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-default.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(483): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-default.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(285): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-hangul.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(572): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-arabic.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(578): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-arabic.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(584): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-arabic.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(590): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-arabic.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(591): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-arabic.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(592): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-arabic.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(483): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-hangul.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(598): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-arabic.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(599): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-arabic.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(600): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-arabic.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(606): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-arabic.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(572): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-default.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(607): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-arabic.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(578): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-default.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(608): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-arabic.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(584): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-default.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(590): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-default.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(591): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-default.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(592): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-default.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(598): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-default.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(599): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-default.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(600): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-default.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(606): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-default.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(607): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-default.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(608): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-default.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(572): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-hangul.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(578): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-hangul.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(584): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-hangul.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(590): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-hangul.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(591): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-hangul.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(592): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-hangul.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(598): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-hangul.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(599): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-hangul.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(600): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-hangul.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(606): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-hangul.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(607): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-hangul.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(608): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-hangul.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-indic-table.cc) | |
..\src\hb-ot-shape-complex-hangul.cc(135): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data | |
..\src\hb-ot-shape-complex-hangul.cc(405): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(285): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-hebrew.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(483): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-hebrew.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(572): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-hebrew.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(578): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-hebrew.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(584): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-hebrew.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(590): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-hebrew.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(591): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-hebrew.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(592): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-hebrew.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(598): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-hebrew.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(599): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-hebrew.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(600): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-hebrew.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(606): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-hebrew.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(607): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-hebrew.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(608): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-hebrew.cc) | |
hb-ot-shape-complex-myanmar.cc | |
hb-ot-shape-complex-thai.cc | |
hb-ot-shape-complex-tibetan.cc | |
hb-ot-shape-complex-use.cc | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-myanmar.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-thai.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-tibetan.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(285): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-indic.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(483): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-indic.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(572): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-indic.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(578): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-indic.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(584): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-indic.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(590): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-indic.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(591): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-indic.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(592): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-indic.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(598): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-indic.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(599): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-indic.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(600): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-indic.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(606): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-indic.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(607): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-indic.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(608): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-indic.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-use.cc) | |
..\src\hb-ot-shape-complex-arabic.cc(357): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data | |
..\src\hb-ot-shape-complex-arabic.cc(605): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data | |
..\src\hb-ot-shape-complex-indic.cc(619): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data | |
..\src\hb-ot-shape-complex-indic.cc(620): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data | |
..\src\hb-ot-shape-complex-indic.cc(1713): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data | |
..\src\hb-ot-shape-complex-indic.cc(1714): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(285): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-indic-table.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(483): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-indic-table.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(572): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-indic-table.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(578): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-indic-table.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(584): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-indic-table.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(590): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-indic-table.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(591): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-indic-table.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(592): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-indic-table.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(598): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-indic-table.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(599): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-indic-table.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(600): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-indic-table.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(606): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-indic-table.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(607): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-indic-table.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(608): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-indic-table.cc) | |
hb-ot-shape-complex-use-table.cc | |
hb-ot-shape-normalize.cc | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-use-table.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-normalize.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(285): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-myanmar.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(483): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-myanmar.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(285): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-thai.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(483): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-thai.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(285): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-tibetan.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(483): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-tibetan.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(572): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-myanmar.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(578): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-myanmar.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(584): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-myanmar.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(590): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-myanmar.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(591): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-myanmar.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(592): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-myanmar.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(572): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-thai.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(598): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-myanmar.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(578): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-thai.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(599): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-myanmar.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(584): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-thai.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(600): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-myanmar.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(590): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-thai.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(606): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-myanmar.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(591): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-thai.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(607): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-myanmar.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(592): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-thai.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(608): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-myanmar.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(598): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-thai.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(599): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-thai.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(600): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-thai.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(606): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-thai.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(607): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-thai.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(608): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-thai.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(572): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-tibetan.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(578): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-tibetan.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(584): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-tibetan.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(590): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-tibetan.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(591): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-tibetan.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(592): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-tibetan.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(598): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-tibetan.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(599): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-tibetan.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(600): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-tibetan.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(606): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-tibetan.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(607): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-tibetan.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(608): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-tibetan.cc) | |
..\src\hb-ot-shape-complex-myanmar.cc(277): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data | |
..\src\hb-ot-shape-complex-myanmar.cc(278): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data | |
..\src\hb-ot-shape-complex-myanmar.cc(499): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data | |
..\src\hb-ot-shape-complex-myanmar.cc(500): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(285): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-use.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(483): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-use.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(572): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-use.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(578): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-use.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(584): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-use.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(590): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-use.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(591): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-use.cc) | |
hb-ot-shape-fallback.cc | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(592): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-use.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(598): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-use.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(599): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-use.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(600): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-use.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(606): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-use.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(607): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-use.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(608): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-use.cc) | |
..\src\hb-ot-shape-complex-use.cc(254): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data | |
..\src\hb-ot-shape-complex-use.cc(556): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data | |
hb-uniscribe.cc | |
hb-ft.cc | |
hb-glib.cc | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-fallback.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ft.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-uniscribe.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-glib.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(285): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-shape-normalize.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(483): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-shape-normalize.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(285): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-use-table.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(483): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-use-table.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(572): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-normalize.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(578): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-normalize.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(584): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-normalize.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(590): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-normalize.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(591): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-normalize.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(592): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-normalize.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(598): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-normalize.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(599): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-normalize.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(600): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-normalize.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(606): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-normalize.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(607): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-normalize.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(608): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-normalize.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(572): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-use-table.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(578): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-use-table.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(584): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-use-table.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(590): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-use-table.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(591): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-use-table.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(592): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-use-table.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(598): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-use-table.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(599): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-use-table.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(600): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-use-table.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(606): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-use-table.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(607): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-use-table.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(608): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-complex-use-table.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(285): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-shape-fallback.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(483): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ot-shape-fallback.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(285): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ft.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(285): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-uniscribe.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(483): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-ft.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-font-private.hh(483): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data (compiling source file ..\src\hb-uniscribe.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(572): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-fallback.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(578): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-fallback.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(584): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-fallback.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(590): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-fallback.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(591): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-fallback.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(592): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-fallback.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(598): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-fallback.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(599): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-fallback.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(600): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-fallback.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(606): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-fallback.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(607): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-fallback.cc) | |
c:\gtk-build\build\x64\harfbuzz\src\hb-ot-layout-private.hh(608): warning C4267: 'argument': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\src\hb-ot-shape-fallback.cc) | |
..\src\hb-uniscribe.cc(498): warning C4146: unary minus operator applied to unsigned type, result still unsigned | |
..\src\hb-uniscribe.cc(701): warning C4312: 'reinterpret_cast': conversion from 'unsigned int' to 'OPENTYPE_FEATURE_RECORD *' of greater size | |
..\src\hb-uniscribe.cc(855): warning C4018: '<': signed/unsigned mismatch | |
link /DLL /machine:x64 /libpath:C:\gtk-build\gtk\x64\lib /DEBUG /opt:ref /LTCG usp10.lib gdi32.lib rpcrt4.lib user32.lib freetype.lib glib-2.0.lib /implib:release\x64\harfbuzz.lib -out:release\x64\harfbuzz.dll @C:\Users\Zoc\AppData\Local\Temp\nm364E.tmp | |
Microsoft (R) Incremental Linker Version 14.00.23918.0 | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
release\x64\harfbuzz\hb-blob.obj release\x64\harfbuzz\hb-buffer-serialize.obj release\x64\harfbuzz\hb-buffer.obj release\x64\harfbuzz\hb-common.obj release\x64\harfbuzz\hb-face.obj release\x64\harfbuzz\hb-font.obj release\x64\harfbuzz\hb-ot-tag.obj release\x64\harfbuzz\hb-set.obj release\x64\harfbuzz\hb-shape.obj release\x64\harfbuzz\hb-shape-plan.obj release\x64\harfbuzz\hb-shaper.obj release\x64\harfbuzz\hb-unicode.obj release\x64\harfbuzz\hb-warning.obj release\x64\harfbuzz\hb-fallback-shape.obj release\x64\harfbuzz\hb-ot-font.obj release\x64\harfbuzz\hb-ot-layout.obj release\x64\harfbuzz\hb-ot-map.obj release\x64\harfbuzz\hb-ot-shape.obj release\x64\harfbuzz\hb-ot-shape-complex-arabic.obj release\x64\harfbuzz\hb-ot-shape-complex-default.obj release\x64\harfbuzz\hb-ot-shape-complex-hangul.obj release\x64\harfbuzz\hb-ot-shape-complex-hebrew.obj release\x64\harfbuzz\hb-ot-shape-complex-indic.obj release\x64\harfbuzz\hb-ot-shape-complex-indic-table.obj release\x64\harfbuzz\hb-ot-shape-complex-myanmar.obj release\x64\harfbuzz\hb-ot-shape-complex-thai.obj release\x64\harfbuzz\hb-ot-shape-complex-tibetan.obj release\x64\harfbuzz\hb-ot-shape-complex-use.obj release\x64\harfbuzz\hb-ot-shape-complex-use-table.obj release\x64\harfbuzz\hb-ot-shape-normalize.obj release\x64\harfbuzz\hb-ot-shape-fallback.obj release\x64\harfbuzz\hb-uniscribe.obj release\x64\harfbuzz\hb-ft.obj release\x64\harfbuzz\hb-glib.obj | |
Creating library release\x64\harfbuzz.lib and object release\x64\harfbuzz.exp | |
Generating code | |
Finished generating code | |
C:\Perl\bin\perl.exe C:\gtk-build\gtk\x64\bin\glib-mkenums --identifier-prefix hb_ --symbol-prefix hb_gobject --template ..\src\hb-gobject-enums.cc.tmpl ..\src\hb.h ..\src\hb-blob.h ..\src\hb-buffer.h ..\src\hb-common.h ..\src\hb-deprecated.h ..\src\hb-face.h ..\src\hb-font.h ..\src\hb-set.h ..\src\hb-shape.h ..\src\hb-shape-plan.h ..\src\hb-unicode.h ..\src\hb-version.h ..\src\hb-ot.h ..\src\hb-ot-font.h ..\src\hb-ot-layout.h ..\src\hb-ot-shape.h ..\src\hb-ot-tag.h ..\src\hb-uniscribe.h ..\src\hb-ft.h ..\src\hb-glib.h > release\x64\harfbuzz-gobject\hb-gobject-enums.cc | |
C:\Perl\bin\perl.exe -p -i.tmp1 -e "s/_t_get_type/_get_type/g" release\x64\harfbuzz-gobject\hb-gobject-enums.cc | |
C:\Perl\bin\perl.exe -p -i.tmp2 -e "s/_T \(/ (/g" release\x64\harfbuzz-gobject\hb-gobject-enums.cc | |
C:\Perl\bin\perl.exe C:\gtk-build\gtk\x64\bin\glib-mkenums --identifier-prefix hb_ --symbol-prefix hb_gobject --template ..\src\hb-gobject-enums.h.tmpl ..\src\hb.h ..\src\hb-blob.h ..\src\hb-buffer.h ..\src\hb-common.h ..\src\hb-deprecated.h ..\src\hb-face.h ..\src\hb-font.h ..\src\hb-set.h ..\src\hb-shape.h ..\src\hb-shape-plan.h ..\src\hb-unicode.h ..\src\hb-version.h ..\src\hb-ot.h ..\src\hb-ot-font.h ..\src\hb-ot-layout.h ..\src\hb-ot-shape.h ..\src\hb-ot-tag.h ..\src\hb-uniscribe.h ..\src\hb-ft.h ..\src\hb-glib.h > release\x64\harfbuzz-gobject\hb-gobject-enums.h | |
C:\Perl\bin\perl.exe -p -i.tmp1 -e "s/_t_get_type/_get_type/g" release\x64\harfbuzz-gobject\hb-gobject-enums.h | |
C:\Perl\bin\perl.exe -p -i.tmp2 -e "s/_T \(/ (/g" release\x64\harfbuzz-gobject\hb-gobject-enums.h | |
cl /MD /O2 /GL /MP /d2Zi+ /W3 /Zi /I.. /I..\src /I. /IC:\gtk-build\gtk\x64\include /DHAVE_FREETYPE=1 /DHAVE_GLIB=1 /DHAVE_CONFIG_H /FImsvc_recommended_pragmas.h /IC:\gtk-build\gtk\x64\include\glib-2.0 /IC:\gtk-build\gtk\x64\lib\glib-2.0\include /DHB_EXTERN="__declspec (dllexport) extern" /Irelease\x64\harfbuzz-gobject /Forelease\x64\harfbuzz-gobject\ /c @C:\Users\Zoc\AppData\Local\Temp\nm3EFA.tmp | |
hb-gobject-structs.cc | |
c:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data | |
cl /MD /O2 /GL /MP /d2Zi+ /W3 /Zi /I.. /I..\src /I. /IC:\gtk-build\gtk\x64\include /DHAVE_FREETYPE=1 /DHAVE_GLIB=1 /DHAVE_CONFIG_H /FImsvc_recommended_pragmas.h /IC:\gtk-build\gtk\x64\include\glib-2.0 /IC:\gtk-build\gtk\x64\lib\glib-2.0\include /DHB_EXTERN="__declspec (dllexport) extern" /Irelease\x64\harfbuzz-gobject /Forelease\x64\harfbuzz-gobject\ /c @C:\Users\Zoc\AppData\Local\Temp\nm3F68.tmp | |
hb-gobject-enums.cc | |
C:\gtk-build\build\x64\harfbuzz\src\hb-private.hh(643): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data | |
link /DLL /machine:x64 /libpath:C:\gtk-build\gtk\x64\lib /DEBUG /opt:ref /LTCG release\x64\harfbuzz.lib gobject-2.0.lib glib-2.0.lib /implib:release\x64\harfbuzz-gobject.lib -out:release\x64\harfbuzz-gobject.dll @C:\Users\Zoc\AppData\Local\Temp\nm3FE6.tmp | |
Microsoft (R) Incremental Linker Version 14.00.23918.0 | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
release\x64\harfbuzz-gobject\hb-gobject-structs.obj release\x64\harfbuzz-gobject\hb-gobject-enums.obj | |
Creating library release\x64\harfbuzz-gobject.lib and object release\x64\harfbuzz-gobject.exp | |
Generating code | |
Finished generating code | |
cl /MD /O2 /GL /MP /d2Zi+ /W3 /Zi /I.. /I..\src /I. /IC:\gtk-build\gtk\x64\include /DHAVE_FREETYPE=1 /DHAVE_GLIB=1 /DHAVE_CONFIG_H /FImsvc_recommended_pragmas.h /IC:\gtk-build\gtk\x64\include\glib-2.0 /IC:\gtk-build\gtk\x64\lib\glib-2.0\include /Forelease\x64\util\ /c @C:\Users\Zoc\AppData\Local\Temp\nm4064.tmp | |
cl ..\util\hb-shape.cc ..\util\options.cc | |
cl ..\util\hb-shape.cc ..\util\options.cc | |
hb-shape.cc | |
options.cc | |
c:\gtk-build\build\x64\harfbuzz\util\options.hh(223): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\util\options.cc) | |
c:\gtk-build\build\x64\harfbuzz\util\options.hh(223): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data (compiling source file ..\util\hb-shape.cc) | |
..\util\options.cc(606): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data | |
..\util\options.cc(649): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data | |
link /machine:x64 /libpath:C:\gtk-build\gtk\x64\lib /DEBUG /opt:ref /LTCG release\x64\harfbuzz.lib glib-2.0.lib -out:release\x64\hb-shape.exe @C:\Users\Zoc\AppData\Local\Temp\nm4130.tmp | |
Microsoft (R) Incremental Linker Version 14.00.23918.0 | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
release\x64\util\hb-shape.obj release\x64\util\options.obj | |
Generating code | |
Finished generating code | |
cl /MD /O2 /GL /MP /d2Zi+ /W3 /Zi /I.. /I..\src /I. /IC:\gtk-build\gtk\x64\include /DHAVE_FREETYPE=1 /DHAVE_GLIB=1 /DHAVE_CONFIG_H /FImsvc_recommended_pragmas.h /IC:\gtk-build\gtk\x64\include\glib-2.0 /IC:\gtk-build\gtk\x64\lib\glib-2.0\include /Forelease\x64\util\ /c @C:\Users\Zoc\AppData\Local\Temp\nm41FC.tmp | |
hb-ot-shape-closure.cc | |
c:\gtk-build\build\x64\harfbuzz\util\options.hh(223): warning C4267: 'initializing': conversion from 'size_t' to 'unsigned int', possible loss of data | |
link /machine:x64 /libpath:C:\gtk-build\gtk\x64\lib /DEBUG /opt:ref /LTCG release\x64\harfbuzz.lib glib-2.0.lib -out:release\x64\hb-ot-shape-closure.exe @C:\Users\Zoc\AppData\Local\Temp\nm429A.tmp | |
Microsoft (R) Incremental Linker Version 14.00.23918.0 | |
Copyright (C) Microsoft Corporation. All rights reserved. | |
release\x64\util\hb-ot-shape-closure.obj release\x64\util\options.obj | |
Generating code | |
Finished generating code | |
================================== | |
Configuration for HarfBuzz Library | |
================================== | |
Unicode Implementation: GLib | |
Enabled Features: Uniscribe Fallback OT GLib FreeType | |
---------------- | |
Other build info | |
---------------- | |
Built Libraries: HarfBuzz HarfBuzz-GObject | |
Built Tools: hb-shape.exe hb-ot-shape-closure.exe | |
Introspection: no | |
================================== | |
Configuration for HarfBuzz Library | |
================================== | |
Unicode Implementation: GLib | |
Enabled Features: Uniscribe Fallback OT GLib FreeType | |
---------------- | |
Other build info | |
---------------- | |
Built Libraries: HarfBuzz HarfBuzz-GObject | |
Built Tools: hb-shape.exe hb-ot-shape-closure.exe | |
Introspection: no | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
Copying config.h from config.h.win32... | |
1 file(s) copied. | |
break-arabic.c | |
break-indic.c | |
fribidi.c | |
fribidi_char_type.c | |
fribidi_types.c | |
break.c | |
ellipsize.c | |
fonts.c | |
..\..\..\pango\mini-fribidi\fribidi.c(366): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
glyphstring.c | |
modules.c | |
pango-attributes.c | |
..\..\..\pango\ellipsize.c(278): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
..\..\..\pango\ellipsize.c(369): warning C4267: 'function': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
..\..\..\pango\break.c(1666): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
..\..\..\pango\break.c(1746): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
pango-bidi-type.c | |
..\..\..\pango\fonts.c(980): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
..\..\..\pango\fonts.c(1133): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
..\..\..\pango\fonts.c(1239): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
..\..\..\pango\fonts.c(1327): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
pango-color.c | |
pango-context.c | |
pango-coverage.c | |
pango-engine.c | |
..\..\..\pango\pango-bidi-type.c(151): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
pango-fontmap.c | |
pango-fontset.c | |
pango-glyph-item.c | |
pango-gravity.c | |
..\..\..\pango\pango-color.c(253): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
..\..\..\pango\pango-color.c(254): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
..\..\..\pango\pango-color.c(255): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
..\..\..\pango\pango-color.c(256): warning C4267: 'function': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
..\..\..\pango\pango-color.c(261): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
..\..\..\pango\pango-color.c(279): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
..\..\..\pango\pango-context.c(1717): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
pango-item.c | |
pango-language.c | |
pango-layout.c | |
pango-markup.c | |
pango-matrix.c | |
pango-renderer.c | |
pango-script.c | |
pango-tabs.c | |
..\..\..\pango\pango-language.c(352): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
..\..\..\pango\pango-language.c(443): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
..\..\..\pango\pango-language.c(446): warning C4267: '=': conversion from 'size_t' to 'unsigned int', possible loss of data [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(61): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(67): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(73): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(79): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(85): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(91): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(97): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(103): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(109): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(115): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(121): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(127): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(133): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(139): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(145): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(151): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(156): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
pango-utils.c | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(162): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(168): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(174): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(180): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(186): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(191): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(197): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(203): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(209): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(215): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(221): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
..\..\..\pango\pango-layout.c(365): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(227): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(233): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(239): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(245): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(251): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(257): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(263): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(269): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(275): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(281): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(287): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(293): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(298): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(303): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(309): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
..\..\..\pango\pango-layout.c(1104): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(315): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(321): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(327): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(333): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(339): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(344): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(350): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(356): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(362): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(368): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(374): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(380): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(386): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(392): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(398): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(403): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(409): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(415): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(420): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(426): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(432): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(438): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(444): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(450): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(456): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(462): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(468): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(474): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(480): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(486): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(492): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(497): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(503): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(509): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(515): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(529): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(535): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(541): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(547): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(553): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(559): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(565): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(571): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(577): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(583): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(589): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(594): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(600): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(606): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(612): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(618): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(624): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(630): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(636): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
c:\gtk-build\build\x64\pango\pango\pango-language-sample-table.h(642): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' (compiling source file ..\..\..\pango\pango-language.c) [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
..\..\..\pango\pango-markup.c(655): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
..\..\..\pango\pango-markup.c(955): warning C4996: 'pango_scan_int': was declared deprecated [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
C:\gtk-build\build\x64\pango\pango/pango-utils.h(48): note: see declaration of 'pango_scan_int' | |
..\..\..\pango\pango-markup.c(1040): warning C4996: 'pango_scan_int': was declared deprecated [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
C:\gtk-build\build\x64\pango\pango/pango-utils.h(48): note: see declaration of 'pango_scan_int' | |
..\..\..\pango\pango-markup.c(1090): warning C4996: 'pango_parse_enum': was declared deprecated [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
C:\gtk-build\build\x64\pango\pango/pango-utils.h(63): note: see declaration of 'pango_parse_enum' | |
..\..\..\pango\pango-markup.c(1264): warning C4996: 'pango_scan_int': was declared deprecated [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
C:\gtk-build\build\x64\pango\pango/pango-utils.h(48): note: see declaration of 'pango_scan_int' | |
reorder-items.c | |
shape.c | |
pango-enum-types.c | |
..\..\..\pango\shape.c(101): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
..\..\..\pango\shape.c(109): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
..\..\..\pango\pango-utils.c(175): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
..\..\..\pango\pango-utils.c(205): warning C4996: 'pango_trim_string': was declared deprecated [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
..\..\..\pango\pango-utils.c(166): note: see declaration of 'pango_trim_string' | |
..\..\..\pango\pango-utils.c(605): warning C4090: 'function': different 'const' qualifiers [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
..\..\..\pango\pango-utils.c(613): warning C4090: 'function': different 'const' qualifiers [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
..\..\..\pango\pango-utils.c(634): warning C4090: 'function': different 'const' qualifiers [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
..\..\..\pango\pango-utils.c(642): warning C4090: 'function': different 'const' qualifiers [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1189,5): warning MSB8012: TargetPath(C:\gtk-build\build\x64\pango\build\win32\vs14\Release\x64\bin\pango.dll) does not match the Linker's OutputFile property value (C:\gtk-build\build\x64\pango\build\win32\vs14\Release\x64\bin\pango-1.0.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1191,5): warning MSB8012: TargetName(pango) does not match the Linker's OutputFile property value (pango-1.0). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\pango\build\win32\vs14\pango.vcxproj] | |
Creating library C:\gtk-build\build\x64\pango\build\win32\vs14\Release\x64\bin\pango-1.0.lib and object C:\gtk-build\build\x64\pango\build\win32\vs14\Release\x64\bin\pango-1.0.exp | |
Generating code | |
All 742 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
pango.vcxproj -> C:\gtk-build\build\x64\pango\build\win32\vs14\Release\x64\bin\pango.dll | |
pangofc-font.c | |
pangofc-fontmap.c | |
pangofc-decoder.c | |
pangofc-shape.c | |
pangoft2.c | |
pangoft2-fontmap.c | |
pangoft2-render.c | |
pango-ot-buffer.c | |
..\..\..\pango\pangoft2-render.c(224): warning C4996: 'pango_ft2_font_get_face': is deprecated. Use 'pango_fc_font_lock_face' instead [C:\gtk-build\build\x64\pango\build\win32\vs14\pangoft2.vcxproj] | |
C:\gtk-build\build\x64\pango\pango/pangoft2.h(125): note: see declaration of 'pango_ft2_font_get_face'..\..\..\pango\pangoft2.c(113): warning C4133: 'function': incompatible types - from 'PangoFontMap *' to 'PangoFcFontMap *' | |
..\..\..\pango\pangoft2.c(436): warning C4996: 'pango_ft2_font_get_face': is deprecated. Use 'pango_fc_font_lock_face' instead [C:\gtk-build\build\x64\pango\build\win32\vs14\pangoft2.vcxproj] | |
..\..\..\pango\pangoft2.c(177): note: see declaration of 'pango_ft2_font_get_face' | |
..\..\..\pango\pangoft2.c(512): warning C4996: 'pango_ft2_font_get_face': is deprecated. Use 'pango_fc_font_lock_face' instead [C:\gtk-build\build\x64\pango\build\win32\vs14\pangoft2.vcxproj] | |
..\..\..\pango\pangoft2.c(177): note: see declaration of 'pango_ft2_font_get_face' | |
pango-ot-info.c | |
pango-ot-ruleset.c | |
pango-ot-tag.c | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1189,5): warning MSB8012: TargetPath(C:\gtk-build\build\x64\pango\build\win32\vs14\Release_FC\x64\bin\pangoft2.dll) does not match the Linker's OutputFile property value (C:\gtk-build\build\x64\pango\build\win32\vs14\Release_FC\x64\bin\pangoft2-1.0.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\pango\build\win32\vs14\pangoft2.vcxproj] | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1191,5): warning MSB8012: TargetName(pangoft2) does not match the Linker's OutputFile property value (pangoft2-1.0). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\pango\build\win32\vs14\pangoft2.vcxproj] | |
LINK : warning LNK4075: ignoring '/INCREMENTAL' due to '/LTCG' specification [C:\gtk-build\build\x64\pango\build\win32\vs14\pangoft2.vcxproj] | |
Creating library C:\gtk-build\build\x64\pango\build\win32\vs14\Release_FC\x64\bin\pangoft2-1.0.lib and object C:\gtk-build\build\x64\pango\build\win32\vs14\Release_FC\x64\bin\pangoft2-1.0.exp | |
Generating code | |
All 268 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
pangoft2.vcxproj -> C:\gtk-build\build\x64\pango\build\win32\vs14\Release_FC\x64\bin\pangoft2.dll | |
pangowin32.c | |
pangowin32-fontcache.c | |
pangowin32-fontmap.c | |
pangowin32-shape.c | |
..\..\..\pango\pangowin32.c(166): warning C4996: 'GetVersionExA': was declared deprecated [C:\gtk-build\build\x64\pango\build\win32\vs14\pangowin32.vcxproj] | |
C:\Program Files (x86)\Windows Kits\8.1\Include\um\sysinfoapi.h(433): note: see declaration of 'GetVersionExA' | |
..\..\..\pango\pangowin32-fontmap.c(369): warning C4996: 'pango_skip_space': was declared deprecated [C:\gtk-build\build\x64\pango\build\win32\vs14\pangowin32.vcxproj] | |
C:\gtk-build\build\x64\pango\pango/pango-utils.h(40): note: see declaration of 'pango_skip_space' | |
..\..\..\pango\pangowin32-fontmap.c(372): warning C4996: 'pango_scan_string': was declared deprecated [C:\gtk-build\build\x64\pango\build\win32\vs14\pangowin32.vcxproj] | |
C:\gtk-build\build\x64\pango\pango/pango-utils.h(45): note: see declaration of 'pango_scan_string' | |
..\..\..\pango\pangowin32-fontmap.c(373): warning C4996: 'pango_skip_space': was declared deprecated [C:\gtk-build\build\x64\pango\build\win32\vs14\pangowin32.vcxproj] | |
C:\gtk-build\build\x64\pango\pango/pango-utils.h(40): note: see declaration of 'pango_skip_space' | |
..\..\..\pango\pangowin32-fontmap.c(391): warning C4996: 'pango_scan_string': was declared deprecated [C:\gtk-build\build\x64\pango\build\win32\vs14\pangowin32.vcxproj] | |
C:\gtk-build\build\x64\pango\pango/pango-utils.h(45): note: see declaration of 'pango_scan_string' | |
..\..\..\pango\pangowin32-fontmap.c(396): warning C4996: 'pango_skip_space': was declared deprecated [C:\gtk-build\build\x64\pango\build\win32\vs14\pangowin32.vcxproj] | |
C:\gtk-build\build\x64\pango\pango/pango-utils.h(40): note: see declaration of 'pango_skip_space' | |
..\..\..\pango\pangowin32-fontmap.c(1024): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\pango\build\win32\vs14\pangowin32.vcxproj] | |
..\..\..\pango\pangowin32-shape.c(477): warning C4311: 'type cast': pointer truncation from 'HFONT' to 'gint32' [C:\gtk-build\build\x64\pango\build\win32\vs14\pangowin32.vcxproj] | |
..\..\..\pango\pangowin32-fontmap.c(1207): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\pango\build\win32\vs14\pangowin32.vcxproj] | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1189,5): warning MSB8012: TargetPath(C:\gtk-build\build\x64\pango\build\win32\vs14\Release\x64\bin\pangowin32.dll) does not match the Linker's OutputFile property value (C:\gtk-build\build\x64\pango\build\win32\vs14\Release\x64\bin\pangowin32-1.0.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\pango\build\win32\vs14\pangowin32.vcxproj] | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1191,5): warning MSB8012: TargetName(pangowin32) does not match the Linker's OutputFile property value (pangowin32-1.0). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\pango\build\win32\vs14\pangowin32.vcxproj] | |
Creating library C:\gtk-build\build\x64\pango\build\win32\vs14\Release\x64\bin\pangowin32-1.0.lib and object C:\gtk-build\build\x64\pango\build\win32\vs14\Release\x64\bin\pangowin32-1.0.exp | |
Generating code | |
All 144 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
pangowin32.vcxproj -> C:\gtk-build\build\x64\pango\build\win32\vs14\Release\x64\bin\pangowin32.dll | |
pangocairo-fcfont.c | |
pangocairo-fcfontmap.c | |
pangocairo-win32font.c | |
pangocairo-win32fontmap.c | |
pangocairo-context.c | |
pangocairo-font.c | |
pangocairo-fontmap.c | |
pangocairo-render.c | |
..\..\..\pango\pangocairo-fcfont.c(80): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\pango\build\win32\vs14\pangocairo.vcxproj] | |
..\..\..\pango\pangocairo-win32font.c(67): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\pango\build\win32\vs14\pangocairo.vcxproj] | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1189,5): warning MSB8012: TargetPath(C:\gtk-build\build\x64\pango\build\win32\vs14\Release_FC\x64\bin\pangocairo.dll) does not match the Linker's OutputFile property value (C:\gtk-build\build\x64\pango\build\win32\vs14\Release_FC\x64\bin\pangocairo-1.0.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\pango\build\win32\vs14\pangocairo.vcxproj] | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1191,5): warning MSB8012: TargetName(pangocairo) does not match the Linker's OutputFile property value (pangocairo-1.0). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\pango\build\win32\vs14\pangocairo.vcxproj] | |
Creating library C:\gtk-build\build\x64\pango\build\win32\vs14\Release_FC\x64\bin\pangocairo-1.0.lib and object C:\gtk-build\build\x64\pango\build\win32\vs14\Release_FC\x64\bin\pangocairo-1.0.exp | |
Generating code | |
All 140 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
pangocairo.vcxproj -> C:\gtk-build\build\x64\pango\build\win32\vs14\Release_FC\x64\bin\pangocairo.dll | |
Installing Build Results... | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
C:\gtk-build\build\x64\pango\build\win32\vs14\\Release\x64\bin\pango-1.0.dll | |
C:\gtk-build\build\x64\pango\build\win32\vs14\\Release\x64\bin\pangowin32-1.0.dll | |
2 file(s) copied. | |
C:\gtk-build\build\x64\pango\build\win32\vs14\\Release\x64\bin\pango-1.0.pdb | |
C:\gtk-build\build\x64\pango\build\win32\vs14\\Release\x64\bin\pangowin32-1.0.pdb | |
2 file(s) copied. | |
C:\gtk-build\build\x64\pango\build\win32\vs14\\Release\x64\bin\pango-1.0.lib | |
C:\gtk-build\build\x64\pango\build\win32\vs14\\Release\x64\bin\pangowin32-1.0.lib | |
2 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
(Stripping trailing CRs from patch; use --binary to disable.) | |
patching file src/dispatch_common.h | |
(Stripping trailing CRs from patch; use --binary to disable.) | |
patching file src/gen_dispatch.py | |
Copying config.h... | |
1 file(s) copied. | |
Generating Dispatch Sources... | |
dispatch_common.c | |
dispatch_wgl.c | |
gl_generated_dispatch.c | |
wgl_generated_dispatch.c | |
C:\Program Files (x86)\Windows Kits\8.1\Include\shared\minwindef.h(130): warning C4005: 'APIENTRY': macro redefinition (compiling source file ..\..\..\src\dispatch_wgl.c) [C:\gtk-build\build\x64\libepoxy\build\win32\vs14\epoxy.vcxproj] | |
C:\gtk-build\build\x64\libepoxy\include\epoxy/gl.h(62): note: see previous definition of 'APIENTRY' (compiling source file ..\..\..\src\dispatch_wgl.c) | |
C:\Program Files (x86)\Windows Kits\8.1\Include\shared\minwindef.h(130): warning C4005: 'APIENTRY': macro redefinition (compiling source file ..\..\..\src\gl_generated_dispatch.c) [C:\gtk-build\build\x64\libepoxy\build\win32\vs14\epoxy.vcxproj] | |
C:\gtk-build\build\x64\libepoxy\include\epoxy/gl.h(62): note: see previous definition of 'APIENTRY' (compiling source file ..\..\..\src\gl_generated_dispatch.c) | |
C:\Program Files (x86)\Windows Kits\8.1\Include\shared\minwindef.h(130): warning C4005: 'APIENTRY': macro redefinition (compiling source file ..\..\..\src\wgl_generated_dispatch.c) [C:\gtk-build\build\x64\libepoxy\build\win32\vs14\epoxy.vcxproj] | |
C:\gtk-build\build\x64\libepoxy\include\epoxy/gl.h(62): note: see previous definition of 'APIENTRY' (compiling source file ..\..\..\src\wgl_generated_dispatch.c) | |
..\..\..\src\dispatch_common.c(351): warning C4267: 'initializing': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\libepoxy\build\win32\vs14\epoxy.vcxproj] | |
..\..\..\src\wgl_generated_dispatch.c(1429): warning C4098: 'epoxy_wglBlitContextFramebufferAMD_global_rewrite_ptr': 'void' function returning a value [C:\gtk-build\build\x64\libepoxy\build\win32\vs14\epoxy.vcxproj] | |
..\..\..\src\wgl_generated_dispatch.c(1429): warning C4098: 'epoxy_wglBlitContextFramebufferAMD_dispatch_table_rewrite_ptr': 'void' function returning a value [C:\gtk-build\build\x64\libepoxy\build\win32\vs14\epoxy.vcxproj] | |
..\..\..\src\wgl_generated_dispatch.c(1429): warning C4098: 'epoxy_wglBlitContextFramebufferAMD_dispatch_table_thunk': 'void' function returning a value [C:\gtk-build\build\x64\libepoxy\build\win32\vs14\epoxy.vcxproj] | |
..\..\..\src\wgl_generated_dispatch.c(1455): warning C4098: 'epoxy_wglDeleteBufferRegionARB_global_rewrite_ptr': 'void' function returning a value [C:\gtk-build\build\x64\libepoxy\build\win32\vs14\epoxy.vcxproj] | |
..\..\..\src\wgl_generated_dispatch.c(1455): warning C4098: 'epoxy_wglDeleteBufferRegionARB_dispatch_table_rewrite_ptr': 'void' function returning a value [C:\gtk-build\build\x64\libepoxy\build\win32\vs14\epoxy.vcxproj] | |
..\..\..\src\wgl_generated_dispatch.c(1455): warning C4098: 'epoxy_wglDeleteBufferRegionARB_dispatch_table_thunk': 'void' function returning a value [C:\gtk-build\build\x64\libepoxy\build\win32\vs14\epoxy.vcxproj] | |
..\..\..\src\wgl_generated_dispatch.c(1459): warning C4098: 'epoxy_wglDestroyDisplayColorTableEXT_global_rewrite_ptr': 'void' function returning a value [C:\gtk-build\build\x64\libepoxy\build\win32\vs14\epoxy.vcxproj] | |
..\..\..\src\wgl_generated_dispatch.c(1459): warning C4098: 'epoxy_wglDestroyDisplayColorTableEXT_dispatch_table_rewrite_ptr': 'void' function returning a value [C:\gtk-build\build\x64\libepoxy\build\win32\vs14\epoxy.vcxproj] | |
..\..\..\src\wgl_generated_dispatch.c(1459): warning C4098: 'epoxy_wglDestroyDisplayColorTableEXT_dispatch_table_thunk': 'void' function returning a value [C:\gtk-build\build\x64\libepoxy\build\win32\vs14\epoxy.vcxproj] | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1189,5): warning MSB8012: TargetPath(C:\gtk-build\build\x64\libepoxy\build\win32\vs14\Release\x64\bin\epoxy.dll) does not match the Linker's OutputFile property value (C:\gtk-build\build\x64\libepoxy\build\win32\vs14\Release\x64\bin\epoxy-0.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\libepoxy\build\win32\vs14\epoxy.vcxproj] | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1191,5): warning MSB8012: TargetName(epoxy) does not match the Linker's OutputFile property value (epoxy-0). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\libepoxy\build\win32\vs14\epoxy.vcxproj] | |
Creating library C:\gtk-build\build\x64\libepoxy\build\win32\vs14\Release\x64\bin\epoxy.lib and object C:\gtk-build\build\x64\libepoxy\build\win32\vs14\Release\x64\bin\epoxy.exp | |
Generating code | |
Finished generating code | |
epoxy.vcxproj -> C:\gtk-build\build\x64\libepoxy\build\win32\vs14\Release\x64\bin\epoxy.dll | |
wgl_common.c | |
wgl_common.vcxproj -> C:\gtk-build\build\x64\libepoxy\build\win32\vs14\Release\x64\bin\wgl_common.lib | |
wgl_usefontbitmaps.c | |
..\..\..\test\wgl_usefontbitmaps.c(51): warning C4267: 'function': conversion from 'size_t' to 'GLsizei', possible loss of data [C:\gtk-build\build\x64\libepoxy\build\win32\vs14\wgl_usefontbitmaps.vcxproj] | |
..\..\..\test\wgl_usefontbitmaps.c(60): warning C4267: 'function': conversion from 'size_t' to 'GLsizei', possible loss of data [C:\gtk-build\build\x64\libepoxy\build\win32\vs14\wgl_usefontbitmaps.vcxproj] | |
Generating code | |
All 8 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
wgl_usefontbitmaps.vcxproj -> C:\gtk-build\build\x64\libepoxy\build\win32\vs14\Release\x64\bin\wgl_usefontbitmaps.exe | |
wgl_per_context_funcptrs.c | |
Creating library C:\gtk-build\build\x64\libepoxy\build\win32\vs14\Release\x64\bin\wgl_per_context_funcptrs.lib and object C:\gtk-build\build\x64\libepoxy\build\win32\vs14\Release\x64\bin\wgl_per_context_funcptrs.exp | |
Generating code | |
All 13 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
wgl_per_context_funcptrs.vcxproj -> C:\gtk-build\build\x64\libepoxy\build\win32\vs14\Release\x64\bin\wgl_per_context_funcptrs.exe | |
wgl_core_and_exts.c | |
Generating code | |
All 9 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
wgl_core_and_exts.vcxproj -> C:\gtk-build\build\x64\libepoxy\build\win32\vs14\Release\x64\bin\wgl_core_and_exts.exe | |
headerguards.c | |
Generating code | |
All 1 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
headerguards.vcxproj -> C:\gtk-build\build\x64\libepoxy\build\win32\vs14\Release\x64\bin\headerguards.exe | |
miscdefines.c | |
Generating code | |
All 1 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
miscdefines.vcxproj -> C:\gtk-build\build\x64\libepoxy\build\win32\vs14\Release\x64\bin\miscdefines.exe | |
Installing Build Results... | |
A subdirectory or file ..\..\..\..\libepoxy-rel already exists. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
1 file(s) copied. | |
Copying config.h from config.h.win32... | |
1 file(s) copied. | |
Copying gdkconfig from gdkconfig.win32... | |
Could Not Find C:\gtk-build\build\x64\gtk3\MSVC_Debug | |
1 file(s) copied. | |
1 file(s) copied. | |
Copying demos.h from demos.h.win32... | |
1 file(s) copied. | |
gdkcursor-win32.c | |
gdkdevicemanager-win32.c | |
gdkdevice-virtual.c | |
gdkdevice-win32.c | |
gdkdevice-wintab.c | |
gdkdisplay-win32.c | |
gdkdisplaymanager-win32.c | |
gdkdnd-win32.c | |
gdkevents-win32.c | |
gdkgeometry-win32.c | |
gdkglcontext-win32.c | |
gdkglobals-win32.c | |
gdkkeys-win32.c | |
gdkmain-win32.c | |
gdkproperty-win32.c | |
gdkscreen-win32.c | |
..\..\..\gdk\win32\gdkevents-win32.c(467): warning C4996: 'gdk_display_get_device_manager': is deprecated. Use 'gdk_display_get_default_seat' instead [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk3-win32.vcxproj] | |
C:\gtk-build\build\x64\gtk3\gdk/gdkdisplay.h(170): note: see declaration of 'gdk_display_get_device_manager' | |
..\..\..\gdk\win32\gdkevents-win32.c(1119): warning C4996: 'gdk_display_get_device_manager': is deprecated. Use 'gdk_display_get_default_seat' instead [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk3-win32.vcxproj] | |
C:\gtk-build\build\x64\gtk3\gdk/gdkdisplay.h(170): note: see declaration of 'gdk_display_get_device_manager' | |
..\..\..\gdk\win32\gdkevents-win32.c(1696): warning C4996: 'gdk_display_get_device_manager': is deprecated. Use 'gdk_display_get_default_seat' instead [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk3-win32.vcxproj] | |
C:\gtk-build\build\x64\gtk3\gdk/gdkdisplay.h(170): note: see declaration of 'gdk_display_get_device_manager' | |
..\..\..\gdk\win32\gdkevents-win32.c(2126): warning C4090: '=': different '__unaligned' qualifiers [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk3-win32.vcxproj] | |
..\..\..\gdk\win32\gdkevents-win32.c(2136): warning C4996: 'gdk_display_get_device_manager': is deprecated. Use 'gdk_display_get_default_seat' instead [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk3-win32.vcxproj] | |
C:\gtk-build\build\x64\gtk3\gdk/gdkdisplay.h(170): note: see declaration of 'gdk_display_get_device_manager' | |
..\..\..\gdk\win32\gdkevents-win32.c(3031): warning C4996: 'gdk_device_manager_get_client_pointer': was declared deprecated [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk3-win32.vcxproj] | |
C:\gtk-build\build\x64\gtk3\gdk/gdkdevicemanager.h(44): note: see declaration of 'gdk_device_manager_get_client_pointer' | |
..\..\..\gdk\win32\gdkevents-win32.c(3035): warning C4996: 'gdk_device_ungrab': is deprecated. Use 'gdk_seat_ungrab' instead [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk3-win32.vcxproj] | |
C:\gtk-build\build\x64\gtk3\gdk/gdkdevice.h(259): note: see declaration of 'gdk_device_ungrab' | |
..\..\..\gdk\win32\gdkevents-win32.c(3399): warning C4996: 'gdk_device_manager_get_client_pointer': was declared deprecated [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk3-win32.vcxproj] | |
C:\gtk-build\build\x64\gtk3\gdk/gdkdevicemanager.h(44): note: see declaration of 'gdk_device_manager_get_client_pointer' | |
..\..\..\gdk\win32\gdkevents-win32.c(3400): warning C4996: 'gdk_device_ungrab': is deprecated. Use 'gdk_seat_ungrab' instead [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk3-win32.vcxproj] | |
C:\gtk-build\build\x64\gtk3\gdk/gdkdevice.h(259): note: see declaration of 'gdk_device_ungrab' | |
gdkselection-win32.c | |
gdktestutils-win32.c | |
gdkwin32id.c | |
gdkwindow-win32.c | |
..\..\..\gdk\win32\gdkproperty-win32.c(421): warning C4996: 'GetVersionExA': was declared deprecated [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk3-win32.vcxproj] | |
C:\Program Files (x86)\Windows Kits\8.1\Include\um\sysinfoapi.h(433): note: see declaration of 'GetVersionExA' | |
..\..\..\gdk\win32\gdkselection-win32.c(560): warning C4267: 'function': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk3-win32.vcxproj] | |
..\..\..\gdk\win32\gdkselection-win32.c(1095): warning C4267: 'function': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk3-win32.vcxproj] | |
..\..\..\gdk\win32\gdkwindow-win32.c(3032): warning C4996: 'gdk_device_grab': is deprecated. Use 'gdk_seat_grab' instead [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk3-win32.vcxproj] | |
C:\gtk-build\build\x64\gtk3\gdk/gdkdevice.h(250): note: see declaration of 'gdk_device_grab' | |
..\..\..\gdk\win32\gdkwindow-win32.c(3065): warning C4996: 'gdk_device_ungrab': is deprecated. Use 'gdk_seat_ungrab' instead [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk3-win32.vcxproj] | |
C:\gtk-build\build\x64\gtk3\gdk/gdkdevice.h(259): note: see declaration of 'gdk_device_ungrab' | |
gdk3-win32.vcxproj -> C:\gtk-build\build\x64\gtk3\build\win32\vs14\Release\x64\bin\gdk3-win32.lib | |
gdkcolor.c | |
gdk-private.c | |
gdk.c | |
gdkapplaunchcontext.c | |
gdkcairo.c | |
gdkcursor.c | |
gdkdeprecated.c | |
gdkdevice.c | |
gdkdevicemanager.c | |
..\..\..\gdk\gdkdevice.c(919): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
..\..\..\gdk\gdkdevice.c(951): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
..\..\..\gdk\gdkdevice.c(1218): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
..\..\..\gdk\gdkdevice.c(1258): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
..\..\..\gdk\gdkdevice.c(1304): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
gdkdisplay.c | |
gdkdisplaymanager.c | |
gdkdnd.c | |
gdkevents.c | |
gdkframetimings.c | |
gdkgl.c | |
..\..\..\gdk\gdkdevicemanager.c(200): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
gdkglcontext.c | |
..\..\..\gdk\gdkdevicemanager.c(219): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
..\..\..\gdk\gdkdevicemanager.c(245): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
gdkglobals.c | |
gdkkeys.c | |
..\..\..\gdk\gdkdisplay.c(169): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
..\..\..\gdk\gdkdisplay.c(188): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
..\..\..\gdk\gdkdnd.c(289): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
..\..\..\gdk\gdkdnd.c(311): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
..\..\..\gdk\gdkdnd.c(334): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
..\..\..\gdk\gdkdnd.c(356): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
gdkkeyuni.c | |
..\..\..\gdk\gdkkeys.c(139): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
..\..\..\gdk\gdkkeys.c(157): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
..\..\..\gdk\gdkkeys.c(177): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
gdkoffscreenwindow.c | |
gdkframeclock.c | |
gdkframeclockidle.c | |
gdkpango.c | |
gdkpixbuf-drawable.c | |
gdkproperty.c | |
gdkrectangle.c | |
gdkrgba.c | |
gdkscreen.c | |
..\..\..\gdk\gdkdisplaymanager.c(159): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
gdkseat.c | |
..\..\..\gdk\gdkproperty.c(251): warning C4018: '>=': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
gdkseatdefault.c | |
gdkselection.c | |
gdkvisual.c | |
gdkwindow.c | |
..\..\..\gdk\gdkscreen.c(120): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
..\..\..\gdk\gdkscreen.c(139): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
..\..\..\gdk\gdkscreen.c(161): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
..\..\..\gdk\gdkseat.c(123): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
..\..\..\gdk\gdkseat.c(143): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
gdkwindowimpl.c | |
gdkenumtypes.c | |
gdkmarshalers.c | |
gdkkeynames.c | |
..\..\..\gdk\gdkwindow.c(376): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
..\..\..\gdk\gdkwindow.c(405): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
..\..\..\gdk\gdkwindow.c(436): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
..\..\..\gdk\gdkwindow.c(471): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
..\..\..\gdk\gdkwindow.c(8786): warning C4133: 'function': incompatible types - from 'guint *' to 'GdkModifierType *' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
..\..\..\gdk\gdkwindow.c(9087): warning C4133: 'function': incompatible types - from 'guint *' to 'GdkModifierType *' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
..\..\..\gdk\gdkwindow.c(9170): warning C4133: 'function': incompatible types - from 'GdkEventMask *' to 'guint *' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
..\..\..\gdk\gdkwindow.c(9362): warning C4133: 'function': incompatible types - from 'guint *' to 'GdkModifierType *' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
..\..\..\gdk\gdkwindow.c(9376): warning C4133: 'function': incompatible types - from 'GdkEventMask *' to 'guint *' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
..\..\..\gdk\gdkwindow.c(9656): warning C4133: 'function': incompatible types - from 'guint32 *' to 'GdkModifierType *' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1189,5): warning MSB8012: TargetPath(C:\gtk-build\build\x64\gtk3\build\win32\vs14\Release\x64\bin\gdk-3.dll) does not match the Linker's OutputFile property value (C:\gtk-build\build\x64\gtk3\build\win32\vs14\Release\x64\bin\gdk-3-3.0.dll). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\Microsoft.CppBuild.targets(1191,5): warning MSB8012: TargetName(gdk-3) does not match the Linker's OutputFile property value (gdk-3-3.0). This may cause your project to build incorrectly. To correct this, please make sure that $(OutDir), $(TargetName) and $(TargetExt) property values match the value specified in %(Link.OutputFile). [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gdk-3.vcxproj] | |
Creating library C:\gtk-build\build\x64\gtk3\build\win32\vs14\Release\x64\bin\gdk-3.0.lib and object C:\gtk-build\build\x64\gtk3\build\win32\vs14\Release\x64\bin\gdk-3.0.exp | |
Generating code | |
All 1536 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
gdk-3.vcxproj -> C:\gtk-build\build\x64\gtk3\build\win32\vs14\Release\x64\bin\gdk-3.dll | |
Generating GTK+ DBus Sources... | |
Copying GTK+ Win32 Version Resource... | |
1 file(s) copied. | |
Generating GTK+ Win32 Manifest... | |
gtkaccessibility.c | |
gtkaccessibilitymisc.c | |
gtkaccessibilityutil.c | |
gtkarrowaccessible.c | |
gtkbooleancellaccessible.c | |
gtkbuttonaccessible.c | |
gtkcellaccessible.c | |
gtkcellaccessibleparent.c | |
gtkcheckmenuitemaccessible.c | |
gtkcolorswatchaccessible.c | |
gtkcomboboxaccessible.c | |
gtkcontaineraccessible.c | |
gtkcontainercellaccessible.c | |
gtkentryaccessible.c | |
gtkexpanderaccessible.c | |
gtkflowboxaccessible.c | |
gtkflowboxchildaccessible.c | |
gtkframeaccessible.c | |
gtkiconviewaccessible.c | |
gtkimageaccessible.c | |
gtkimagecellaccessible.c | |
gtklabelaccessible.c | |
gtklevelbaraccessible.c | |
gtklinkbuttonaccessible.c | |
gtklistboxaccessible.c | |
gtklistboxrowaccessible.c | |
gtklockbuttonaccessible.c | |
gtkmenuaccessible.c | |
gtkmenubuttonaccessible.c | |
..\..\..\gtk\a11y\gtklabelaccessible.c(732): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\a11y\gtklabelaccessible.c(734): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkmenushellaccessible.c | |
gtkmenuitemaccessible.c | |
gtknotebookaccessible.c | |
gtknotebookpageaccessible.c | |
..\..\..\gtk\a11y\gtkmenushellaccessible.c(66): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkpanedaccessible.c | |
gtkpopoveraccessible.c | |
gtkprogressbaraccessible.c | |
gtkradiobuttonaccessible.c | |
gtkradiomenuitemaccessible.c | |
..\..\..\gtk\a11y\gtkmenuitemaccessible.c(724): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkrangeaccessible.c | |
gtkrenderercellaccessible.c | |
gtkscaleaccessible.c | |
gtkscalebuttonaccessible.c | |
gtkscrolledwindowaccessible.c | |
gtkspinbuttonaccessible.c | |
gtkspinneraccessible.c | |
gtkstatusbaraccessible.c | |
gtkswitchaccessible.c | |
gtktextcellaccessible.c | |
gtktextviewaccessible.c | |
gtktogglebuttonaccessible.c | |
gtktoplevelaccessible.c | |
gtktreeviewaccessible.c | |
gtkwidgetaccessible.c | |
gtkwindowaccessible.c | |
gtkactivatable.c | |
gtkaction.c | |
gtkactiongroup.c | |
gtkalignment.c | |
gtkarrow.c | |
gtkcolorsel.c | |
gtkcolorseldialog.c | |
gtkfontsel.c | |
..\..\..\gtk\deprecated\gtkaction.c(538): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkgradient.c | |
..\..\..\gtk\deprecated\gtkactiongroup.c(442): warning C4133: 'function': incompatible types - from 'GdkModifierType *' to 'guint *' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkhandlebox.c | |
gtkhbbox.c | |
..\..\..\gtk\deprecated\gtkcolorsel.c(384): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkhbox.c | |
..\..\..\gtk\deprecated\gtkcolorsel.c(1201): warning C4267: 'initializing': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkhpaned.c | |
gtkhscale.c | |
gtkhscrollbar.c | |
..\..\..\gtk\deprecated\gtkhandlebox.c(297): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkhandlebox.c(319): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkhseparator.c | |
gtkhsv.c | |
gtkiconfactory.c | |
gtkimagemenuitem.c | |
gtkmisc.c | |
..\..\..\gtk\deprecated\gtkhsv.c(171): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkhsv.c(180): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtknumerableicon.c | |
gtkradioaction.c | |
gtkrc.c | |
gtkrecentaction.c | |
..\..\..\gtk\deprecated\gtkradioaction.c(181): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkrc.c(1010): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkrc.c(1195): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkstatusicon.c | |
gtkstock.c | |
gtkstyle.c | |
gtkstyleproperties.c | |
gtksymboliccolor.c | |
gtktable.c | |
gtktearoffmenuitem.c | |
..\..\..\gtk\deprecated\gtkstock.c(94): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkstyle.c(490): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkstyle.c(508): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkstyle.c(2913): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkstyle.c(4635): warning C4267: '=': conversion from 'size_t' to 'guint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkstyle.c(4703): warning C4267: '=': conversion from 'size_t' to 'guint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkthemingengine.c | |
..\..\..\gtk\deprecated\gtktable.c(884): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtktoggleaction.c | |
gtkuimanager.c | |
gtkvbbox.c | |
gtkvbox.c | |
gtkvscale.c | |
gtkvscrollbar.c | |
..\..\..\gtk\deprecated\gtktoggleaction.c(152): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkvseparator.c | |
..\..\..\gtk\deprecated\gtkuimanager.c(488): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkuimanager.c(509): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkuimanager.c(535): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkuimanager.c(559): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkuimanager.c(585): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkuimanager.c(610): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkuimanager.c(1577): warning C4267: 'function': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkuimanager.c(1603): warning C4267: 'function': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkuimanager.c(1617): warning C4267: 'function': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkuimanager.c(1632): warning C4267: 'function': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkuimanager.c(1648): warning C4267: 'function': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkuimanager.c(1667): warning C4267: 'function': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkuimanager.c(1685): warning C4267: 'function': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkuimanager.c(1690): warning C4267: 'function': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkuimanager.c(1716): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkuimanager.c(1737): warning C4267: 'function': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkuimanager.c(1753): warning C4267: 'function': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkuimanager.c(2189): warning C4267: 'function': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkstatusicon.c(457): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkstatusicon.c(488): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkstatusicon.c(514): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkstatusicon.c(543): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkstatusicon.c(570): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkstatusicon.c(597): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\deprecated\gtkstatusicon.c(637): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkvpaned.c | |
action-editor.c | |
actions.c | |
cellrenderergraph.c | |
css-editor.c | |
css-node-tree.c | |
data-list.c | |
general.c | |
gestures.c | |
..\..\..\gtk\inspector\actions.c(230): warning C4090: 'function': different 'const' qualifiers [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\actions.c(280): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\css-editor.c(353): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\css-editor.c(354): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\css-editor.c(355): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\data-list.c(158): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\data-list.c(159): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
graphdata.c | |
gtkstackcombo.c | |
..\..\..\gtk\inspector\css-node-tree.c(208): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\css-node-tree.c(209): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\css-node-tree.c(210): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\css-node-tree.c(211): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\css-node-tree.c(212): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\css-node-tree.c(213): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\css-node-tree.c(214): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\css-node-tree.c(336): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\css-node-tree.c(395): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtktreemodelcssnode.c | |
init.c | |
inspect-button.c | |
magnifier.c | |
menu.c | |
..\..\..\gtk\inspector\magnifier.c(136): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
misc-info.c | |
object-hierarchy.c | |
object-tree.c | |
prop-editor.c | |
prop-list.c | |
resource-list.c | |
..\..\..\gtk\inspector\menu.c(143): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\general.c(676): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\general.c(677): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\general.c(678): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\general.c(679): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\general.c(680): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\general.c(681): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\general.c(682): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\general.c(683): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\general.c(684): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\general.c(685): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\general.c(686): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\general.c(687): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\general.c(688): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\general.c(689): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\general.c(690): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\general.c(691): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\general.c(692): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\general.c(693): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\general.c(694): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\general.c(695): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
selector.c | |
..\..\..\gtk\inspector\misc-info.c(110): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(613): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(614): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(615): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(616): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(617): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(618): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(619): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(620): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(621): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(622): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(623): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(624): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(625): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(626): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(627): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(628): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(629): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(630): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(631): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(632): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(633): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(634): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(635): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(636): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(637): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(638): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\object-hierarchy.c(60): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(639): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\object-hierarchy.c(61): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(640): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(641): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(642): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(643): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(644): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(645): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(646): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(647): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(648): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(649): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(650): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(651): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(652): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(653): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(654): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(655): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(656): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(657): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\misc-info.c(658): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
signals-list.c | |
..\..\..\gtk\inspector\prop-list.c(296): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
size-groups.c | |
..\..\..\gtk\inspector\prop-list.c(297): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\prop-list.c(298): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\prop-editor.c(534): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\prop-editor.c(978): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\prop-editor.c(1022): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\prop-editor.c(1831): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
statistics.c | |
..\..\..\gtk\inspector\object-tree.c(817): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\object-tree.c(989): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\object-tree.c(998): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\object-tree.c(1004): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
strv-editor.c | |
..\..\..\gtk\inspector\object-tree.c(1005): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\object-tree.c(1006): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\object-tree.c(1007): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\object-tree.c(1008): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\resource-list.c(99): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\resource-list.c(478): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\resource-list.c(680): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\resource-list.c(681): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\resource-list.c(682): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\resource-list.c(683): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\resource-list.c(684): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\resource-list.c(685): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\resource-list.c(686): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\resource-list.c(687): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\resource-list.c(688): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\resource-list.c(689): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\resource-list.c(690): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\resource-list.c(691): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\resource-list.c(692): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\resource-list.c(693): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\resource-list.c(694): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\resource-list.c(695): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\resource-list.c(696): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\resource-list.c(697): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\selector.c(56): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\selector.c(57): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
treewalk.c | |
visual.c | |
window.c | |
gtkactionmuxer.c | |
..\..\..\gtk\inspector\signals-list.c(109): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\signals-list.c(138): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\signals-list.c(417): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\signals-list.c(418): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\signals-list.c(419): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\signals-list.c(420): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\signals-list.c(421): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\signals-list.c(422): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkactionobserver.c | |
..\..\..\gtk\inspector\statistics.c(91): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\statistics.c(442): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkactionobservable.c | |
..\..\..\gtk\inspector\statistics.c(443): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\statistics.c(444): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\statistics.c(445): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\statistics.c(446): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\statistics.c(447): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\statistics.c(448): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\statistics.c(449): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\statistics.c(450): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\statistics.c(451): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\statistics.c(452): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\statistics.c(453): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\statistics.c(454): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\strv-editor.c(121): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkactionable.c | |
gtkquery.c | |
gtksearchbar.c | |
..\..\..\gtk\inspector\window.c(252): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\window.c(253): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\window.c(254): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\window.c(255): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\window.c(256): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\window.c(257): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\visual.c(751): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\window.c(258): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\visual.c(752): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\window.c(259): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\window.c(260): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\visual.c(753): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\window.c(261): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\visual.c(754): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\window.c(262): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\window.c(263): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\visual.c(755): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\window.c(264): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\visual.c(756): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\window.c(265): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\window.c(266): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\visual.c(757): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\window.c(267): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\visual.c(758): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\window.c(268): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\visual.c(759): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\window.c(269): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\visual.c(760): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\window.c(270): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\visual.c(761): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\window.c(271): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\visual.c(762): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\window.c(272): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\visual.c(763): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\window.c(273): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\visual.c(764): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\window.c(274): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\visual.c(765): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\window.c(275): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\visual.c(766): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\visual.c(767): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\visual.c(768): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtksearchentry.c | |
..\..\..\gtk\inspector\visual.c(769): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\visual.c(770): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\visual.c(771): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\visual.c(772): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\inspector\visual.c(773): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtksearchengine.c | |
gtksearchenginesimple.c | |
gtksearchenginemodel.c | |
fnmatch.c | |
gtkaboutdialog.c | |
..\..\..\gtk\gtksearchbar.c(424): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtksearchbar.c(425): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtksearchbar.c(426): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtksearchbar.c(427): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkaccelgroup.c | |
..\..\..\gtk\gtksearchengine.c(175): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtksearchengine.c(185): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtksearchengine.c(194): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtksearchentry.c(179): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtksearchentry.c(203): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtksearchentry.c(227): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtksearchentry.c(250): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkaccellabel.c | |
gtkaccelmap.c | |
gtkaccessible.c | |
gtkactionbar.c | |
gtkactionhelper.c | |
..\..\..\gtk\gtkaboutdialog.c(325): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkaboutdialog.c(583): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkaboutdialog.c(584): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkaboutdialog.c(585): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkaboutdialog.c(586): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkaboutdialog.c(587): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkaboutdialog.c(588): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkaboutdialog.c(589): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkaboutdialog.c(590): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkaboutdialog.c(591): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkaboutdialog.c(592): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkaboutdialog.c(593): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkaboutdialog.c(594): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkaboutdialog.c(595): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkadjustment.c | |
..\..\..\gtk\gtkaccelgroup.c(163): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkaccelgroup.c(1219): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkaccelgroup.c(1566): warning C4267: '+=': conversion from 'size_t' to 'guint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkallocatedbitmask.c | |
..\..\..\gtk\gtkaccellabel.c(462): warning C4018: '>=': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkactionbar.c(351): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkactionbar.c(352): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkappchooser.c | |
gtkappchooserwidget.c | |
gtkappchooserbutton.c | |
gtkappchooserdialog.c | |
gtkapplication.c | |
gtkapplicationimpl.c | |
..\..\..\gtk\gtkadjustment.c(242): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkadjustment.c(257): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkadjustment.c(363): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkapplicationwindow.c | |
gtkaspectframe.c | |
..\..\..\gtk\gtkappchooserwidget.c(1052): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkappchooserwidget.c(1073): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkappchooserwidget.c(1094): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkappchooserwidget.c(1105): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkappchooserwidget.c(1106): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkappchooserwidget.c(1107): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkappchooserwidget.c(1108): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkappchooserwidget.c(1109): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkappchooserwidget.c(1110): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkappchooserwidget.c(1111): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkappchooserdialog.c(697): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkappchooserdialog.c(698): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkappchooserdialog.c(699): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkappchooserdialog.c(700): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkappchooserdialog.c(701): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkappchooserdialog.c(702): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkappchooserdialog.c(703): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkappchooserbutton.c(667): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkassistant.c | |
..\..\..\gtk\gtkapplication.c(343): warning C4090: 'function': different 'const' qualifiers [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkapplication.c(347): warning C4090: 'function': different 'const' qualifiers [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkapplication.c(383): warning C4090: 'function': different 'const' qualifiers [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkapplication.c(384): warning C4090: 'function': different 'const' qualifiers [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkapplication.c(387): warning C4090: 'function': different 'const' qualifiers [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkapplication.c(959): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkapplication.c(977): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkbbox.c | |
gtkbin.c | |
gtkbindings.c | |
gtkbookmarksmanager.c | |
gtkborder.c | |
gtkbox.c | |
gtkboxgadget.c | |
..\..\..\gtk\gtkbindings.c(651): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkbindings.c(1455): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkassistant.c(427): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkassistant.c(449): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkassistant.c(476): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkassistant.c(495): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkassistant.c(655): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkassistant.c(656): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkassistant.c(657): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkassistant.c(658): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkassistant.c(659): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkassistant.c(660): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkassistant.c(661): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkassistant.c(662): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkassistant.c(663): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkassistant.c(664): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkassistant.c(665): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkbuildable.c | |
..\..\..\gtk\gtkassistant.c(666): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkbuilder.c | |
gtkbuilderparser.c | |
gtkbuilder-menus.c | |
gtkbuiltinicon.c | |
..\..\..\gtk\gtkboxgadget.c(662): warning C4018: '>=': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkbutton.c | |
gtkcairoblur.c | |
gtkcalendar.c | |
..\..\..\gtk\gtkbuilder.c(735): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkbuilder.c(755): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkbuilderparser.c(590): warning C4133: 'function': incompatible types - from 'GBindingFlags *' to 'guint *' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkbuilder.c(819): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkcellarea.c | |
gtkcellareabox.c | |
gtkcellareaboxcontext.c | |
gtkcellareacontext.c | |
gtkcelleditable.c | |
gtkcelllayout.c | |
..\..\..\gtk\gtkbutton.c(420): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkbutton.c(437): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkbutton.c(452): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkbutton.c(469): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkbutton.c(486): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkbutton.c(504): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcellarea.c(689): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcellareabox.c(482): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcellareabox.c(591): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcellareabox.c(621): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcellareabox.c(702): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcellareabox.c(1315): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcellareabox.c(1511): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcellareaboxcontext.c(145): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcellareaboxcontext.c(156): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcellareaboxcontext.c(227): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcellareabox.c(2015): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcellareaboxcontext.c(277): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcellareaboxcontext.c(349): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcellareabox.c(2105): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcellareaboxcontext.c(443): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcellareaboxcontext.c(475): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcellareaboxcontext.c(502): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcellareaboxcontext.c(534): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcellareaboxcontext.c(560): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcellareaboxcontext.c(584): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcellareaboxcontext.c(620): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcellareaboxcontext.c(644): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcellareaboxcontext.c(696): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcellareaboxcontext.c(708): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcelleditable.c(73): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkcellrenderer.c | |
gtkcellrendereraccel.c | |
..\..\..\gtk\gtkcelleditable.c(97): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkcellrenderercombo.c | |
gtkcellrendererpixbuf.c | |
gtkcellrendererprogress.c | |
gtkcellrendererspin.c | |
gtkcellrendererspinner.c | |
..\..\..\gtk\gtkcalendar.c(587): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcalendar.c(602): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcalendar.c(617): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcellrendereraccel.c(217): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcellrendereraccel.c(238): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcalendar.c(632): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcalendar.c(647): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcalendar.c(662): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcalendar.c(677): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcalendar.c(1852): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcalendar.c(1865): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcalendar.c(1897): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcalendar.c(1900): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcalendar.c(1902): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcalendar.c(1913): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcalendar.c(1915): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcalendar.c(1917): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcalendar.c(1929): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcalendar.c(1965): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcalendar.c(1990): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkcellrenderertext.c | |
..\..\..\gtk\gtkcellrenderer.c(231): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcellrenderer.c(275): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkcellrenderertoggle.c | |
gtkcellview.c | |
gtkcheckbutton.c | |
gtkcheckmenuitem.c | |
gtkcolorbutton.c | |
gtkcolorchooser.c | |
gtkcolorchooserwidget.c | |
..\..\..\gtk\gtkcellrenderertext.c(686): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcolorbutton.c(261): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcolorchooser.c(108): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcellrenderertoggle.c(194): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkcolorchooserdialog.c | |
gtkcoloreditor.c | |
gtkcolorplane.c | |
gtkcolorscale.c | |
gtkcolorswatch.c | |
gtkcolorutils.c | |
..\..\..\gtk\gtkcheckmenuitem.c(269): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkcombobox.c | |
gtkcomboboxtext.c | |
..\..\..\gtk\gtkcolorchooserdialog.c(220): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcoloreditor.c(477): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcoloreditor.c(478): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcoloreditor.c(479): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcoloreditor.c(480): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcoloreditor.c(481): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcoloreditor.c(482): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcoloreditor.c(483): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcoloreditor.c(484): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcoloreditor.c(485): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcoloreditor.c(486): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcoloreditor.c(487): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcoloreditor.c(488): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcoloreditor.c(489): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcoloreditor.c(490): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcoloreditor.c(491): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcoloreditor.c(492): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcoloreditor.c(493): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcoloreditor.c(494): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkcomposetable.c | |
gtkcontainer.c | |
gtkcssanimation.c | |
gtkcssanimatedstyle.c | |
..\..\..\gtk\gtkcolorswatch.c(708): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkcssarrayvalue.c | |
..\..\..\gtk\gtkcolorswatch.c(715): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkcssbgsizevalue.c | |
gtkcssbordervalue.c | |
..\..\..\gtk\gtkcombobox.c(738): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcombobox.c(851): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcombobox.c(1274): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcombobox.c(1275): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcombobox.c(1276): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcomposetable.c(582): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcomposetable.c(583): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcomposetable.c(584): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcomposetable.c(588): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcomposetable.c(662): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcomposetable.c(670): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcomposetable.c(678): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcomposetable.c(679): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcomposetable.c(692): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkcsscalcvalue.c | |
gtkcsscolorvalue.c | |
..\..\..\gtk\gtkcontainer.c(558): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcontainer.c(567): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcontainer.c(576): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkcsscornervalue.c | |
..\..\..\gtk\gtkcontainer.c(584): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkcsscustomgadget.c | |
..\..\..\gtk\gtkcontainer.c(1584): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkcsscustomproperty.c | |
..\..\..\gtk\gtkcontainer.c(3655): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkcssdimensionvalue.c | |
gtkcsseasevalue.c | |
gtkcssenumvalue.c | |
..\..\..\gtk\gtkcsscustomgadget.c(127): warning C4098: 'gtk_css_custom_gadget_get_preferred_size': 'void' function returning a value [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcsscustomgadget.c(131): warning C4098: 'gtk_css_custom_gadget_get_preferred_size': 'void' function returning a value [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkcssenginevalue.c | |
..\..\..\gtk\gtkcsscustomgadget.c(143): warning C4098: 'gtk_css_custom_gadget_allocate': 'void' function returning a value [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcsscustomgadget.c(145): warning C4098: 'gtk_css_custom_gadget_allocate': 'void' function returning a value [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkcssgadget.c | |
gtkcssiconthemevalue.c | |
gtkcssimage.c | |
gtkcssimagebuiltin.c | |
gtkcssimagecrossfade.c | |
gtkcssimagefallback.c | |
gtkcssimagegradient.c | |
gtkcssimageicontheme.c | |
gtkcssimagelinear.c | |
gtkcssimageradial.c | |
gtkcssimagesurface.c | |
..\..\..\gtk\gtkcssimagebuiltin.c(718): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkcssimageurl.c | |
gtkcssimagerecolor.c | |
gtkcssimagescaled.c | |
gtkcssimagevalue.c | |
..\..\..\gtk\gtkcssimagelinear.c(189): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkcssimagewin32.c | |
..\..\..\gtk\gtkcssimageradial.c(180): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkcssinheritvalue.c | |
gtkcssinitialvalue.c | |
gtkcsskeyframes.c | |
gtkcsslookup.c | |
gtkcssmatcher.c | |
gtkcssnode.c | |
gtkcssnodedeclaration.c | |
gtkcssnodestylecache.c | |
gtkcssnumbervalue.c | |
..\..\..\gtk\gtkcsskeyframes.c(65): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcsskeyframes.c(67): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkcsspalettevalue.c | |
..\..\..\gtk\gtkcsskeyframes.c(84): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcsskeyframes.c(88): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcsskeyframes.c(128): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcsskeyframes.c(148): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcsskeyframes.c(397): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcsskeyframes.c(401): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcsskeyframes.c(406): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcsskeyframes.c(458): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcsskeyframes.c(460): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcsskeyframes.c(489): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcsskeyframes.c(505): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcsskeyframes.c(512): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkcssparser.c | |
..\..\..\gtk\gtkcssnode.c(591): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcssnode.c(604): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkcssnode.c(617): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkcsspathnode.c | |
gtkcsspositionvalue.c | |
gtkcssprovider.c | |
gtkcssrepeatvalue.c | |
gtkcssrgbavalue.c | |
gtkcsssection.c | |
gtkcssselector.c | |
gtkcssstringvalue.c | |
gtkcssstyle.c | |
gtkcssstylechange.c | |
..\..\..\gtk\gtkcssprovider.c(238): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkcssshadowsvalue.c | |
gtkcssshadowvalue.c | |
gtkcssshorthandproperty.c | |
..\..\..\gtk\gtkcssselector.c(148): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkcssshorthandpropertyimpl.c | |
gtkcssstaticstyle.c | |
gtkcssstylefuncs.c | |
gtkcssstyleproperty.c | |
gtkcssstylepropertyimpl.c | |
gtkcsstransformvalue.c | |
..\..\..\gtk\gtkcssshorthandpropertyimpl.c(1345): warning C4090: 'function': different 'const' qualifiers [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkcsstransientnode.c | |
gtkcsstransition.c | |
gtkcsstypedvalue.c | |
gtkcssunsetvalue.c | |
gtkcsstypes.c | |
gtkcssvalue.c | |
gtkcsswidgetnode.c | |
gtkcsswin32sizevalue.c | |
gtkdialog.c | |
gtkdragsource.c | |
gtkdrawingarea.c | |
gtkeditable.c | |
gtkentry.c | |
gtkentrybuffer.c | |
gtkentrycompletion.c | |
gtkeventbox.c | |
..\..\..\gtk\gtkdialog.c(553): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkdialog.c(573): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkdialog.c(663): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkdialog.c(664): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkdialog.c(665): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkdialog.c(666): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkeditable.c(128): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkeditable.c(155): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkeditable.c(177): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkeditable.c(209): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkeventcontroller.c | |
..\..\..\gtk\gtkentrybuffer.c(399): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentrybuffer.c(420): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentrybuffer.c(586): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentrybuffer.c(658): warning C4018: '>=': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentrybuffer.c(660): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkexpander.c | |
gtkfilechooser.c | |
gtkfilechooserbutton.c | |
gtkfilechooserdialog.c | |
..\..\..\gtk\gtkentry.c(1593): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentry.c(1619): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentry.c(1654): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentry.c(1678): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentry.c(1706): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentry.c(1728): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentry.c(1748): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentry.c(1768): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentry.c(1789): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentry.c(1808): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentry.c(3022): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentry.c(3024): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentry.c(5107): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentry.c(5144): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentry.c(5145): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentry.c(5326): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentry.c(5376): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentry.c(5377): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentry.c(5946): warning C4267: '=': conversion from 'size_t' to 'guint16', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentry.c(5964): warning C4267: 'function': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentry.c(6012): warning C4267: 'function': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentry.c(6209): warning C4267: '=': conversion from 'size_t' to 'guint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentry.c(7014): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentrycompletion.c(243): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentry.c(7024): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentry.c(7028): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentrycompletion.c(271): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentrycompletion.c(300): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentry.c(7062): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentrycompletion.c(322): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentrycompletion.c(340): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentry.c(7572): warning C4267: 'function': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentry.c(10184): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkentrycompletion.c(1869): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkfilechooserembed.c | |
..\..\..\gtk\gtkfilechooser.c(206): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooser.c(233): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooser.c(268): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooser.c(292): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooser.c(368): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkfilechooserentry.c | |
..\..\..\gtk\gtkfilechooserbutton.c(408): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserbutton.c(463): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserbutton.c(464): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserbutton.c(465): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserbutton.c(466): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserbutton.c(467): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserbutton.c(468): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkfilechoosernative.c | |
..\..\..\gtk\gtkfilechooserbutton.c(469): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserdialog.c(277): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserdialog.c(278): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkfilechooserutils.c | |
..\..\..\gtk\gtkexpander.c(413): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkfilechooserwidget.c | |
..\..\..\gtk\gtkfilechooserembed.c(155): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserembed.c(162): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkfilefilter.c | |
gtkfilesystem.c | |
gtkfilesystemmodel.c | |
gtkfixed.c | |
gtkflowbox.c | |
gtkfontbutton.c | |
gtkfontchooser.c | |
..\..\..\gtk\gtkfilesystem.c(150): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkfontchooserdialog.c | |
..\..\..\gtk\gtkfilesystemmodel.c(1056): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilesystemmodel.c(1093): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkfontchooserutils.c | |
..\..\..\gtk\gtkfilechooserwidget.c(5291): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkfontchooserwidget.c | |
..\..\..\gtk\gtkfilechooserwidget.c(8444): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8445): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8446): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8447): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8448): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8449): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8450): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8451): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8452): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8453): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8454): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8455): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8456): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8457): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8458): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8459): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8460): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8461): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8462): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8463): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8464): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8465): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8466): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8467): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8468): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8469): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8470): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8471): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8472): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8473): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8474): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8475): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8476): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8477): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8478): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8479): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8480): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfilechooserwidget.c(8481): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfontbutton.c(578): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfontbutton.c(586): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfontbutton.c(587): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfontbutton.c(588): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfontchooser.c(122): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkframe.c | |
gtkgladecatalog.c | |
gtkgesture.c | |
..\..\..\gtk\gtkflowbox.c(625): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkflowbox.c(2270): warning C4018: '<=': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkflowbox.c(2508): warning C4018: '<=': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfontchooserdialog.c(140): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkflowbox.c(3922): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkflowbox.c(3942): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkflowbox.c(3958): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkflowbox.c(3976): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkflowbox.c(4009): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkflowbox.c(4028): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkflowbox.c(4047): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkflowbox.c(4178): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkgesturedrag.c | |
..\..\..\gtk\gtkfontchooserwidget.c(595): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfontchooserwidget.c(596): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfontchooserwidget.c(597): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfontchooserwidget.c(598): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfontchooserwidget.c(599): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfontchooserwidget.c(600): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfontchooserwidget.c(601): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfontchooserwidget.c(602): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfontchooserwidget.c(603): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfontchooserwidget.c(604): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkfontchooserwidget.c(605): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkgesturelongpress.c | |
gtkgesturemultipress.c | |
gtkgesturepan.c | |
gtkgesturerotate.c | |
..\..\..\gtk\gtkgesturedrag.c(156): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkgesturedrag.c(173): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkgesturedrag.c(190): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkgesturesingle.c | |
gtkgestureswipe.c | |
..\..\..\gtk\gtkgesture.c(909): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkgesturezoom.c | |
..\..\..\gtk\gtkgesture.c(933): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkgesture.c(950): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkgesture.c(971): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkgesture.c(990): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkgesturelongpress.c(304): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkgesturelongpress.c(320): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkgesturemultipress.c(333): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkgesturemultipress.c(356): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkgesturemultipress.c(373): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkglarea.c | |
gtkgrid.c | |
..\..\..\gtk\gtkgesturerotate.c(234): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkgesturepan.c(258): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkheaderbar.c | |
gtkhsla.c | |
gtkicon.c | |
..\..\..\gtk\gtkgestureswipe.c(237): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkgesturezoom.c(203): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkiconcache.c | |
gtkiconcachevalidator.c | |
gtkiconhelper.c | |
..\..\..\gtk\gtkiconcachevalidator.c(139): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkiconcachevalidator.c(206): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkiconcachevalidator.c(313): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkiconcachevalidator.c(357): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkicontheme.c | |
..\..\..\gtk\gtkglarea.c(880): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkiconcache.c(275): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkglarea.c(908): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkiconcache.c(318): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkglarea.c(937): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkiconcache.c(326): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkiconcache.c(359): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkiconcache.c(370): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkiconview.c | |
..\..\..\gtk\gtkiconcache.c(454): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkimage.c | |
gtkimagedefinition.c | |
gtkimcontext.c | |
gtkimcontextsimple.c | |
gtkimmodule.c | |
gtkimmulticontext.c | |
gtkinfobar.c | |
..\..\..\gtk\gtkimcontext.c(232): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkimcontext.c(247): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkimcontext.c(264): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkimcontext.c(281): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkimcontext.c(301): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkimcontext.c(322): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkimcontext.c(655): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkiconview.c(727): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkiconview.c(744): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkiconview.c(766): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkiconview.c(788): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkiconview.c(811): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkiconview.c(835): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkiconview.c(858): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkiconview.c(888): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkimcontextsimple.c(848): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkinvisible.c | |
..\..\..\gtk\gtkimmulticontext.c(704): warning C4090: 'function': different 'const' qualifiers [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkkeyhash.c | |
gtkkineticscrolling.c | |
gtklabel.c | |
..\..\..\gtk\gtkinfobar.c(397): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkinfobar.c(418): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkinfobar.c(500): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkinfobar.c(501): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkinfobar.c(502): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkinfobar.c(503): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtklayout.c | |
gtklevelbar.c | |
gtklinkbutton.c | |
..\..\..\gtk\gtkicontheme.c(517): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtklistbox.c | |
gtkliststore.c | |
..\..\..\gtk\gtkimmodule.c(749): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkimmodule.c(756): warning C4090: 'function': different 'const' qualifiers [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkimmodule.c(1017): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkimmodule.c(1028): warning C4267: 'function': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklayout.c(271): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklayout.c(298): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklayout.c(586): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklayout.c(587): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtklockbutton.c | |
..\..\..\gtk\gtklayout.c(916): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklayout.c(917): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklayout.c(1027): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklayout.c(1028): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklabel.c(690): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklabel.c(712): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklabel.c(733): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklabel.c(779): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkmain.c | |
gtkmagnifier.c | |
..\..\..\gtk\gtklabel.c(4991): warning C4267: 'function': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklabel.c(5100): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklabel.c(5639): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklinkbutton.c(207): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklabel.c(5909): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklabel.c(6382): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklabel.c(6440): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklabel.c(6476): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklabel.c(6504): warning C4267: 'function': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklinkbutton.c(542): warning C4267: 'function': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklistbox.c(481): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklistbox.c(499): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklistbox.c(519): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklistbox.c(539): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklistbox.c(557): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklistbox.c(566): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklistbox.c(574): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklistbox.c(582): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklevelbar.c(644): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklevelbar.c(958): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklevelbar.c(1004): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklistbox.c(3719): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklistbox.c(3818): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkmarshalers.c | |
gtkmenu.c | |
gtkmenubar.c | |
gtkmenubutton.c | |
..\..\..\gtk\gtklockbutton.c(319): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklockbutton.c(320): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklockbutton.c(321): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklockbutton.c(322): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtklockbutton.c(323): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkmenuitem.c | |
gtkmenusectionbox.c | |
gtkmenushell.c | |
gtkmenutracker.c | |
..\..\..\gtk\gtkmenu.c(2789): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkmenu.c(2792): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkmenu.c(3091): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkmenu.c(3194): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkmenutracker.c(199): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkmenutracker.c(210): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkmenutrackeritem.c | |
gtkmenutoolbutton.c | |
..\..\..\gtk\gtkmenuitem.c(677): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkmenuitem.c(695): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkmenuitem.c(704): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkmenuitem.c(714): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkmenuitem.c(724): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkmenuitem.c(733): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkmessagedialog.c | |
..\..\..\gtk\gtkmenuitem.c(2404): warning C4090: 'function': different 'const' qualifiers [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkmnemonichash.c | |
gtkmodelmenuitem.c | |
..\..\..\gtk\gtkmenushell.c(228): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkmenushell.c(244): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkmenushell.c(261): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkmenushell.c(279): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkmenushell.c(296): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkmenushell.c(335): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkmenushell.c(360): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkmodelbutton.c | |
gtkmodifierstyle.c | |
gtkmodules.c | |
gtkmountoperation.c | |
..\..\..\gtk\gtkmenutoolbutton.c(258): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkmessagedialog.c(301): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkmessagedialog.c(302): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkmessagedialog.c(303): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtknativedialog.c | |
gtknotebook.c | |
gtkoffscreenwindow.c | |
gtkorientable.c | |
..\..\..\gtk\gtkmountoperation.c(757): warning C4133: 'function': incompatible types - from 'GMountOperationResult *' to 'guint *' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkmountoperation.c(924): warning C4133: 'function': incompatible types - from 'GMountOperationResult *' to 'guint *' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkmountoperation.c(1546): warning C4133: 'function': incompatible types - from 'GMountOperationResult *' to 'guint *' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkoverlay.c | |
gtkpagesetup.c | |
..\..\..\gtk\gtknativedialog.c(281): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkpaned.c | |
gtkpango.c | |
gtkpapersize.c | |
gtkpathbar.c | |
gtkplacessidebar.c | |
..\..\..\gtk\gtknotebook.c(1042): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtknotebook.c(1052): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtknotebook.c(1061): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtknotebook.c(1070): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtknotebook.c(1079): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtknotebook.c(1088): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtknotebook.c(1109): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtknotebook.c(1130): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtknotebook.c(1151): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtknotebook.c(1183): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkoverlay.c(580): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkoverlay.c(801): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkplacesview.c | |
gtkplacesviewrow.c | |
gtkprintcontext.c | |
..\..\..\gtk\gtkpathbar.c(248): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkpathbar.c(261): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkpathbar.c(262): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkpaned.c(497): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkpaned.c(520): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkpaned.c(541): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkpaned.c(565): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkpaned.c(588): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkpaned.c(611): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkplacessidebar.c(4147): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkplacessidebar.c(4193): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkplacessidebar.c(4218): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkplacessidebar.c(4242): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkplacessidebar.c(4262): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkplacessidebar.c(4295): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkplacessidebar.c(4320): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkplacessidebar.c(4346): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkplacessidebar.c(4374): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkplacessidebar.c(4396): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkplacessidebar.c(4418): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkplacessidebar.c(4440): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkprintoperation.c | |
gtkprintoperationpreview.c | |
..\..\..\gtk\gtkplacesviewrow.c(378): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkplacesviewrow.c(379): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkplacesviewrow.c(380): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkplacesviewrow.c(381): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkplacesviewrow.c(382): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkplacesviewrow.c(383): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkplacesviewrow.c(384): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkplacesviewrow.c(385): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkprintsettings.c | |
..\..\..\gtk\gtkplacesview.c(2158): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkplacesview.c(2181): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkplacesview.c(2222): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkplacesview.c(2223): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkprintutils.c | |
..\..\..\gtk\gtkplacesview.c(2224): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkprivate.c | |
..\..\..\gtk\gtkplacesview.c(2225): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkplacesview.c(2226): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkplacesview.c(2227): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkplacesview.c(2228): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkplacesview.c(2229): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkplacesview.c(2230): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkplacesview.c(2231): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkprivatetypebuiltins.c | |
gtkprogressbar.c | |
..\..\..\gtk\gtkprintoperationpreview.c(78): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkprintoperationpreview.c(100): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkpixelcache.c | |
..\..\..\gtk\gtkprintoperation.c(786): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkprintoperation.c(809): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkprintoperation.c(841): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkprintoperation.c(864): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkprintoperation.c(933): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkprintoperation.c(955): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkprintoperation.c(975): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkprintoperation.c(1005): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkprintoperation.c(1027): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkprintoperation.c(1049): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkprintoperation.c(1086): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkprintoperation.c(2883): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkprintoperation.c(2885): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkprintoperation.c(2887): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkprintoperation.c(2892): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkprintoperation.c(2894): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkpopover.c | |
gtkpopovermenu.c | |
gtkradiobutton.c | |
gtkradiomenuitem.c | |
gtkradiotoolbutton.c | |
gtkrange.c | |
..\..\..\gtk\gtkpixelcache.c(200): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkpixelcache.c(204): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkrbtree.c | |
gtkrecentchooserdefault.c | |
gtkrecentchooserdialog.c | |
..\..\..\gtk\gtkpopover.c(1747): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkrecentchoosermenu.c | |
..\..\..\gtk\gtkradiomenuitem.c(445): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkrbtree.c(1200): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkradiobutton.c(214): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkrecentchooserwidget.c | |
gtkrecentchooserutils.c | |
..\..\..\gtk\gtkrange.c(353): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkrange.c(370): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkrange.c(387): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkrange.c(424): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkrecentchooser.c | |
gtkrecentfilter.c | |
..\..\..\gtk\gtkrecentchooserdefault.c(355): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkrecentchooserdefault.c(356): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkrecentchooserdefault.c(357): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkrecentchooserdefault.c(358): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkrecentchooserdefault.c(359): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkrecentchooserdefault.c(360): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkrecentchooserdefault.c(361): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkrecentchooserdefault.c(362): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkrecentchooserdefault.c(363): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkrecentmanager.c | |
gtkrender.c | |
gtkrenderbackground.c | |
..\..\..\gtk\gtkrecentchooser.c(95): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkrecentchooser.c(115): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkrenderborder.c | |
gtkrendericon.c | |
gtkresources.c | |
gtkrevealer.c | |
gtkroundedbox.c | |
..\..\..\gtk\gtkrecentmanager.c(319): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkrecentmanager.c(2152): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkscale.c | |
gtkscalebutton.c | |
gtkscrollable.c | |
gtkscrollbar.c | |
gtkscrolledwindow.c | |
gtkselection.c | |
gtkseparator.c | |
..\..\..\gtk\gtkscale.c(740): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkseparatormenuitem.c | |
..\..\..\gtk\gtkscalebutton.c(263): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkscalebutton.c(331): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkscalebutton.c(332): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkscalebutton.c(333): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkscalebutton.c(334): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkscalebutton.c(335): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkscalebutton.c(336): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkscalebutton.c(337): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkseparatortoolitem.c | |
gtksettings.c | |
..\..\..\gtk\gtkscrolledwindow.c(711): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkscrolledwindow.c(736): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkshortcutsgroup.c | |
gtkshortcutlabel.c | |
gtkshortcutsshortcut.c | |
gtkshortcutssection.c | |
gtkshortcutswindow.c | |
..\..\..\gtk\gtkshortcutlabel.c(257): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkselection.c(986): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkselection.c(1377): warning C4267: 'function': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkselection.c(1513): warning C4267: 'function': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkselection.c(1588): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkselection.c(2465): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkselection.c(2652): warning C4018: '>': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtksidebarrow.c | |
gtksizegroup.c | |
..\..\..\gtk\gtkshortcutssection.c(398): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkshortcutssection.c(727): warning C4146: unary minus operator applied to unsigned type, result still unsigned [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtksizerequest.c | |
..\..\..\gtk\gtkshortcutswindow.c(752): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkshortcutswindow.c(769): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
c:\gtk-build\build\x64\gtk3\gtk\gtkshortcutssection.c(727): fatal error C1001: An internal error has occurred in the compiler. [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
(compiler file 'f:\dd\vctools\compiler\utc\src\p2\main.c', line 249) | |
To work around this problem, try simplifying or changing the program near the locations listed above. | |
Please choose the Technical Support command on the Visual C++ | |
Help menu, or open the Technical Support help file for more information | |
Internal Compiler Error in C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\amd64\CL.exe. You will be prompted to send an error report to Microsoft later. | |
gtksizerequestcache.c | |
gtkshow.c | |
..\..\..\gtk\gtksidebarrow.c(454): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtksidebarrow.c(455): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtksidebarrow.c(456): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtksidebarrow.c(457): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtksidebarrow.c(458): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkstacksidebar.c | |
gtkspinbutton.c | |
gtkspinner.c | |
..\..\..\gtk\gtksizerequest.c(806): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkstack.c | |
gtkstackswitcher.c | |
gtkstatusbar.c | |
gtkstyleanimation.c | |
..\..\..\gtk\gtkspinbutton.c(477): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkspinbutton.c(515): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkspinbutton.c(531): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkspinbutton.c(549): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkspinbutton.c(573): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkstylecascade.c | |
..\..\..\gtk\gtkstatusbar.c(141): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkstatusbar.c(160): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkstatusbar.c(186): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkstatusbar.c(187): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkstatusbar.c(188): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtkstylecontext.c | |
gtkstyleproperty.c | |
gtkstyleprovider.c | |
gtkstyleproviderprivate.c | |
gtkswitch.c | |
gtktestutils.c | |
..\..\..\gtk\gtkstylecontext.c(208): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkstyleproviderprivate.c(41): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtktextattributes.c | |
gtktextbtree.c | |
gtktextbuffer.c | |
gtktextbufferrichtext.c | |
..\..\..\gtk\gtkswitch.c(1004): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtkswitch.c(1037): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
gtktextbufferserialize.c | |
..\..\..\gtk\gtktextbtree.c(1130): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtktextbtree.c(1631): warning C4312: 'type cast': conversion from 'unsigned int' to 'gpointer' of greater size [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtktextbtree.c(1632): warning C4312: 'type cast': conversion from 'unsigned int' to 'gpointer' of greater size [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtktextbuffer.c(309): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtktextbuffer.c(340): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtktextbuffer.c(370): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtktextbuffer.c(400): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtktextbuffer.c(419): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtktextbuffer.c(439): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtktextbuffer.c(462): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtktextbuffer.c(485): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtktextbuffer.c(515): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtktextbuffer.c(546): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtktextbuffer.c(574): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtktextbuffer.c(600): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtktextbuffer.c(621): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtktextbuffer.c(867): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtktextbuffer.c(912): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtktextbtree.c(4715): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtktextbtree.c(4860): warning C4311: 'type cast': pointer truncation from 'guint8 *' to 'glong' [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtktextbuffer.c(4353): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
..\..\..\gtk\gtktextbufferserialize.c(316): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
cl : Command line error D8040: error creating or communicating with child process [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-3.vcxproj] | |
encodesymbolic.c | |
Generating code | |
All 4 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
gtk-encode-symbolic-svg.vcxproj -> C:\gtk-build\build\x64\gtk3\build\win32\vs14\Release\x64\bin\gtk-encode-symbolic-svg.exe | |
updateiconcache.c | |
c:\gtk-build\build\x64\gtk3\gtk\gtkiconcachevalidator.c(139): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-update-icon-cache.vcxproj] | |
c:\gtk-build\build\x64\gtk3\gtk\gtkiconcachevalidator.c(206): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-update-icon-cache.vcxproj] | |
c:\gtk-build\build\x64\gtk3\gtk\gtkiconcachevalidator.c(313): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-update-icon-cache.vcxproj] | |
c:\gtk-build\build\x64\gtk3\gtk\gtkiconcachevalidator.c(357): warning C4018: '<': signed/unsigned mismatch [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-update-icon-cache.vcxproj] | |
..\..\..\gtk\updateiconcache.c(785): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-update-icon-cache.vcxproj] | |
..\..\..\gtk\updateiconcache.c(800): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-update-icon-cache.vcxproj] | |
..\..\..\gtk\updateiconcache.c(812): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-update-icon-cache.vcxproj] | |
..\..\..\gtk\updateiconcache.c(840): warning C4267: '=': conversion from 'size_t' to 'gint', possible loss of data [C:\gtk-build\build\x64\gtk3\build\win32\vs14\gtk-update-icon-cache.vcxproj] | |
Generating code | |
All 51 functions were compiled because no usable IPDB/IOBJ from previous compilation was found. | |
Finished generating code | |
gtk-update-icon-cache.vcxproj -> C:\gtk-build\build\x64\gtk3\build\win32\vs14\Release\x64\bin\gtk-update-icon-cache.exe | |
Building project win-iconv | |
Building project gettext-runtime | |
Building project libffi | |
Building project zlib | |
Building project glib | |
Building project atk | |
Building project libpng | |
Building project gdk-pixbuf | |
Building project freetype | |
Building project libxml2 | |
Building project fontconfig | |
Building project pixman | |
Building project cairo | |
Building project harfbuzz | |
Building project pango | |
Building project libepoxy | |
Building project gtk3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment