[Warning] ‘typedef‘ was ignored in this declaration解决
首先先展示一下问题是怎么样的: 出现了’typedef’ was ignored in this declaration的问题
下面提供解决方案及原因
原因:在于使用结构体的时候没有使用别名
解决方案:1. 去掉typedef 2.在结构体后面加上别名 解决后如下图
1. 2. 别名直接加上结构体名字即可啦!!
[Warning] ‘typedef‘ was ignored in this declaration解决最先出现在Python成神之路。
共有 0 条评论