1
2
3
4
5
| 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”
| ActuatorDemo.vcxproj -> F:\workspace_LSSF\Actuator\Debug\ActuatorDemo.exe
|
|