nixpkgs/pkgs/games/bastet
Sergei Trofimovich 77c54c908f bastet: fix build against upcoming ncurses-6.3
On ncurses-6.3 with extra printf() annotations gcc now detects
use of user input in place of format strings:

    Ui.cpp:293:16: error: format not a string literal and no format arguments [-Werror=format-security]
      293 |       mvwprintw(w,0,0,msg.c_str());
          |       ~~~~~~~~~^~~~~~~~~~~~~~~~~~~
2021-11-03 08:09:42 +00:00
..
default.nix bastet: fix build against upcoming ncurses-6.3 2021-11-03 08:09:42 +00:00