diff options
| author | Jörg Sommer <joerg.sommer@navimatix.de> | 2026-03-14 13:00:00 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-18 14:33:25 -0700 |
| commit | 9a40804aa860956cb289994af8fbfcad935a009e (patch) | |
| tree | 5097b45521e3490850c34bb88920e311a32fd840 /meta-python/recipes-devtools/python/python3-pytest-asyncio_1.3.0.bb | |
| parent | 991ce2b4cb1a9f9d9af0076d9b0c31b8b7b1d0fe (diff) | |
| download | meta-openembedded-9a40804aa860956cb289994af8fbfcad935a009e.tar.gz | |
gd: Add patch to fix compiler error about missing const
Gcc complains about:
| ../../sources/gd-2.3.3/src/gd_filename.c: In function 'ftype':
| ../../sources/gd-2.3.3/src/gd_filename.c:99:9: error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
| 99 | ext = strrchr(filename, '.');
| | ^
| cc1: all warnings being treated as errors
Even the newest git master commit does not fix this.
Signed-off-by: Jörg Sommer <joerg.sommer@navimatix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest-asyncio_1.3.0.bb')
0 files changed, 0 insertions, 0 deletions
