Snippets for liquidwar 5.6.6 from Nix x86_64-linux
Sourced from https://hydra.nixos.org/log/mynpmf1w9r6fpkdwj6z7cjbvngmzrcdq-liquidwar5-5.6.6.drv.
-
liquidwarmap.c:395:7: warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result] 395 | fread (READABLE_NAME, sizeof (READABLE_NAME), 1, f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
liquidwarmap.c:371:3: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation] 371 | strncpy (SYSTEM_NAME, str, sizeof (SYSTEM_NAME)); | ^ -
liquidwarmap.c:416:7: warning: '__builtin_strncpy' specified bound 32 equals destination size [-Wstringop-truncation] 416 | strncpy (READABLE_NAME, str, sizeof (READABLE_NAME)); | ^ -
liquidwartex.c:289:3: warning: '__builtin_strncpy' specified bound 16 equals destination size [-Wstringop-truncation] 289 | strncpy (SYSTEM_NAME, str, sizeof (SYSTEM_NAME)); | ^