搜索
编程论坛
→
开发语言
→
『 C语言论坛 』
→ [Warning] assignment makes pointer from integer without a cast 应该怎么改?
标题:
[Warning] assignment makes pointer from integer without a cast 应该怎么 ...
取消只看楼主
tzq991
等 级:
新手上路
帖 子:2
专家分:0
注 册:2018-3-14
结帖率:
0
楼主
已结贴
√
问题点数:20 回复次数:1
[Warning] assignment makes pointer from integer without a cast 应该怎么改?
typedef struct
{
uint32_t A;
void* B[4];
}tS;
函数是
int main(uint32_t *x,uint32_t y)
{
tS abc;
memset(&abc , 0 , sizeof(abc));
abc.A = 0;
abc.B[0] = x;
abc.B[1] = y;
}
搜索更多相关主题的帖子:
Warning
assignment
from
integer
abc
2018-03-14 21:53
tzq991
等 级:
新手上路
帖 子:2
专家分:0
注 册:2018-3-14
第
2
楼
得分:0
回复 2楼 rjsp
所以把结构体里面的类型改下就可以吧
2018-03-15 21:32
2
1/1页
1
参与讨论请移步原网站贴子:
https://bbs.bccn.net/thread-485279-1-1.html
关于我们
|
广告合作
|
编程中国
|
清除Cookies
|
TOP
|
手机版
编程中国
版权所有,并保留所有权利。
Powered by
Discuz
, Processed in 0.473143 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved