当前位置: 首页 > 工具软件 > Cheetah > 使用案例 >

MIT cheetah make时Werror=stringop-truncation 问题

韦辰钊
2023-12-01

问题:

[-Werror=stringop-truncation]
  106 |   return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest))

解决:
在顶层的CMakeLists中两处-Werror 后添加-Wno-error=stringop-truncation

感谢王书涵师兄提供的解决方法
(王博士单身,阳光开朗,高&富&帅,有意者可在评论区留言)

 类似资料: