Skip to content

Comments

noice: fix build against ncurses-6.3#147727

Merged
SuperSandro2000 merged 1 commit intoNixOS:masterfrom
trofi:fix-noice-for-ncurses-6.3
Nov 30, 2021
Merged

noice: fix build against ncurses-6.3#147727
SuperSandro2000 merged 1 commit intoNixOS:masterfrom
trofi:fix-noice-for-ncurses-6.3

Conversation

@trofi
Copy link
Contributor

@trofi trofi commented Nov 28, 2021

Without the change the build on upcoming ncurses-6.3 fails as:

noice.c:377:9: error: format not a string literal and no format arguments [-Werror=format-security]
  377 |         printw(str);
      |         ^~~~~~

Without the change the build on upcoming `ncurses-6.3` fails as:

    noice.c:377:9: error: format not a string literal and no format arguments [-Werror=format-security]
      377 |         printw(str);
          |         ^~~~~~
@trofi trofi mentioned this pull request Nov 28, 2021
@ofborg ofborg bot requested a review from jfrankenau November 28, 2021 16:19
@ofborg ofborg bot added 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. labels Nov 28, 2021
@SuperSandro2000 SuperSandro2000 merged commit e7bf422 into NixOS:master Nov 30, 2021
@trofi trofi deleted the fix-noice-for-ncurses-6.3 branch November 30, 2021 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants