今天在移植代码的时候,遇到了指针操作时会出现Warning[Pa082]: undefined behavior: the order of volatile accesses is undefined in this statement的警告,但是程序功能运行正常,故想消除Pa082的警告码。

今天在移植代码的时候,遇到了指针操作时会出现Warning[Pa082]: undefined behavior: the order of volatile accesses is undefined in this statement的警告,但是程序功能运行正常,故想消除Pa082的警告码。

上一篇 再论指针
下一篇 传指针与传引用的区别