首页 > 其他 > 详细

关闭changed in GCC 7.1的g++编译警告

时间:2021-04-14 00:11:12      阅读:18      评论:0      收藏:0      [点我收藏+]

类似这种:

note: parameter passing for argument of type ‘__gnu_cxx::__normal_iterator<const nlohmann::basic_json<>*, std::vector<nlohmann::basic_json<>, std::allocator<nlohmann::basic_json<> > > >’ changed in GCC 7.1

技术分享图片

 

 

 

加入g++编译选项:-Wno-psabi 解决警告提示

关闭changed in GCC 7.1的g++编译警告

原文:https://www.cnblogs.com/jest549/p/14654505.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!