Closed ghost closed 4 years ago
Como o código é compilado com -werror
deve-se tirar os warnings
.
@diegocatalao , poderia fazer checkout desse branch e testar em seu ambiente:
https://github.com/rprata/ibutterfree/tree/issue/26
4d2cce1f10a29bfb906b477f1421bce9cad314bd
Descrição:
strncpy(m_bfcs->fdfb, FB, strlen(FB));
. Uma busca rápida no Google vi que algumas pessoas mudaram o strncpy por memcpy. Quando faço isso outro erro acontece mas em uma função do ibutterfree_surface.cerror: argument 1 null where non-null expected [-Werror=nonnull]
.TL;DR: strncopy e memcpy retornam erros inesperados.
Arquitetura:
Memória: 12GB
Erro:
strncpy(m_bfcs->fdfb, FB, strlen(FB));
error: argument 1 null where non-null expected [-Werror=nonnull]