Drop 0001-replace-__pure__-with-compiler-attribute-pure, which is obsolete in 0.34, and refresh 0001-fix-incompatible-type-error-with-gcc-15 to the hunks still needed. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* 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>
Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>