bviplus: fix build with gcc14

+2
+2
pkgs/by-name/bv/bviplus/package.nix
··· 35 35 36 36 buildFlags = [ "CFLAGS=-fgnu89-inline" ]; 37 37 38 + env.NIX_CFLAGS_COMPILE = "-Wno-implicit-int"; 39 + 38 40 meta = with lib; { 39 41 description = "Ncurses based hex editor with a vim-like interface"; 40 42 homepage = "https://bviplus.sourceforge.net";