Patch to fix build error with recen gcc/ncurses
Brought to you by:
brama
When I try to build this with current gcc and ncureses I'm getting followting error:
nmixer.cc:219:26: error: format not a string literal and no format arguments [-Werror=format-security]
219 | mvwprintw(mixwin, my_y - 1, my_x, (char*)source);
| ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Attached patch fixes this.
Actual patch for quick view: