...n definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[628/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_i386.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_i386.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[629/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_ide.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_ide.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[630/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_i3c.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_i3c.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[631/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_isa.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_isa.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[632/4526] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-block-core.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from qapi/qapi-visit-block-core.c:13:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[633/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_mips.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_mips.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[634/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_misc_macio.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_misc_macio.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[635/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_nitro.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_nitro.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[636/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_misc.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_misc.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[637/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_nubus.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_nubus.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[638/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_mem.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_mem.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[639/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_input.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_input.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[640/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_intc.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_intc.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[641/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_net_can.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_net_can.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[642/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_nvram.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_nvram.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[643/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_nvme.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_nvme.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[644/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_net.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_net.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[645/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_pci.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_pci.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[646/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_pci_host.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_pci_host.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[647/4526] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-ui.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from qapi/qapi-visit-ui.c:13:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[648/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_riscv.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_riscv.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[649/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_rtc.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_rtc.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[650/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_sh4.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_sh4.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[651/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_ppc.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_ppc.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[652/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_sparc64.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_sparc64.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[653/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_sparc.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_sparc.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[654/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_sensor.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_sensor.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[655/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_ssi.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_ssi.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[656/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_scsi.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_scsi.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[657/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_s390x.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_s390x.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[658/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_uefi.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_uefi.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[659/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_timer.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_timer.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[660/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_ufs.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_ufs.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[661/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_sd.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_sd.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[662/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_tpm.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_tpm.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[663/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_vfio_user.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_vfio_user.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[664/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_vfio.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_vfio.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[665/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_gpio.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_gpio.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[666/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_vmapple.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_vmapple.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[667/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_usb.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_usb.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[668/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_watchdog.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_watchdog.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[669/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_xen.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_xen.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[670/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-net.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-net.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[671/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-replay.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-replay.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[672/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_virtio.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_virtio.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[673/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-accel_tcg.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-accel_tcg.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[674/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-system.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-system.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[675/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_remote.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_remote.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[676/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-ui.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-ui.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[677/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_arm.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-target_arm.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[678/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_core.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-hw_core.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[679/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_hppa.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-target_hppa.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[680/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_i386_whpx.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-target_i386_whpx.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[681/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_i386_kvm.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-target_i386_kvm.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[682/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-migration.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-migration.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[683/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_loongarch.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-target_loongarch.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[684/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_mips_tcg.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-target_mips_tcg.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[685/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_i386.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-target_i386.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[686/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_ppc.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-target_ppc.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[687/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_arm_hvf.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-target_arm_hvf.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[688/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_s390x.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-target_s390x.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[689/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_riscv.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-target_riscv.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[690/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_authz_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_authz_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[691/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_sparc.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-target_sparc.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[692/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_block_core_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_block_core_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[693/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_block_export_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_block_export_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[694/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_compat_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_compat_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[695/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_block_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_block_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[696/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_s390x_kvm.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-target_s390x_kvm.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[697/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_control_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_control_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[698/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_common_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_common_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[699/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_char_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_char_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[700/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_crypto_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_crypto_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[701/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_dump_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_dump_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[702/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_cxl_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_cxl_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[703/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_error_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_error_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[704/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_introspect_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_introspect_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[705/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_job_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_job_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[706/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_machine_common_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_machine_common_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[707/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_ebpf_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_ebpf_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[708/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_misc_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_misc_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[709/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_machine_s390x_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_machine_s390x_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[710/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_net_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_net_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[711/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_pragma_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_pragma_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[712/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_qom_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_qom_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[713/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_migration_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_migration_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[714/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_stats_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_stats_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[715/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_sockets_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_sockets_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[716/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_replay_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_replay_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[717/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_run_state_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_run_state_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[718/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_machine_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_machine_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[719/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_trace_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_trace_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[720/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_transaction_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_transaction_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[721/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_accelerator_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_accelerator_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[722/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_acpi_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_acpi_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[723/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_cryptodev_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_cryptodev_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[724/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_yank_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_yank_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[725/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_audio_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_audio_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[726/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_virtio_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_virtio_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[727/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_qdev_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_qdev_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[728/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_acpi_hest_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_acpi_hest_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[729/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_vfio_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_vfio_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[730/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_rocker_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_rocker_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[731/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_misc_arm_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_misc_arm_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[732/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_tpm_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_tpm_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[733/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_misc_i386_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_misc_i386_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[734/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_pci_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_pci_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[735/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_ui_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_ui_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[736/4526] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_uefi_trace_events.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from trace/trace-qapi_commands_uefi_trace_events.c:4:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[737/4526] Compiling C object libqemuutil.a.p/qapi_qapi-dealloc-visitor.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/qapi/qapi-dealloc-visitor.c:15:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[738/4526] Compiling C object libqemuutil.a.p/qapi_qapi-clone-visitor.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/qapi/qapi-clone-visitor.c:11:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[739/4526] Compiling C object libqemuutil.a.p/qapi_qapi-util.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/qapi/qapi-util.c:13:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[740/4526] Compiling C object libqemuutil.a.p/qapi_qmp-event.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/qapi/qmp-event.c:14:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[741/4526] Compiling C object libqemuutil.a.p/qapi_qapi-type-helpers.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/qapi/qapi-type-helpers.c:12:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[742/4526] Compiling C object libqemuutil.a.p/qapi_opts-visitor.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/qapi/opts-visitor.c:13:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[743/4526] Compiling C object libqemuutil.a.p/qapi_qapi-forward-visitor.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/qapi/qapi-forward-visitor.c:11:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[744/4526] Compiling C object libqemuutil.a.p/qobject_qnull.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/qobject/qnull.c:13:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[745/4526] Compiling C object libqemuutil.a.p/qapi_qobject-output-visitor.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/qapi/qobject-output-visitor.c:15:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[746/4526] Compiling C object libqemuutil.a.p/qapi_string-input-visitor.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/qapi/string-input-visitor.c:13:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[747/4526] Compiling C object libqemuutil.a.p/qapi_qmp-registry.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/qapi/qmp-registry.c:15:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[748/4526] Compiling C object libqemuutil.a.p/qobject_qstring.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/qobject/qstring.c:13:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[749/4526] Compiling C object libqemuutil.a.p/qapi_qmp-dispatch.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/qapi/qmp-dispatch.c:14:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[750/4526] Compiling C object libqemuutil.a.p/qobject_qbool.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/qobject/qbool.c:14:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[751/4526] Compiling C object libqemuutil.a.p/qobject_qlit.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/qobject/qlit.c:16:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[752/4526] Compiling C object libqemuutil.a.p/qobject_qlist.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/qobject/qlist.c:13:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[753/4526] Compiling C object libqemuutil.a.p/qobject_qnum.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/qobject/qnum.c:15:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[754/4526] Compiling C object libqemuutil.a.p/qobject_qobject.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/qobject/qobject.c:10:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[755/4526] Compiling C object libqemuutil.a.p/qapi_qapi-visit-core.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/qapi/qapi-visit-core.c:15:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[756/4526] Compiling C object libqemuutil.a.p/qobject_qjson.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/qobject/qjson.c:14:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[757/4526] Compiling C object libqemuutil.a.p/qobject_json-lexer.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/qobject/json-lexer.c:14:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[758/4526] Compiling C object libqemuutil.a.p/qobject_json-streamer.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/qobject/json-streamer.c:14:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[759/4526] Compiling C object libqemuutil.a.p/qapi_string-output-visitor.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/qapi/string-output-visitor.c:13:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[760/4526] Compiling C object libqemuutil.a.p/util_qemu-timer-common.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/qemu-timer-common.c:24:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[761/4526] Compiling C object libqemuutil.a.p/util_unicode.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/unicode.c:13:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[762/4526] Compiling C object libqemuutil.a.p/util_compatfd.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/compatfd.c:16:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[763/4526] Compiling C object libqemuutil.a.p/qobject_qdict.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/qobject/qdict.c:13:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[764/4526] Compiling C object libqemuutil.a.p/qobject_json-writer.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/qobject/json-writer.c:16:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[765/4526] Compiling C object libqemuutil.a.p/util_fdmon-poll.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/fdmon-poll.c:8:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[766/4526] Compiling C object libqemuutil.a.p/util_event_notifier-posix.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/event_notifier-posix.c:13:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[767/4526] Compiling C object libqemuutil.a.p/util_fdmon-epoll.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/fdmon-epoll.c:6:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[768/4526] Compiling C object libqemuutil.a.p/qobject_json-parser.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/qobject/json-parser.c:14:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[769/4526] Compiling C object libqemuutil.a.p/qapi_qobject-input-visitor.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/qapi/qobject-input-visitor.c:15:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[770/4526] Compiling C object libqemuutil.a.p/util_mmap-alloc.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/mmap-alloc.c:13:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
In file included from /usr/include/asm-generic/mman.h:5,
from /usr/include/asm/mman.h:11,
from /usr/include/linux/mman.h:5,
from ../sources/qemu-11.0.0/util/mmap-alloc.c:15:
/usr/include/asm-generic/mman-common.h:26:9: warning: "MAP_POPULATE" redefined
26 | #define MAP_POPULATE 0x008000 /* populate (prefault) pagetables */
| ^~~~~~~~~~~~
In file included from /usr/include/bits/mman.h:29,
from /usr/include/sys/mman.h:41,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/system/os-posix.h:29,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:182:
/usr/include/bits/mman-map-flags-generic.h:33:9: note: this is the location of the previous definition
33 | #define MAP_POPULATE 0x08000 /* Populate (prefault) pagetables. */
| ^~~~~~~~~~~~
/usr/include/asm-generic/mman-common.h:27:9: warning: "MAP_NONBLOCK" redefined
27 | #define MAP_NONBLOCK 0x010000 /* do not block on IO */
| ^~~~~~~~~~~~
/usr/include/bits/mman-map-flags-generic.h:34:9: note: this is the location of the previous definition
34 | #define MAP_NONBLOCK 0x10000 /* Do not block on IO. */
| ^~~~~~~~~~~~
/usr/include/asm-generic/mman-common.h:28:9: warning: "MAP_STACK" redefined
28 | #define MAP_STACK 0x020000 /* give out an address that is best suited for process/thread stacks */
| ^~~~~~~~~
/usr/include/bits/mman-map-flags-generic.h:35:9: note: this is the location of the previous definition
35 | #define MAP_STACK 0x20000 /* Allocation is for a stack. */
| ^~~~~~~~~
/usr/include/asm-generic/mman-common.h:29:9: warning: "MAP_HUGETLB" redefined
29 | #define MAP_HUGETLB 0x040000 /* create a huge page mapping */
| ^~~~~~~~~~~
/usr/include/bits/mman-map-flags-generic.h:36:9: note: this is the location of the previous definition
36 | #define MAP_HUGETLB 0x40000 /* Create huge page mapping. */
| ^~~~~~~~~~~
/usr/include/asm-generic/mman-common.h:30:9: warning: "MAP_SYNC" redefined
30 | #define MAP_SYNC 0x080000 /* perform synchronous page faults for the mapping */
| ^~~~~~~~
/usr/include/bits/mman-map-flags-generic.h:37:9: note: this is the location of the previous definition
37 | #define MAP_SYNC 0x80000 /* Perform synchronous page
| ^~~~~~~~
/usr/include/asm-generic/mman-common.h:39:9: warning: "MLOCK_ONFAULT" redefined
39 | #define MLOCK_ONFAULT 0x01 /* Lock pages in range after they are faulted in, do not prefault */
| ^~~~~~~~~~~~~
In file included from /usr/include/bits/mman-linux.h:116,
from /usr/include/bits/mman.h:32:
/usr/include/bits/mman-shared.h:42:11: note: this is the location of the previous definition
42 | # define MLOCK_ONFAULT 1U
| ^~~~~~~~~~~~~
/usr/include/asm-generic/mman.h:7:9: warning: "MAP_GROWSDOWN" redefined
7 | #define MAP_GROWSDOWN 0x0100 /* stack-like segment */
| ^~~~~~~~~~~~~
/usr/include/bits/mman-map-flags-generic.h:28:9: note: this is the location of the previous definition
28 | #define MAP_GROWSDOWN 0x00100 /* Stack-like segment. */
| ^~~~~~~~~~~~~
/usr/include/asm-generic/mman.h:8:9: warning: "MAP_DENYWRITE" redefined
8 | #define MAP_DENYWRITE 0x0800 /* ETXTBSY */
| ^~~~~~~~~~~~~
/usr/include/bits/mman-map-flags-generic.h:29:9: note: this is the location of the previous definition
29 | #define MAP_DENYWRITE 0x00800 /* ETXTBSY. */
| ^~~~~~~~~~~~~
/usr/include/asm-generic/mman.h:9:9: warning: "MAP_EXECUTABLE" redefined
9 | #define MAP_EXECUTABLE 0x1000 /* mark it as an executable */
| ^~~~~~~~~~~~~~
/usr/include/bits/mman-map-flags-generic.h:30:9: note: this is the location of the previous definition
30 | #define MAP_EXECUTABLE 0x01000 /* Mark it as an executable. */
| ^~~~~~~~~~~~~~
/usr/include/asm-generic/mman.h:10:9: warning: "MAP_LOCKED" redefined
10 | #define MAP_LOCKED 0x2000 /* pages are locked */
| ^~~~~~~~~~
/usr/include/bits/mman-map-flags-generic.h:31:9: note: this is the location of the previous definition
31 | #define MAP_LOCKED 0x02000 /* Lock the mapping. */
| ^~~~~~~~~~
/usr/include/asm-generic/mman.h:11:9: warning: "MAP_NORESERVE" redefined
11 | #define MAP_NORESERVE 0x4000 /* don't check for reservations */
| ^~~~~~~~~~~~~
/usr/include/bits/mman-map-flags-generic.h:32:9: note: this is the location of the previous definition
32 | #define MAP_NORESERVE 0x04000 /* Don't check for reservations. */
| ^~~~~~~~~~~~~
/usr/include/linux/mman.h:27:9: warning: "MAP_HUGE_SHIFT" redefined
27 | #define MAP_HUGE_SHIFT HUGETLB_FLAG_ENCODE_SHIFT
| ^~~~~~~~~~~~~~
/usr/include/bits/mman-linux.h:58:9: note: this is the location of the previous definition
58 | #define MAP_HUGE_SHIFT 26
| ^~~~~~~~~~~~~~
/usr/include/linux/mman.h:28:9: warning: "MAP_HUGE_MASK" redefined
28 | #define MAP_HUGE_MASK HUGETLB_FLAG_ENCODE_MASK
| ^~~~~~~~~~~~~
/usr/include/bits/mman-linux.h:59:9: note: this is the location of the previous definition
59 | #define MAP_HUGE_MASK 0x3f
| ^~~~~~~~~~~~~
[771/4526] Compiling C object libqemuutil.a.p/qobject_block-qdict.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/qobject/block-qdict.c:10:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[772/4526] Compiling C object libqemuutil.a.p/util_osdep.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/osdep.c:24:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[773/4526] Compiling C object libqemuutil.a.p/util_thread-context.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/thread-context.c:13:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[774/4526] Compiling C object libqemuutil.a.p/util_defer-call.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/defer-call.c:21:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[775/4526] Compiling C object libqemuutil.a.p/util_drm.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/drm.c:17:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[776/4526] Compiling C object libqemuutil.a.p/util_path.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/path.c:6:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
In file included from ../sources/qemu-11.0.0/util/path.c:7:
/usr/include/sys/param.h:102:9: warning: "MIN" redefined
102 | #define MIN(a,b) (((a)<(b))?(a):(b))
| ^~~
TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:423:9: note: this is the location of the previous definition
423 | #define MIN(a, b) \
| ^~~
/usr/include/sys/param.h:103:9: warning: "MAX" redefined
103 | #define MAX(a,b) (((a)>(b))?(a):(b))
| ^~~
TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:432:9: note: this is the location of the previous definition
432 | #define MAX(a, b) \
| ^~~
[777/4526] Compiling C object libqemuutil.a.p/util_memfd.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/memfd.c:28:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[778/4526] Compiling C object libqemuutil.a.p/util_module.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/module.c:16:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[779/4526] Compiling C object libqemuutil.a.p/util_envlist.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/envlist.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[780/4526] Compiling C object libqemuutil.a.p/util_event.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/event.c:3:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[781/4526] Compiling C object libqemuutil.a.p/util_hexdump.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/hexdump.c:16:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[782/4526] Compiling C object libqemuutil.a.p/util_aio-posix.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/aio-posix.c:16:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[783/4526] Compiling C object libqemuutil.a.p/util_bitops.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/bitops.c:14:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[784/4526] Compiling C object libqemuutil.a.p/util_cacheflush.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/cacheflush.c:8:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[785/4526] Compiling C object libqemuutil.a.p/util_host-utils.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/host-utils.c:26:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[786/4526] Compiling C object libqemuutil.a.p/util_qemu-thread-posix.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/qemu-thread-posix.c:13:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[787/4526] Compiling C object libqemuutil.a.p/util_cutils.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/cutils.c:25:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[788/4526] Compiling C object libqemuutil.a.p/util_fifo8.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/fifo8.c:15:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[789/4526] Compiling C object libqemuutil.a.p/util_id.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/id.c:13:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[790/4526] Compiling C object libqemuutil.a.p/util_notify.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/notify.c:16:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[791/4526] Compiling C object libqemuutil.a.p/util_qemu-print.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/qemu-print.c:13:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[792/4526] Compiling C object libqemuutil.a.p/util_error.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/error.c:15:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[793/4526] Compiling C object libqemuutil.a.p/util_bitmap.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/bitmap.c:12:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[794/4526] Compiling C object libqemuutil.a.p/util_qemu-progress.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/qemu-progress.c:25:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[795/4526] Compiling C object libqemuutil.a.p/util_crc32c.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/crc32c.c:28:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[796/4526] Compiling C object libqemuutil.a.p/util_oslib-posix.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/oslib-posix.c:29:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[797/4526] Compiling C object libqemuutil.a.p/util_qemu-config.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/qemu-config.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[798/4526] Compiling C object libqemuutil.a.p/util_error-report.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/error-report.c:13:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[799/4526] Compiling C object libqemuutil.a.p/util_uuid.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/uuid.c:16:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[800/4526] Compiling C object libqemuutil.a.p/util_getauxval.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/getauxval.c:25:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[801/4526] Compiling C object libqemuutil.a.p/util_systemd.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/systemd.c:13:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[802/4526] Compiling C object libqemuutil.a.p/util_transactions.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/transactions.c:23:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[803/4526] Compiling C object libqemuutil.a.p/util_rcu.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/rcu.c:29:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
In file included from ../sources/qemu-11.0.0/util/rcu.c:36:
/usr/include/malloc.h:39:14: warning: redundant redeclaration of ‘malloc’ [-Wredundant-decls]
39 | extern void *malloc (size_t __size) __THROW __attribute_malloc__
| ^~~~~~
/usr/include/stdlib.h:672:14: note: previous declaration of ‘malloc’ with type ‘void *(long unsigned int)’
672 | extern void *malloc (size_t __size) __THROW __attribute_malloc__
| ^~~~~~
/usr/include/malloc.h:43:14: warning: redundant redeclaration of ‘calloc’ [-Wredundant-decls]
43 | extern void *calloc (size_t __nmemb, size_t __size)
| ^~~~~~
/usr/include/stdlib.h:675:14: note: previous declaration of ‘calloc’ with type ‘void *(long unsigned int, long unsigned int)’
675 | extern void *calloc (size_t __nmemb, size_t __size)
| ^~~~~~
/usr/include/malloc.h:51:14: warning: redundant redeclaration of ‘realloc’ [-Wredundant-decls]
51 | extern void *realloc (void *__ptr, size_t __size)
| ^~~~~~~
/usr/include/stdlib.h:683:14: note: previous declaration of ‘realloc’ with type ‘void *(void *, long unsigned int)’
683 | extern void *realloc (void *__ptr, size_t __size)
| ^~~~~~~
/usr/include/malloc.h:59:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
59 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:701:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, long unsigned int, long unsigned int)’
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/malloc.h:64:13: warning: redundant redeclaration of ‘free’ [-Wredundant-decls]
64 | extern void free (void *__ptr) __THROW;
| ^~~~
/usr/include/stdlib.h:687:13: note: previous declaration of ‘free’ with type ‘void(void *)’
687 | extern void free (void *__ptr) __THROW;
| ^~~~
/usr/include/malloc.h:72:14: warning: redundant redeclaration of ‘valloc’ [-Wredundant-decls]
72 | extern void *valloc (size_t __size) __THROW __attribute_malloc__
| ^~~~~~
/usr/include/stdlib.h:712:14: note: previous declaration of ‘valloc’ with type ‘void *(size_t)’ {aka ‘void *(long unsigned int)’}
712 | extern void *valloc (size_t __size) __THROW __attribute_malloc__
| ^~~~~~
[804/4526] Compiling C object libqemuutil.a.p/util_int128.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/int128.c:25:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[805/4526] Compiling C object libqemuutil.a.p/util_reserved-region.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/reserved-region.c:20:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[806/4526] Compiling C object libqemuutil.a.p/util_range.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/range.c:20:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[807/4526] Compiling C object libqemuutil.a.p/util_guest-random.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/guest-random.c:12:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[808/4526] Compiling C object libqemuutil.a.p/util_memalign.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/memalign.c:27:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[809/4526] Compiling C object libqemuutil.a.p/util_log.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/log.c:20:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[810/4526] Compiling C object libqemuutil.a.p/util_keyval.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/keyval.c:92:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[811/4526] Compiling C object libqemuutil.a.p/util_qdist.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/qdist.c:9:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[812/4526] Compiling C object libqemuutil.a.p/util_crc-ccitt.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/crc-ccitt.c:14:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[813/4526] Compiling C object libqemuutil.a.p/util_aiocb.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/aiocb.c:25:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[814/4526] Compiling C object libqemuutil.a.p/util_lockcnt.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/lockcnt.c:9:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[815/4526] Compiling C object libqemuutil.a.p/util_aio-wait.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/aio-wait.c:25:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[816/4526] Compiling C object libqemuutil.a.p/util_base64.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/base64.c:21:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[817/4526] Compiling C object libqemuutil.a.p/util_interval-tree.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/interval-tree.c:3:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[818/4526] Compiling C object libqemuutil.a.p/util_userfaultfd.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/userfaultfd.c:13:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[819/4526] Compiling C object libqemuutil.a.p/util_dbus.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/dbus.c:10:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[820/4526] Compiling C object libqemuutil.a.p/util_qht.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/qht.c:68:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[821/4526] Compiling C object libqemuutil.a.p/util_coroutine-ucontext.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/coroutine-ucontext.c:25:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[822/4526] Compiling C object libqemuutil.a.p/util_qsp.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/qsp.c:60:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[823/4526] Compiling C object libqemuutil.a.p/util_qemu-option.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/qemu-option.c:26:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[824/4526] Compiling C object libqemuutil.a.p/util_qemu-coroutine-io.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/qemu-coroutine-io.c:25:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[825/4526] Compiling C object libqemuutil.a.p/util_qemu-coroutine.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/qemu-coroutine.c:15:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[826/4526] Compiling C object libqemuutil.a.p/util_qemu-coroutine-lock.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/qemu-coroutine-lock.c:29:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[827/4526] Compiling C object libqemuutil.a.p/util_main-loop.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/main-loop.c:25:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[828/4526] Compiling C object libqemuutil.a.p/util_block-helpers.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/block-helpers.c:11:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[829/4526] Compiling C object libqemuutil.a.p/util_buffer.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/buffer.c:21:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[830/4526] Compiling C object libqemuutil.a.p/util_thread-pool.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/thread-pool.c:17:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[831/4526] Compiling C object libqemuutil.a.p/util_async.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/async.c:26:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[832/4526] Compiling C object libqemuutil.a.p/util_nvdimm-utils.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/nvdimm-utils.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[833/4526] Compiling C object libqemuutil.a.p/util_iova-tree.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/iova-tree.c:12:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[834/4526] Compiling C object libqemuutil.a.p/util_qemu-coroutine-sleep.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/qemu-coroutine-sleep.c:14:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[835/4526] Compiling C object libqemuutil.a.p/util_qemu-co-shared-resource.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/qemu-co-shared-resource.c:26:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[836/4526] Compiling C object libqemuutil.a.p/util_qemu-co-timeout.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/qemu-co-timeout.c:26:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[837/4526] Compiling C object libqemuutil.a.p/util_chardev_open.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/chardev_open.c:40:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[838/4526] Compiling C object libqemuutil.a.p/util_timed-average.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/timed-average.c:27:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[839/4526] Compiling C object libqemuutil.a.p/util_cpuinfo-i386.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/cpuinfo-i386.c:6:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[840/4526] Compiling C object libqemuutil.a.p/util_qemu-timer.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/qemu-timer.c:25:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[841/4526] Compiling C object libqemuutil.a.p/util_readline.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/readline.c:25:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[842/4526] Compiling C object libqemuutil.a.p/util_iov.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/iov.c:20:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[843/4526] Compiling C object libqemuutil.a.p/util_yank.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/yank.c:10:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[844/4526] Compiling C object libqemuutil.a.p/util_vhost-user-server.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/vhost-user-server.c:10:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[845/4526] Compiling C object libqemuutil.a.p/crypto_init.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/crypto/init.c:21:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[846/4526] Compiling C object libqemuutil.a.p/util_filemonitor-inotify.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/filemonitor-inotify.c:21:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[847/4526] Compiling C object libqemuutil.a.p/util_throttle.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/throttle.c:25:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[848/4526] Compiling C object libqemuutil.a.p/crypto_sm4.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/crypto/sm4.c:12:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[849/4526] Compiling C object libqemuutil.a.p/crypto_random-platform.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/crypto/random-platform.c:21:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
In file included from ../sources/qemu-11.0.0/crypto/random-platform.c:31:
/usr/include/sys/random.h:40:5: warning: redundant redeclaration of ‘getentropy’ [-Wredundant-decls]
40 | int getentropy (void *__buffer, size_t __length) __wur
| ^~~~~~~~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:122:
/usr/include/unistd.h:1198:5: note: previous declaration of ‘getentropy’ with type ‘int(void *, size_t)’ {aka ‘int(void *, long unsigned int)’}
1198 | int getentropy (void *__buffer, size_t __length) __wur
| ^~~~~~~~~~
[850/4526] Compiling C object libqemuutil.a.p/util_qemu-sockets.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/qemu-sockets.c:18:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[851/4526] Compiling C object libqemuutil.a.p/util_hbitmap.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/hbitmap.c:12:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[852/4526] Compiling C object libqemuutil.a.p/stubs_cpu-get-clock.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/cpu-get-clock.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[853/4526] Compiling C object libqemuutil.a.p/trace_qmp.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/trace/qmp.c:10:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[854/4526] Compiling C object libqemuutil.a.p/stubs_is-daemonized.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/is-daemonized.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[855/4526] Compiling C object libqemuutil.a.p/stubs_fdset.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/fdset.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[856/4526] Compiling C object libqemuutil.a.p/stubs_iothread-lock.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/iothread-lock.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[857/4526] Compiling C object libqemuutil.a.p/stubs_trace-control.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/trace-control.c:10:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[858/4526] Compiling C object libqemuutil.a.p/trace_control.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/trace/control.c:10:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[859/4526] Compiling C object libqemuutil.a.p/stubs_monitor-core.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/monitor-core.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[860/4526] Compiling C object libqemuutil.a.p/util_bufferiszero.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/bufferiszero.c:24:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[861/4526] Compiling C object libqemuutil.a.p/stubs_change-state-handler.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/change-state-handler.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[862/4526] Compiling C object libqemuutil.a.p/stubs_blk-exp-close-all.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/blk-exp-close-all.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[863/4526] Compiling C object libqemuutil.a.p/stubs_bdrv-next-monitor-owned.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/bdrv-next-monitor-owned.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[864/4526] Compiling C object libqemuutil.a.p/stubs_blk-commit-all.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/blk-commit-all.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[865/4526] Compiling C object libqemuutil.a.p/stubs_get-vm-name.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/get-vm-name.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[866/4526] Compiling C object libqemuutil.a.p/stubs_replay-mode.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/replay-mode.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[867/4526] Compiling C object libqemuutil.a.p/stubs_migr-blocker.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/migr-blocker.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[868/4526] Compiling C object libqemuutil.a.p/util_vfio-helpers.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/util/vfio-helpers.c:13:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[869/4526] Compiling C object libqemuutil.a.p/stubs_blockdev-close-all-bdrv-states.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/blockdev-close-all-bdrv-states.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[870/4526] Compiling C object libqemuutil.a.p/stubs_iothread-lock-block.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/iothread-lock-block.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[871/4526] Compiling C object libqemuutil.a.p/stubs_uuid.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/uuid.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[872/4526] Compiling C object libqemuutil.a.p/stubs_physmem.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/physmem.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[873/4526] Compiling C object libqemuutil.a.p/stubs_runstate-check.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/runstate-check.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[874/4526] Compiling C object libqemuutil.a.p/stubs_cpus-virtual-clock.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/cpus-virtual-clock.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[875/4526] Compiling C object libqemuutil.a.p/stubs_icount.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/icount.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[876/4526] Compiling C object libqemuutil.a.p/stubs_ram-block.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/ram-block.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[877/4526] Compiling C object libqemuutil.a.p/stubs_qemu-timer-notify-cb.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/qemu-timer-notify-cb.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[878/4526] Compiling C object libqemuutil.a.p/stubs_graph-lock.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/graph-lock.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[879/4526] Compiling C object libqemuutil.a.p/stubs_qtest.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/qtest.c:11:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[880/4526] Compiling C object libqemuutil.a.p/crypto_clmul.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/crypto/clmul.c:8:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[881/4526] Compiling C object libqemuutil.a.p/stubs_vm-stop.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/vm-stop.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[882/4526] Compiling C object libqemuutil.a.p/stubs_qmp-command-available.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/qmp-command-available.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[883/4526] Compiling C object libqemuutil.a.p/stubs_async-run-on-cpu.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/async-run-on-cpu.c:5:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[884/4526] Compiling C object libqemuutil.a.p/stubs_monitor-internal.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/monitor-internal.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[885/4526] Compiling C object libqemuutil.a.p/stubs_qmp-quit.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/qmp-quit.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[886/4526] Compiling C object libqemuutil.a.p/stubs_vmstate.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/vmstate.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[887/4526] Compiling C object libqemuutil.a.p/stubs_dump.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/dump.c:14:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[888/4526] Compiling C object libqemuutil.a.p/stubs_kvm.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/kvm.c:11:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[889/4526] Compiling C object libqemuutil.a.p/stubs_cmos.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/cmos.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[890/4526] Compiling C object libqemuutil.a.p/stubs_replay-tools.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/replay-tools.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[891/4526] Compiling C object libqemuutil.a.p/stubs_target-get-monitor-def.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/target-get-monitor-def.c:22:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[892/4526] Compiling C object libqemuutil.a.p/stubs_cpus-queue.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/cpus-queue.c:5:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[893/4526] Compiling C object libqemuutil.a.p/stubs_target-monitor-defs.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/target-monitor-defs.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[894/4526] Compiling C object libqemuutil.a.p/stubs_fw_cfg.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/fw_cfg.c:15:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[895/4526] Compiling C object libqemuutil.a.p/stubs_monitor-arm-gic.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/monitor-arm-gic.c:3:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[896/4526] Compiling C object libqemuutil.a.p/stubs_win32-kbd-hook.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/win32-kbd-hook.c:9:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[897/4526] Compiling C object libqemuutil.a.p/stubs_monitor-i386-sev.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/monitor-i386-sev.c:3:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[898/4526] Compiling C object libqemuutil.a.p/stubs_monitor-i386-rtc.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/monitor-i386-rtc.c:3:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[899/4526] Compiling C object libqemuutil.a.p/stubs_monitor-i386-xen.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/monitor-i386-xen.c:3:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[900/4526] Compiling C object libqemuutil.a.p/stubs_monitor-cpu.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/monitor-cpu.c:3:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[901/4526] Compiling C object libqemuutil.a.p/stubs_monitor-i386-sgx.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/monitor-i386-sgx.c:3:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[902/4526] Compiling C object libqemuutil.a.p/stubs_monitor-cpu-s390x-kvm.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/monitor-cpu-s390x-kvm.c:3:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[903/4526] Compiling C object libqemuutil.a.p/stubs_monitor-cpu-s390x.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/monitor-cpu-s390x.c:3:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[904/4526] Compiling C object libqemuutil.a.p/stubs_replay.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/replay.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[905/4526] Compiling C object libqemuutil.a.p/stubs_hotplug-stubs.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/hotplug-stubs.c:14:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[906/4526] Compiling C object libqemuutil.a.p/stubs_sysbus.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/sysbus.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[907/4526] Compiling C object libqemuutil.a.p/semihosting_stubs-system.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/semihosting/stubs-system.c:11:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[908/4526] Compiling C object libqemuutil.a.p/semihosting_arm-compat-semi-stub.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/semihosting/arm-compat-semi-stub.c:7:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[909/4526] Compiling C object libqemuutil.a.p/accel_stubs_hvf-stub.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/accel/stubs/hvf-stub.c:9:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[910/4526] Compiling C object libqemuutil.a.p/semihosting_stubs-all.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/semihosting/stubs-all.c:11:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[911/4526] Compiling C object libqemuutil.a.p/accel_stubs_nitro-stub.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/accel/stubs/nitro-stub.c:9:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[912/4526] Compiling C object libqemuutil.a.p/stubs_xen-hw-stub.c.o
FAILED: [code=1] libqemuutil.a.p/stubs_xen-hw-stub.c.o
gcc -m64 -Ilibqemuutil.a.p -I. -I../sources/qemu-11.0.0 -Isubprojects/libvhost-user -I../sources/qemu-11.0.0/subprojects/libvhost-user -Iqapi -Itrace -Iui -Iui/shader -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0 -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/lib/glib-2.0/include -I/usr/include -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/gio-unix-2.0 -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/pixman-1 -fdiagnostics-color=auto -Wall -Winvalid-pch -std=gnu11 -O2 -g -mcx16 -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fno-common -fwrapv -ftrivial-auto-var-init=zero -fzero-call-used-regs=used-gpr -fstack-protector-strong -Wempty-body -Wendif-labels -Wexpansion-to-defined -Wformat-overflow=2 -Wformat-security -Wformat-y2k -Wignored-qualifiers -Wimplicit-fallthrough=2 -Winit-self -Wmissing-format-attribute -Wmissing-prototypes -Wnested-externs -Wold-style-declaration -Wold-style-definition -Wredundant-decls -Wshadow=local -Wstrict-prototypes -Wtype-limits -Wundef -Wvla -Wwrite-strings -Wno-missing-include-dirs -Wno-psabi -Wno-shift-negative-value -isystem TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/linux-headers -isystem linux-headers -iquote . -iquote TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0 -iquote TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include -iquote TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/host/include/x86_64 -iquote TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/host/include/generic -iquote TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/tcg/x86_64 -pthread -O2 -pipe -isystemTOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/include -O2 -fPIE -MD -MQ libqemuutil.a.p/stubs_xen-hw-stub.c.o -MF libqemuutil.a.p/stubs_xen-hw-stub.c.o.d -o libqemuutil.a.p/stubs_xen-hw-stub.c.o -c ../sources/qemu-11.0.0/stubs/xen-hw-stub.c
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/stubs/xen-hw-stub.c:9:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/hw/pci/pci.h:6,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/hw/pci/pci_device.h:4,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/hw/cxl/cxl_device.h:14,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/hw/cxl/cxl.h:19,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/hw/i386/pc.h:15,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/hw/xen/xen-x86.h:11,
from ../sources/qemu-11.0.0/stubs/xen-hw-stub.c:11:
TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/system/host_iommu_device.h:21:30: error: field ‘vtd’ has incomplete type
21 | struct iommu_hw_info_vtd vtd;
| ^~~
TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/system/host_iommu_device.h:22:37: error: field ‘smmuv3’ has incomplete type
22 | struct iommu_hw_info_arm_smmuv3 smmuv3;
| ^~~~~~
[913/4526] Compiling C object libqemuutil.a.p/fsdev_qemu-fsdev-dummy.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/fsdev/qemu-fsdev-dummy.c:14:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[914/4526] Compiling C object libqemuutil.a.p/accel_stubs_nvmm-stub.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/accel/stubs/nvmm-stub.c:9:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[915/4526] Compiling C object libqemuutil.a.p/accel_stubs_whpx-stub.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/accel/stubs/whpx-stub.c:9:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[916/4526] Compiling C object libqemuutil.a.p/accel_stubs_kvm-stub.c.o
FAILED: [code=1] libqemuutil.a.p/accel_stubs_kvm-stub.c.o
gcc -m64 -Ilibqemuutil.a.p -I. -I../sources/qemu-11.0.0 -Isubprojects/libvhost-user -I../sources/qemu-11.0.0/subprojects/libvhost-user -Iqapi -Itrace -Iui -Iui/shader -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0 -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/lib/glib-2.0/include -I/usr/include -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/gio-unix-2.0 -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/pixman-1 -fdiagnostics-color=auto -Wall -Winvalid-pch -std=gnu11 -O2 -g -mcx16 -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fno-common -fwrapv -ftrivial-auto-var-init=zero -fzero-call-used-regs=used-gpr -fstack-protector-strong -Wempty-body -Wendif-labels -Wexpansion-to-defined -Wformat-overflow=2 -Wformat-security -Wformat-y2k -Wignored-qualifiers -Wimplicit-fallthrough=2 -Winit-self -Wmissing-format-attribute -Wmissing-prototypes -Wnested-externs -Wold-style-declaration -Wold-style-definition -Wredundant-decls -Wshadow=local -Wstrict-prototypes -Wtype-limits -Wundef -Wvla -Wwrite-strings -Wno-missing-include-dirs -Wno-psabi -Wno-shift-negative-value -isystem TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/linux-headers -isystem linux-headers -iquote . -iquote TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0 -iquote TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include -iquote TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/host/include/x86_64 -iquote TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/host/include/generic -iquote TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/tcg/x86_64 -pthread -O2 -pipe -isystemTOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/include -O2 -fPIE -MD -MQ libqemuutil.a.p/accel_stubs_kvm-stub.c.o -MF libqemuutil.a.p/accel_stubs_kvm-stub.c.o.d -o libqemuutil.a.p/accel_stubs_kvm-stub.c.o -c ../sources/qemu-11.0.0/accel/stubs/kvm-stub.c
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/accel/stubs/kvm-stub.c:13:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/hw/pci/pci.h:6,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/hw/pci/pci_device.h:4,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/hw/pci/msi.h:24,
from ../sources/qemu-11.0.0/accel/stubs/kvm-stub.c:15:
TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/system/host_iommu_device.h:21:30: error: field ‘vtd’ has incomplete type
21 | struct iommu_hw_info_vtd vtd;
| ^~~
TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/system/host_iommu_device.h:22:37: error: field ‘smmuv3’ has incomplete type
22 | struct iommu_hw_info_arm_smmuv3 smmuv3;
| ^~~~~~
[917/4526] Compiling C object libqemuutil.a.p/hw_i386_kvm_xen-stubs.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/hw/i386/kvm/xen-stubs.c:12:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[918/4526] Compiling C object libqemuutil.a.p/accel_stubs_tcg-stub.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/accel/stubs/tcg-stub.c:13:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[919/4526] Compiling C object libqemuutil.a.p/accel_stubs_xen-stub.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/accel/stubs/xen-stub.c:8:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[920/4526] Compiling C object libqemuutil.a.p/accel_stubs_mshv-stub.c.o
FAILED: [code=1] libqemuutil.a.p/accel_stubs_mshv-stub.c.o
gcc -m64 -Ilibqemuutil.a.p -I. -I../sources/qemu-11.0.0 -Isubprojects/libvhost-user -I../sources/qemu-11.0.0/subprojects/libvhost-user -Iqapi -Itrace -Iui -Iui/shader -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0 -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/lib/glib-2.0/include -I/usr/include -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/gio-unix-2.0 -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/pixman-1 -fdiagnostics-color=auto -Wall -Winvalid-pch -std=gnu11 -O2 -g -mcx16 -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fno-common -fwrapv -ftrivial-auto-var-init=zero -fzero-call-used-regs=used-gpr -fstack-protector-strong -Wempty-body -Wendif-labels -Wexpansion-to-defined -Wformat-overflow=2 -Wformat-security -Wformat-y2k -Wignored-qualifiers -Wimplicit-fallthrough=2 -Winit-self -Wmissing-format-attribute -Wmissing-prototypes -Wnested-externs -Wold-style-declaration -Wold-style-definition -Wredundant-decls -Wshadow=local -Wstrict-prototypes -Wtype-limits -Wundef -Wvla -Wwrite-strings -Wno-missing-include-dirs -Wno-psabi -Wno-shift-negative-value -isystem TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/linux-headers -isystem linux-headers -iquote . -iquote TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0 -iquote TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include -iquote TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/host/include/x86_64 -iquote TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/host/include/generic -iquote TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/tcg/x86_64 -pthread -O2 -pipe -isystemTOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/include -O2 -fPIE -MD -MQ libqemuutil.a.p/accel_stubs_mshv-stub.c.o -MF libqemuutil.a.p/accel_stubs_mshv-stub.c.o.d -o libqemuutil.a.p/accel_stubs_mshv-stub.c.o -c ../sources/qemu-11.0.0/accel/stubs/mshv-stub.c
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/accel/stubs/mshv-stub.c:11:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/hw/pci/pci.h:6,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/hw/pci/pci_device.h:4,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/hw/pci/msi.h:24,
from ../sources/qemu-11.0.0/accel/stubs/mshv-stub.c:12:
TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/system/host_iommu_device.h:21:30: error: field ‘vtd’ has incomplete type
21 | struct iommu_hw_info_vtd vtd;
| ^~~
TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/system/host_iommu_device.h:22:37: error: field ‘smmuv3’ has incomplete type
22 | struct iommu_hw_info_arm_smmuv3 smmuv3;
| ^~~~~~
[921/4526] Compiling C object libqemuutil.a.p/hw_acpi_acpi-mem-hotplug-stub.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/hw/acpi/acpi-mem-hotplug-stub.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[922/4526] Compiling C object libqemuutil.a.p/hw_acpi_ghes-stub.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/hw/acpi/ghes-stub.c:11:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[923/4526] Compiling C object libqemuutil.a.p/hw_acpi_acpi-cpu-hotplug-stub.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/hw/acpi/acpi-cpu-hotplug-stub.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[924/4526] Compiling C object libqemuutil.a.p/hw_acpi_acpi-nvdimm-stub.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/hw/acpi/acpi-nvdimm-stub.c:1:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
[925/4526] Compiling C object libqemuutil.a.p/hw_s390x_s390-pci-vfio-stubs.c.o
FAILED: [code=1] libqemuutil.a.p/hw_s390x_s390-pci-vfio-stubs.c.o
gcc -m64 -Ilibqemuutil.a.p -I. -I../sources/qemu-11.0.0 -Isubprojects/libvhost-user -I../sources/qemu-11.0.0/subprojects/libvhost-user -Iqapi -Itrace -Iui -Iui/shader -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0 -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/lib/glib-2.0/include -I/usr/include -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/gio-unix-2.0 -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/pixman-1 -fdiagnostics-color=auto -Wall -Winvalid-pch -std=gnu11 -O2 -g -mcx16 -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fno-common -fwrapv -ftrivial-auto-var-init=zero -fzero-call-used-regs=used-gpr -fstack-protector-strong -Wempty-body -Wendif-labels -Wexpansion-to-defined -Wformat-overflow=2 -Wformat-security -Wformat-y2k -Wignored-qualifiers -Wimplicit-fallthrough=2 -Winit-self -Wmissing-format-attribute -Wmissing-prototypes -Wnested-externs -Wold-style-declaration -Wold-style-definition -Wredundant-decls -Wshadow=local -Wstrict-prototypes -Wtype-limits -Wundef -Wvla -Wwrite-strings -Wno-missing-include-dirs -Wno-psabi -Wno-shift-negative-value -isystem TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/linux-headers -isystem linux-headers -iquote . -iquote TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0 -iquote TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include -iquote TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/host/include/x86_64 -iquote TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/host/include/generic -iquote TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/tcg/x86_64 -pthread -O2 -pipe -isystemTOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/include -O2 -fPIE -MD -MQ libqemuutil.a.p/hw_s390x_s390-pci-vfio-stubs.c.o -MF libqemuutil.a.p/hw_s390x_s390-pci-vfio-stubs.c.o.d -o libqemuutil.a.p/hw_s390x_s390-pci-vfio-stubs.c.o -c ../sources/qemu-11.0.0/hw/s390x/s390-pci-vfio-stubs.c
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/hw/s390x/s390-pci-vfio-stubs.c:7:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/hw/pci/pci.h:6,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/hw/s390x/s390-pci-bus.h:17,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/hw/s390x/s390-pci-vfio.h:15,
from ../sources/qemu-11.0.0/hw/s390x/s390-pci-vfio-stubs.c:8:
TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/system/host_iommu_device.h:21:30: error: field ‘vtd’ has incomplete type
21 | struct iommu_hw_info_vtd vtd;
| ^~~
TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/system/host_iommu_device.h:22:37: error: field ‘smmuv3’ has incomplete type
22 | struct iommu_hw_info_arm_smmuv3 smmuv3;
| ^~~~~~
[926/4526] Compiling C object libqemuutil.a.p/hw_acpi_cxl-stub.c.o
FAILED: [code=1] libqemuutil.a.p/hw_acpi_cxl-stub.c.o
gcc -m64 -Ilibqemuutil.a.p -I. -I../sources/qemu-11.0.0 -Isubprojects/libvhost-user -I../sources/qemu-11.0.0/subprojects/libvhost-user -Iqapi -Itrace -Iui -Iui/shader -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0 -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/lib/glib-2.0/include -I/usr/include -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/gio-unix-2.0 -ITOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/pixman-1 -fdiagnostics-color=auto -Wall -Winvalid-pch -std=gnu11 -O2 -g -mcx16 -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fno-strict-aliasing -fno-common -fwrapv -ftrivial-auto-var-init=zero -fzero-call-used-regs=used-gpr -fstack-protector-strong -Wempty-body -Wendif-labels -Wexpansion-to-defined -Wformat-overflow=2 -Wformat-security -Wformat-y2k -Wignored-qualifiers -Wimplicit-fallthrough=2 -Winit-self -Wmissing-format-attribute -Wmissing-prototypes -Wnested-externs -Wold-style-declaration -Wold-style-definition -Wredundant-decls -Wshadow=local -Wstrict-prototypes -Wtype-limits -Wundef -Wvla -Wwrite-strings -Wno-missing-include-dirs -Wno-psabi -Wno-shift-negative-value -isystem TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/linux-headers -isystem linux-headers -iquote . -iquote TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0 -iquote TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include -iquote TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/host/include/x86_64 -iquote TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/host/include/generic -iquote TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/tcg/x86_64 -pthread -O2 -pipe -isystemTOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/include -O2 -fPIE -MD -MQ libqemuutil.a.p/hw_acpi_cxl-stub.c.o -MF libqemuutil.a.p/hw_acpi_cxl-stub.c.o.d -o libqemuutil.a.p/hw_acpi_cxl-stub.c.o -c ../sources/qemu-11.0.0/hw/acpi/cxl-stub.c
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/hw/acpi/cxl-stub.c:5:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/hw/pci/pci.h:6,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/hw/pci/pci_device.h:4,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/hw/cxl/cxl_device.h:14,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/hw/cxl/cxl.h:19,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/hw/acpi/cxl.h:22,
from ../sources/qemu-11.0.0/hw/acpi/cxl-stub.c:7:
TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/system/host_iommu_device.h:21:30: error: field ‘vtd’ has incomplete type
21 | struct iommu_hw_info_vtd vtd;
| ^~~
TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/system/host_iommu_device.h:22:37: error: field ‘smmuv3’ has incomplete type
22 | struct iommu_hw_info_arm_smmuv3 smmuv3;
| ^~~~~~
[927/4526] Compiling C object libqemuutil.a.p/crypto_aes.c.o
In file included from /usr/include/features.h:503,
from /usr/include/bits/libc-header-start.h:33,
from /usr/include/stdint.h:26,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:111,
from ../sources/qemu-11.0.0/crypto/aes.c:30:
/usr/include/stdlib.h:215:33: warning: redundant redeclaration of ‘strtol’ [-Wredundant-decls]
215 | extern long int __REDIRECT_NTH (strtol, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:113:
/usr/include/stdlib.h:177:17: note: previous declaration of ‘strtol’ with type ‘long int(const char * restrict, char ** restrict, int)’
177 | extern long int strtol (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:219:42: warning: redundant redeclaration of ‘strtoul’ [-Wredundant-decls]
219 | extern unsigned long int __REDIRECT_NTH (strtoul,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:181:26: note: previous declaration of ‘strtoul’ with type ‘long unsigned int(const char * restrict, char ** restrict, int)’
181 | extern unsigned long int strtoul (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:226:38: warning: redundant redeclaration of ‘strtoq’ [-Wredundant-decls]
226 | extern long long int __REDIRECT_NTH (strtoq, (const char *__restrict __nptr,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:188:22: note: previous declaration of ‘strtoq’ with type ‘long long int(const char * restrict, char ** restrict, int)’
188 | extern long long int strtoq (const char *__restrict __nptr,
| ^~~~~~
/usr/include/stdlib.h:231:47: warning: redundant redeclaration of ‘strtouq’ [-Wredundant-decls]
231 | extern unsigned long long int __REDIRECT_NTH (strtouq,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:193:31: note: previous declaration of ‘strtouq’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
193 | extern unsigned long long int strtouq (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:238:38: warning: redundant redeclaration of ‘strtoll’ [-Wredundant-decls]
238 | extern long long int __REDIRECT_NTH (strtoll, (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:201:22: note: previous declaration of ‘strtoll’ with type ‘long long int(const char * restrict, char ** restrict, int)’
201 | extern long long int strtoll (const char *__restrict __nptr,
| ^~~~~~~
/usr/include/stdlib.h:243:47: warning: redundant redeclaration of ‘strtoull’ [-Wredundant-decls]
243 | extern unsigned long long int __REDIRECT_NTH (strtoull,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:206:31: note: previous declaration of ‘strtoull’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int)’
206 | extern unsigned long long int strtoull (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:365:33: warning: redundant redeclaration of ‘strtol_l’ [-Wredundant-decls]
365 | extern long int __REDIRECT_NTH (strtol_l, (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:340:17: note: previous declaration of ‘strtol_l’ with type ‘long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
340 | extern long int strtol_l (const char *__restrict __nptr,
| ^~~~~~~~
/usr/include/stdlib.h:370:42: warning: redundant redeclaration of ‘strtoul_l’ [-Wredundant-decls]
370 | extern unsigned long int __REDIRECT_NTH (strtoul_l,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:344:26: note: previous declaration of ‘strtoul_l’ with type ‘long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
344 | extern unsigned long int strtoul_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:377:38: warning: redundant redeclaration of ‘strtoll_l’ [-Wredundant-decls]
377 | extern long long int __REDIRECT_NTH (strtoll_l, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:350:22: note: previous declaration of ‘strtoll_l’ with type ‘long long int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
350 | extern long long int strtoll_l (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/stdlib.h:384:47: warning: redundant redeclaration of ‘strtoull_l’ [-Wredundant-decls]
384 | extern unsigned long long int __REDIRECT_NTH (strtoull_l,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdlib.h:356:31: note: previous declaration of ‘strtoull_l’ with type ‘long long unsigned int(const char * restrict, char ** restrict, int, struct __locale_struct *)’
356 | extern unsigned long long int strtoull_l (const char *__restrict __nptr,
| ^~~~~~~~~~
/usr/include/stdlib.h:701:14: warning: redundant redeclaration of ‘reallocarray’ [-Wredundant-decls]
701 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdlib.h:695:14: note: previous declaration of ‘reallocarray’ with type ‘void *(void *, size_t, size_t)’ {aka ‘void *(void *, long unsigned int, long unsigned int)’}
695 | extern void *reallocarray (void *__ptr, size_t __nmemb, size_t __size)
| ^~~~~~~~~~~~
/usr/include/stdio.h:440:24: warning: redundant redeclaration of ‘fscanf’ [-Wredundant-decls]
440 | extern int __REDIRECT (fscanf, (FILE *__restrict __stream,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:114:
/usr/include/stdio.h:420:12: note: previous declaration of ‘fscanf’ with type ‘int(FILE *, const char *, ...)’ {aka ‘int(struct _IO_FILE *, const char *, ...)’}
420 | extern int fscanf (FILE *__restrict __stream,
| ^~~~~~
/usr/include/stdio.h:443:24: warning: redundant redeclaration of ‘scanf’ [-Wredundant-decls]
443 | extern int __REDIRECT (scanf, (const char *__restrict __format, ...),
| ^~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:426:12: note: previous declaration of ‘scanf’ with type ‘int(const char *, ...)’
426 | extern int scanf (const char *__restrict __format, ...) __wur;
| ^~~~~
/usr/include/stdio.h:445:28: warning: redundant redeclaration of ‘sscanf’ [-Wredundant-decls]
445 | extern int __REDIRECT_NTH (sscanf, (const char *__restrict __s,
| ^~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:428:12: note: previous declaration of ‘sscanf’ with type ‘int(const char *, const char *, ...)’
428 | extern int sscanf (const char *__restrict __s,
| ^~~~~~
/usr/include/stdio.h:507:24: warning: redundant redeclaration of ‘vfscanf’ [-Wredundant-decls]
507 | extern int __REDIRECT (vfscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:486:12: note: previous declaration of ‘vfscanf’ with type ‘int(FILE *, const char *, __va_list_tag *)’ {aka ‘int(struct _IO_FILE *, const char *, __va_list_tag *)’}
486 | extern int vfscanf (FILE *__restrict __s, const char *__restrict __format,
| ^~~~~~~
/usr/include/stdio.h:512:24: warning: redundant redeclaration of ‘vscanf’ [-Wredundant-decls]
512 | extern int __REDIRECT (vscanf, (const char *__restrict __format,
| ^~~~~~
/usr/include/sys/cdefs.h:256:41: note: in definition of macro ‘__REDIRECT’
256 | # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias))
| ^~~~
/usr/include/stdio.h:494:12: note: previous declaration of ‘vscanf’ with type ‘int(const char *, __va_list_tag *)’
494 | extern int vscanf (const char *__restrict __format, __gnuc_va_list __arg)
| ^~~~~~
/usr/include/stdio.h:515:28: warning: redundant redeclaration of ‘vsscanf’ [-Wredundant-decls]
515 | extern int __REDIRECT_NTH (vsscanf,
| ^~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/stdio.h:498:12: note: previous declaration of ‘vsscanf’ with type ‘int(const char *, const char *, __va_list_tag *)’
498 | extern int vsscanf (const char *__restrict __s,
| ^~~~~~~
/usr/include/inttypes.h:379:33: warning: redundant redeclaration of ‘strtoimax’ [-Wredundant-decls]
379 | extern intmax_t __REDIRECT_NTH (strtoimax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:118:
/usr/include/inttypes.h:358:17: note: previous declaration of ‘strtoimax’ with type ‘intmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long int(const char * restrict, char ** restrict, int)’}
358 | extern intmax_t strtoimax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:382:34: warning: redundant redeclaration of ‘strtoumax’ [-Wredundant-decls]
382 | extern uintmax_t __REDIRECT_NTH (strtoumax, (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:362:18: note: previous declaration of ‘strtoumax’ with type ‘uintmax_t(const char * restrict, char ** restrict, int)’ {aka ‘long unsigned int(const char * restrict, char ** restrict, int)’}
362 | extern uintmax_t strtoumax (const char *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:385:33: warning: redundant redeclaration of ‘wcstoimax’ [-Wredundant-decls]
385 | extern intmax_t __REDIRECT_NTH (wcstoimax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:366:17: note: previous declaration of ‘wcstoimax’ with type ‘intmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long int(const int * restrict, int ** restrict, int)’}
366 | extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/inttypes.h:389:34: warning: redundant redeclaration of ‘wcstoumax’ [-Wredundant-decls]
389 | extern uintmax_t __REDIRECT_NTH (wcstoumax,
| ^~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
/usr/include/inttypes.h:371:18: note: previous declaration of ‘wcstoumax’ with type ‘uintmax_t(const __gwchar_t * restrict, __gwchar_t ** restrict, int)’ {aka ‘long unsigned int(const int * restrict, int ** restrict, int)’}
371 | extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
| ^~~~~~~~~
/usr/include/bits/setjmp2.h:25:31: warning: redundant redeclaration of ‘longjmp’ [-Wredundant-decls]
25 | extern void __REDIRECT_NTHNL (longjmp,
| ^~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:133:
/usr/include/setjmp.h:54:13: note: previous declaration of ‘longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
54 | extern void longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~
/usr/include/bits/setjmp2.h:28:31: warning: redundant redeclaration of ‘_longjmp’ [-Wredundant-decls]
28 | extern void __REDIRECT_NTHNL (_longjmp,
| ^~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:61:13: note: previous declaration of ‘_longjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
61 | extern void _longjmp (struct __jmp_buf_tag __env[1], int __val)
| ^~~~~~~~
/usr/include/bits/setjmp2.h:31:31: warning: redundant redeclaration of ‘siglongjmp’ [-Wredundant-decls]
31 | extern void __REDIRECT_NTHNL (siglongjmp,
| ^~~~~~~~~~
/usr/include/sys/cdefs.h:266:6: note: in definition of macro ‘__REDIRECT_NTHNL’
266 | name proto __asm__ (__ASMNAME (#alias)) __THROWNL
| ^~~~
/usr/include/setjmp.h:80:13: note: previous declaration of ‘siglongjmp’ with type ‘void(struct __jmp_buf_tag *, int)’
80 | extern void siglongjmp (sigjmp_buf __env, int __val)
| ^~~~~~~~~~
/usr/include/pthread.h:479:28: warning: redundant redeclaration of ‘pthread_yield’ [-Wredundant-decls]
479 | extern int __REDIRECT_NTH (pthread_yield, (void), sched_yield)
| ^~~~~~~~~~~~~
/usr/include/sys/cdefs.h:264:6: note: in definition of macro ‘__REDIRECT_NTH’
264 | name proto __asm__ (__ASMNAME (#alias)) __THROW
| ^~~~
In file included from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib/deprecated/gthread.h:126,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/recipe-sysroot-native/usr/lib/pkgconfig/../../../usr/include/glib-2.0/glib.h:115,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/glib-compat.h:32,
from TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/sources/qemu-11.0.0/include/qemu/osdep.h:175:
/usr/include/pthread.h:477:12: note: previous declaration of ‘pthread_yield’ with type ‘int(void)’
477 | extern int pthread_yield (void) __THROW;
| ^~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
make: *** [Makefile:170: run-ninja] Error 1
ERROR: oe_runmake failed
WARNING: TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/temp/run.do_compile.65151:186 exit 1 from 'exit 1'
WARNING: Backtrace (BB generated script):
#1: bbfatal_log, TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/temp/run.do_compile.65151, line 186
#2: die, TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/temp/run.do_compile.65151, line 171
#3: oe_runmake, TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/temp/run.do_compile.65151, line 176
#4: base_do_compile, TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/temp/run.do_compile.65151, line 154
#5: do_compile, TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/temp/run.do_compile.65151, line 148
#6: main, TOPDIR/tmp/work/x86_64-linux/qemu-system-native/11.0.0/temp/run.do_compile.65151, line 196