liblogging: -Wno-error fixups for gcc-14

+2
+2
pkgs/by-name/li/liblogging/package.nix
··· 26 26 "--enable-man-pages" 27 27 ]; 28 28 29 + env.NIX_CFLAGS_COMPILE = "-Wno-error=implicit-int -Wno-error=implicit-function-declaration"; 30 + 29 31 meta = with lib; { 30 32 homepage = "http://www.liblogging.org/"; 31 33 description = "Lightweight signal-safe logging library";