diff options
author | mark.yang <mark.yang@lge.com> | 2025-04-18 18:04:24 +0900 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-04-19 14:36:07 -0700 |
commit | 7ad93a1c68ee6cb9df88623dbdde16309b11e3b0 (patch) | |
tree | 0f9dc2570d40ff6a5d2e8ecd8b7b3f832197c228 /meta-python/recipes-devtools/python/python3-pydantic-core | |
parent | 748f7c938677f541573dd49a05dd4082c2f1f888 (diff) | |
download | meta-openembedded-7ad93a1c68ee6cb9df88623dbdde16309b11e3b0.tar.gz |
libowfat: fix error with gcc-15
* fix following errors:
./select.h:13:12: error: conflicting types for 'select'; have 'int(void)'
13 | extern int select();
| ^~~~~~
In file included from TOPDIR/tmp/work/core2-64-oe-linux/libowfat/0.32/recipe-sysroot/usr/include/sys/types.h:179,
from ./select.h:6:
./buffer.h:40:65: error: initialization of 'ssize_t (*)(void)' {aka 'long int (*)(void)'} from incompatible pointer type 'ssize_t (*)(int, char *, size_t)' {aka 'long int (*)(int, char *, long unsigned int)'} [-Wincompatible-pointer-types]
40 | #define BUFFER_INIT(op,fd,buf,len) { (char*)(buf), 0, 0, (len), (op), NULL, NULL, (fd) }
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-pydantic-core')
0 files changed, 0 insertions, 0 deletions