heads
heads copied to clipboard
Linux 4.14.62 Mpass Build Error on Debian 10 (3mdeb/heads-docker)
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 did you build the heads-docker container yourself or simply pulled from dockerhub?