wumu
2 天以前 509cab4025caa96e6b3e3962916b0d8cdadc4b93
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
生成启动时间为 2025/8/14 22:57:52。
     1>项目“D:\Qt\source\hiredis-master\build\hiredis.vcxproj”在节点 2 上(Build 个目标)。
     1>CustomBuild:
         Building Custom Rule D:/Qt/source/hiredis-master/CMakeLists.txt
       ClCompile:
         C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\CL.exe /c /I"D:\Qt\source\hiredis-master" /Z7 /nologo /W3 /WX- /Od /Ob0 /Oy- /D _WINDLL /D _MBCS /D WIN32 /D _WINDOWS /D _CRT_SECURE_NO_WARNINGS /D WIN32_LEAN_AND_MEAN /D "CMAKE_INTDIR=\"Debug\"" /D hiredis_EXPORTS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Zc:inline /Fo"hiredis.dir\Debug\\" /Fd"hiredis.dir\Debug\vc140.pdb" /Gd /TC /analyze- /errorReport:prompt "D:\Qt\source\hiredis-master\alloc.c" "D:\Qt\source\hiredis-master\async.c" "D:\Qt\source\hiredis-master\hiredis.c" "D:\Qt\source\hiredis-master\net.c" "D:\Qt\source\hiredis-master\read.c" "D:\Qt\source\hiredis-master\sds.c" "D:\Qt\source\hiredis-master\sockcompat.c"
         alloc.c
     1>D:\Qt\source\hiredis-master\alloc.c(42): warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strdup. See online help for details.
         C:\Program Files (x86)\Windows Kits\10\Include\10.0.10150.0\ucrt\string.h(552): note: 参见“strdup”的声明
     1>D:\Qt\source\hiredis-master\alloc.c(61): warning C4996: 'strdup': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strdup. See online help for details.
         C:\Program Files (x86)\Windows Kits\10\Include\10.0.10150.0\ucrt\string.h(552): note: 参见“strdup”的声明
         async.c
     1>d:\qt\source\hiredis-master\sds.h(105): warning C4244: “return”: 从“uint64_t”转换到“size_t”,可能丢失数据
     1>d:\qt\source\hiredis-master\sds.h(130): warning C4244: “return”: 从“uint64_t”转换到“size_t”,可能丢失数据
     1>d:\qt\source\hiredis-master\sds.h(198): warning C4244: “return”: 从“uint64_t”转换到“size_t”,可能丢失数据
     1>D:\Qt\source\hiredis-master\async.c(505): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
         C:\Program Files (x86)\Windows Kits\10\Include\10.0.10150.0\ucrt\string.h(568): note: 参见“stricmp”的声明
     1>D:\Qt\source\hiredis-master\async.c(509): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
         C:\Program Files (x86)\Windows Kits\10\Include\10.0.10150.0\ucrt\string.h(568): note: 参见“stricmp”的声明
     1>D:\Qt\source\hiredis-master\async.c(567): warning C4996: 'strnicmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strnicmp. See online help for details.
         C:\Program Files (x86)\Windows Kits\10\Include\10.0.10150.0\ucrt\string.h(579): note: 参见“strnicmp”的声明
     1>D:\Qt\source\hiredis-master\async.c(865): warning C4996: 'strnicmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strnicmp. See online help for details.
         C:\Program Files (x86)\Windows Kits\10\Include\10.0.10150.0\ucrt\string.h(579): note: 参见“strnicmp”的声明
     1>D:\Qt\source\hiredis-master\async.c(890): warning C4996: 'strnicmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strnicmp. See online help for details.
         C:\Program Files (x86)\Windows Kits\10\Include\10.0.10150.0\ucrt\string.h(579): note: 参见“strnicmp”的声明
     1>D:\Qt\source\hiredis-master\async.c(943): warning C4996: 'strnicmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _strnicmp. See online help for details.
         C:\Program Files (x86)\Windows Kits\10\Include\10.0.10150.0\ucrt\string.h(579): note: 参见“strnicmp”的声明
     1>D:\Qt\source\hiredis-master\async.c(1001): warning C4244: “函数”: 从“__int64”转换到“size_t”,可能丢失数据
         hiredis.c
     1>d:\qt\source\hiredis-master\sds.h(105): warning C4244: “return”: 从“uint64_t”转换到“size_t”,可能丢失数据
     1>d:\qt\source\hiredis-master\sds.h(130): warning C4244: “return”: 从“uint64_t”转换到“size_t”,可能丢失数据
     1>d:\qt\source\hiredis-master\sds.h(198): warning C4244: “return”: 从“uint64_t”转换到“size_t”,可能丢失数据
     1>D:\Qt\source\hiredis-master\hiredis.c(608): warning C4244: “函数”: 从“unsigned __int64”转换到“size_t”,可能丢失数据
     1>D:\Qt\source\hiredis-master\hiredis.c(617): warning C4244: “函数”: 从“unsigned __int64”转换到“size_t”,可能丢失数据
     1>D:\Qt\source\hiredis-master\hiredis.c(630): warning C4244: “函数”: 从“unsigned __int64”转换到“size_t”,可能丢失数据
     1>D:\Qt\source\hiredis-master\hiredis.c(1180): warning C4244: “函数”: 从“__int64”转换到“size_t”,可能丢失数据
         net.c
     1>d:\qt\source\hiredis-master\sds.h(105): warning C4244: “return”: 从“uint64_t”转换到“size_t”,可能丢失数据
     1>d:\qt\source\hiredis-master\sds.h(130): warning C4244: “return”: 从“uint64_t”转换到“size_t”,可能丢失数据
     1>d:\qt\source\hiredis-master\sds.h(198): warning C4244: “return”: 从“uint64_t”转换到“size_t”,可能丢失数据
     1>D:\Qt\source\hiredis-master\net.c(710): warning C4102: “oom”: 未引用的标签
         read.c
     1>d:\qt\source\hiredis-master\sds.h(105): warning C4244: “return”: 从“uint64_t”转换到“size_t”,可能丢失数据
     1>d:\qt\source\hiredis-master\sds.h(130): warning C4244: “return”: 从“uint64_t”转换到“size_t”,可能丢失数据
     1>d:\qt\source\hiredis-master\sds.h(198): warning C4244: “return”: 从“uint64_t”转换到“size_t”,可能丢失数据
     1>D:\Qt\source\hiredis-master\read.c(216): warning C4146: 一元负运算符应用于无符号类型,结果仍为无符号类型
     1>D:\Qt\source\hiredis-master\read.c(303): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
         C:\Program Files (x86)\Windows Kits\10\Include\10.0.10150.0\ucrt\string.h(568): note: 参见“stricmp”的声明
     1>D:\Qt\source\hiredis-master\read.c(305): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
         C:\Program Files (x86)\Windows Kits\10\Include\10.0.10150.0\ucrt\string.h(568): note: 参见“stricmp”的声明
     1>D:\Qt\source\hiredis-master\read.c(308): warning C4996: 'stricmp': The POSIX name for this item is deprecated. Instead, use the ISO C and C++ conformant name: _stricmp. See online help for details.
         C:\Program Files (x86)\Windows Kits\10\Include\10.0.10150.0\ucrt\string.h(568): note: 参见“stricmp”的声明
     1>D:\Qt\source\hiredis-master\read.c(433): warning C4244: “+=”: 从“__int64”转换到“unsigned long”,可能丢失数据
     1>D:\Qt\source\hiredis-master\read.c(444): warning C4244: “函数”: 从“__int64”转换到“size_t”,可能丢失数据
     1>D:\Qt\source\hiredis-master\read.c(541): warning C4244: “函数”: 从“__int64”转换到“size_t”,可能丢失数据
         sds.c
     1>d:\qt\source\hiredis-master\sds.h(105): warning C4244: “return”: 从“uint64_t”转换到“size_t”,可能丢失数据
     1>d:\qt\source\hiredis-master\sds.h(130): warning C4244: “return”: 从“uint64_t”转换到“size_t”,可能丢失数据
     1>d:\qt\source\hiredis-master\sds.h(198): warning C4244: “return”: 从“uint64_t”转换到“size_t”,可能丢失数据
     1>D:\Qt\source\hiredis-master\sds.c(102): warning C4267: “=”: 从“size_t”转换到“unsigned char”,可能丢失数据
     1>D:\Qt\source\hiredis-master\sds.c(107): warning C4267: “=”: 从“size_t”转换到“uint8_t”,可能丢失数据
     1>D:\Qt\source\hiredis-master\sds.c(108): warning C4267: “=”: 从“size_t”转换到“uint8_t”,可能丢失数据
     1>D:\Qt\source\hiredis-master\sds.c(114): warning C4267: “=”: 从“size_t”转换到“uint16_t”,可能丢失数据
     1>D:\Qt\source\hiredis-master\sds.c(115): warning C4267: “=”: 从“size_t”转换到“uint16_t”,可能丢失数据
     1>D:\Qt\source\hiredis-master\sds.c(350): warning C4244: “=”: 从“uint64_t”转换到“size_t”,可能丢失数据
         sockcompat.c
         正在生成代码...
       PreLinkEvent:
         setlocal
         cd D:\Qt\source\hiredis-master\build
         if %errorlevel% neq 0 goto :cmEnd
         D:
         if %errorlevel% neq 0 goto :cmEnd
         E:\GitVersionManage\Qt\AI_Video\AI\mayi_ai_2.9\venv\Lib\site-packages\cmake\data\bin\cmake.exe -E __create_def D:/Qt/source/hiredis-master/build/hiredis.dir/Debug/exports.def D:/Qt/source/hiredis-master/build/hiredis.dir/Debug//objects.txt
         if %errorlevel% neq 0 goto :cmEnd
         :cmEnd
         endlocal & call :cmErrorLevel %errorlevel% & goto :cmDone
         :cmErrorLevel
         exit /b %1
         :cmDone
         if %errorlevel% neq 0 goto :VCEnd
         :VCEnd
       Link:
         C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\link.exe /ERRORREPORT:PROMPT /OUT:"D:\Qt\source\hiredis-master\build\Debug\hiredisd.dll" /INCREMENTAL /NOLOGO ws2_32.lib crypt32.lib kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /DEF:"D:/Qt/source/hiredis-master/build/hiredis.dir/Debug/exports.def" /MANIFEST /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /manifest:embed /Debug /PDB:"D:/Qt/source/hiredis-master/build/Debug/hiredisd.pdb" /SUBSYSTEM:CONSOLE /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"D:/Qt/source/hiredis-master/build/Debug/hiredisd.lib" /MACHINE:X86 /SAFESEH  /machine:X86 /DLL hiredis.dir\Debug\alloc.obj
         hiredis.dir\Debug\async.obj
         hiredis.dir\Debug\hiredis.obj
         hiredis.dir\Debug\net.obj
         hiredis.dir\Debug\read.obj
         hiredis.dir\Debug\sds.obj
         hiredis.dir\Debug\sockcompat.obj
           正在创建库 D:/Qt/source/hiredis-master/build/Debug/hiredisd.lib 和对象 D:/Qt/source/hiredis-master/build/Debug/hiredisd.exp
         hiredis.vcxproj -> D:\Qt\source\hiredis-master\build\Debug\hiredisd.dll
     1>已完成生成项目“D:\Qt\source\hiredis-master\build\hiredis.vcxproj”(Build 个目标)的操作。
 
已成功生成。
 
已用时间 00:00:01.27