diff options
author | mark.yang <mark.yang@lge.com> | 2025-03-27 15:37:20 +0900 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-27 17:05:45 -0700 |
commit | df5a8eff4f0b52a918bb58bb3f42de5be3daf901 (patch) | |
tree | e054e4f23cf833f0265ab01ac482b364a1e168e8 /meta-python/recipes-devtools/python/python3-m2crypto/0001-setup.py-Make-the-cmd-available.patch | |
parent | f15ce0904fad987522a7e9d7ef678c07b971977e (diff) | |
download | meta-openembedded-df5a8eff4f0b52a918bb58bb3f42de5be3daf901.tar.gz |
gpm: fix build with gcc-15
* fix build with gcc-15
lib/libcurses.c:46:5: error: conflicting types for 'Gpm_Wgetch'; have 'int(WINDOW *)' {aka 'int(struct _win_st *)'}
46 | int Gpm_Wgetch(WINDOW *win)
| ^~~~~~~~~~
In file included from gpm/1.99.7+gite82d1a653ca94aa4ed12441424da6ce780b1e530/git/src/headers/gpmInt.h:28,
from lib/libcurses.c:30:
gpm/1.99.7+gite82d1a653ca94aa4ed12441424da6ce780b1e530/git/src/headers/gpm.h:271:12: note: previous declaration of 'Gpm_Wgetch' with type 'int(void)'
271 | extern int Gpm_Wgetch();
| ^~~~~~~~~~
Signed-off-by: mark.yang <mark.yang@lge.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-m2crypto/0001-setup.py-Make-the-cmd-available.patch')
0 files changed, 0 insertions, 0 deletions