標題: 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]