ActuatorDemo.cpp
|
F:\workspace_LSSF\Actuator\ActuatorDemo\ActuatorDemo.cpp(81,40): warning C4244: “=”: 从“double”转换到“unsigned short”,可能丢失数据
|
F:\workspace_LSSF\Actuator\ActuatorDemo\ActuatorDemo.cpp(82,52): warning C4244: “=”: 从“double”转换到“unsigned short”,可能丢失数据
|
F:\workspace_LSSF\Actuator\ActuatorDemo\ActuatorDemo.cpp(84,28): warning C4477: “printf”: 格式字符串“%f”需要类型“double”的参数,但可变参数 2 拥有了类型“int”
|
正在生成代码
|
Previous IPDB not found, fall back to full compilation.
|
All 22 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
|
已完成代码的生成
|
ActuatorDemo.vcxproj -> F:\workspace_LSSF\Actuator\Release\ActuatorDemo.exe
|