shumatech / evjs

evjs is a set of utilities for testing, calibrating, and configuring evdev-based joysticks in Linux
GNU General Public License v3.0
9 stars 3 forks source link

Fix format security warning #3

Open ScoreUnder opened 9 months ago

ScoreUnder commented 9 months ago

Fixes build error with -Werror=format-security (default on arch linux):

view.c: In function ‘view_confirm’:
view.c:394:5: error: format not a string literal and no format arguments [-Werror=format-security]
  394 |     if (mvwprintw(w, STATUS_Y, STATUS_X, prompt) == OK)
      |     ^~
cc1: some warnings being treated as errors
make[2]: *** [Makefile:519: evjstest-view.o] Error 1