| 1234567891011 |
- YoloFeatureExtractor.cpp
- C:\Users\27920\Desktop\test\test\YoloFeatureExtractor.cpp(69,27): warning C4267: “初始化”: 从“size_t”转换到“int”,可能丢失数据
- C:\Users\27920\Desktop\test\test\YoloFeatureExtractor.cpp(154,33): warning C4305: “初始化”: 从“double”到“float”截断
- LINK : warning LNK4067: 不明确的入口点;选定“mainCRTStartup”
- 正在生成代码
- 2 of 4128 functions (<0.1%) were compiled, the rest were copied from previous compilation.
- 0 functions were new in current compilation
- 95 functions had inline decision re-evaluated but remain unchanged
- 已完成代码的生成
- test.vcxproj -> C:\Users\27920\Desktop\test\x64\Release\test.exe
|