nixpkgs/pkgs/applications/networking/instant-messengers/toxic
Sergei Trofimovich fa34b0f03a toxic: 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:

    toxic/src/game_chess.c:1633:63: error:
      format not a string literal and no format arguments [-Werror=format-security]
     1633 |         mvwprintw(win, board->y_bottom_bound + 2, x_mid, state->status_message);
          |                                                          ~~~~~^~~~~~~~~~~~~~~~
2021-11-04 09:49:38 +00:00
..
default.nix toxic: fix build against upcoming ncurses-6.3 2021-11-04 09:49:38 +00:00