heads icon indicating copy to clipboard operation
heads copied to clipboard

Linux 4.14.62 Mpass Build Error on Debian 10 (3mdeb/heads-docker)

Open CptNemooo opened this issue 3 years ago • 1 comments

Good day all, unfortunately getting a compile error in unifdef.c Function Mpass

heads/build/linux-4.14.62/scripts/unifdef.c: In function 'Mpass': heads/build/linux-4.14.62/scripts/unifdef.c:453:28: warning: 'strncpy' output truncated before terminating nul copying 4 bytes from a string of the same length [-Wstringop-truncation] static void Mpass (void) { strncpy(keyword, "if ", 4); Pelif(); } ^~~~~~~~~~~~~~~~~~~~~~~~~~~

CptNemooo avatar Nov 01 '21 10:11 CptNemooo

@CptNemooo did you build the heads-docker container yourself or simply pulled from dockerhub?

miczyg1 avatar Nov 25 '21 15:11 miczyg1