475cc96c02
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);
| ^~~~