Skip to content

Conversation

@ScoreUnder
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant