标题: modbus.c:861:40: warning: cast from pointer to integer of different size [-Wp... [打印本页] 作者: 51hei社区 时间: 2016-1-16 03:04 标题: modbus.c:861:40: warning: cast from pointer to integer of different size [-Wp... 最近写一个纯c的代码, 在vc下编译没有任何问题, 但是在gcc的MinGW下面编译结果提出如下警告:
modbus.c:861:40: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
modbus.c:861:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]