summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorSergei Trofimovich <slyich@gmail.com>2021-11-02 08:49:30 +0000
committerSergei Trofimovich <slyich@gmail.com>2021-11-02 08:51:40 +0000
commit429e07efe5977f0d2cee0ecc2d4169e24caa3219 (patch)
tree33cb5faaee26b402438468c95da3af0c14501ea4 /.github
parentb6b71e8b044bd038cc0b314feedc344b1fb8f1ee (diff)
downloadnixpkgs-429e07efe5977f0d2cee0ecc2d4169e24caa3219.tar
nixpkgs-429e07efe5977f0d2cee0ecc2d4169e24caa3219.tar.gz
nixpkgs-429e07efe5977f0d2cee0ecc2d4169e24caa3219.tar.bz2
nixpkgs-429e07efe5977f0d2cee0ecc2d4169e24caa3219.tar.lz
nixpkgs-429e07efe5977f0d2cee0ecc2d4169e24caa3219.tar.xz
nixpkgs-429e07efe5977f0d2cee0ecc2d4169e24caa3219.tar.zst
nixpkgs-429e07efe5977f0d2cee0ecc2d4169e24caa3219.zip
aewan: fix build against ncurses-6.3
`ncuses-6.3` added printf-style function attributes and now makes
it easier to catch cases when user input is used in palce of format
string when built with CFLAGS=-Werror=format-security:

    aewan.c: In function 'paint_screen':
    aewan.c:147:7: error: format not a string literal and no format arguments [-Werror=format-security]
      147 |       printw(msg);
          |       ^~~~~~

Let's pull a patch pending upstream inclusion.
Diffstat (limited to '.github')
0 files changed, 0 insertions, 0 deletions