I get this warnings while compiling a 'C' language file.
In function ‘strncat’,inlined from ‘O281DC3F563F92003x’ at util.c:817:13:
/usr/arm-linux-gnueabihf/include/bits/string3.h:152:3: warning: call to
__builtin___strncat_chk might overflow destination buffer [enabled by
default]
In function ‘strncat’,inlined from ‘UFE191C0002FB606Eb’ at util.c:3231:25:
/usr/arm-linux-gnueabihf/include/bits/string3.h:152:3: warning: call to
__builtin___strncat_chk might overflow destination buffer [enabled by
default]
In function ‘strncat’,
How can I remove these warnings?