mirror of
https://github.com/Cc28256/CcRemote.git
synced 2025-06-23 20:39:54 +00:00
16 lines
1.6 KiB
Plaintext
16 lines
1.6 KiB
Plaintext
C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\VC\VCTargets\Microsoft.CppBuild.targets(377,5): warning MSB8004: Output 目录未以斜杠结尾。 此生成实例将添加斜杠,因为必须有这个斜杠才能正确计算 Output 目录。
|
||
pch.cpp
|
||
dllmain.cpp
|
||
f:\myapp\ccremote\ccmaindll\wsc\dllmain.cpp(13): warning C4018: “<=”: 有符号/无符号不匹配
|
||
f:\myapp\ccremote\ccmaindll\wsc\dllmain.cpp(15): warning C4267: “=”: 从“size_t”转换到“char”,可能丢失数据
|
||
f:\myapp\ccremote\ccmaindll\wsc\dllmain.cpp(108): warning C4996: 'fopen': This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
|
||
d:\windows kits\10\include\10.0.17763.0\ucrt\stdio.h(208): note: 参见“fopen”的声明
|
||
f:\myapp\ccremote\ccmaindll\wsc\dllmain.cpp(154): warning C4838: 从“int”转换到“char”需要收缩转换
|
||
f:\myapp\ccremote\ccmaindll\wsc\dllmain.cpp(154): warning C4309: “初始化”: 截断常量值
|
||
f:\myapp\ccremote\ccmaindll\wsc\dllmain.cpp(155): warning C4838: 从“int”转换到“char”需要收缩转换
|
||
f:\myapp\ccremote\ccmaindll\wsc\dllmain.cpp(155): warning C4309: “初始化”: 截断常量值
|
||
f:\myapp\ccremote\ccmaindll\wsc\dllmain.cpp(156): warning C4838: 从“int”转换到“char”需要收缩转换
|
||
f:\myapp\ccremote\ccmaindll\wsc\dllmain.cpp(156): warning C4309: “初始化”: 截断常量值
|
||
正在创建库 ..\..\bin\hijack\wsc.lib 和对象 ..\..\bin\hijack\wsc.exp
|
||
wsc.vcxproj -> F:\myapp\CcRemote\CcMainDll\wsc\..\..\bin\hijack\wsc.dll
|