问题:
[-Werror=stringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest))
解决:
在顶层的CMakeLists中两处-Werror 后添加-Wno-error=stringop-truncation
感谢王书涵师兄提供的解决方法
(王博士单身,阳光开朗,高&富&帅,有意者可在评论区留言)
问题:
[-Werror=stringop-truncation]
106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest))
解决:
在顶层的CMakeLists中两处-Werror 后添加-Wno-error=stringop-truncation
感谢王书涵师兄提供的解决方法
(王博士单身,阳光开朗,高&富&帅,有意者可在评论区留言)