nixpkgs/pkgs/development/libraries/libcdio
Sergei Trofimovich 475cc96c02 libcdio: 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:

    cdda-player.c:1032:31:
      error: format not a string literal and no format arguments [-Werror=format-security]
     1032 |         mvprintw(i_line++, 0, line);
          |                               ^~~~
2021-11-01 08:08:20 +00:00
..
default.nix libcdio: fix build against upcoming ncurses-6.3 2021-11-01 08:08:20 +00:00