Skip to content

Instantly share code, notes, and snippets.

@eisterman
Created February 22, 2018 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save eisterman/d87b29d5f3d637f25c69d48c8e88b394 to your computer and use it in GitHub Desktop.
Save eisterman/d87b29d5f3d637f25c69d48c8e88b394 to your computer and use it in GitHub Desktop.
NewLib issue ArchLinux
==> Making package: x86_64-unknown-redox-newlib-git r17774.d5ac42a49-1 (Thu Feb 22 17:22:12 CET 2018)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Updating newlib git repo...
-> Updating rust git repo...
==> Validating source files with md5sums...
newlib ... Skipped
rust ... Skipped
==> Extracting sources...
-> Creating working copy of newlib git repo...
Reset branch 'makepkg'
-> Creating working copy of rust git repo...
Reset branch 'makepkg'
==> Starting prepare()...
info: using existing install for 'nightly-x86_64-unknown-linux-gnu'
info: override toolchain for '/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib' set to 'nightly-x86_64-unknown-linux-gnu'
info: syncing channel updates for 'nightly-x86_64-unknown-linux-gnu'
Updating registry `https://github.com/rust-lang/crates.io-index`
Installing xargo v0.3.10
Compiling semver v0.1.20
Compiling cc v1.0.4
Compiling serde v0.8.23
Compiling cfg-if v0.1.2
Compiling xargo v0.3.10
Compiling num-traits v0.2.0
Compiling rustc-demangle v0.1.6
Compiling libc v0.2.36
Compiling rustc-serialize v0.3.24
Compiling dtoa v0.2.2
Compiling itoa v0.1.1
Compiling winapi v0.2.8
Compiling same-file v0.1.3
Compiling winapi-build v0.1.1
Compiling rand v0.4.2
Compiling fs2 v0.4.3
Compiling num-traits v0.1.43
Compiling rustc_version v0.1.7
Compiling walkdir v1.0.7
Compiling kernel32-sys v0.2.2
Compiling remove_dir_all v0.3.0
Compiling serde_json v0.8.6
Compiling tempdir v0.3.6
Compiling backtrace-sys v0.1.16
Compiling toml v0.2.1
Compiling backtrace v0.3.5
Compiling error-chain v0.7.2
Finished release [optimized] target(s) in 20.47 secs
Installing /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/xargo/bin/xargo
warning: be sure to add `/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/xargo/bin` to your PATH to be able to run the installed binaries
==> Starting pkgver()...
==> Removing existing $pkgdir/ directory...
==> Starting build()...
Makefile:1563: warning: overriding recipe for target 'lib_a-mbtowc_r.o'
Makefile:844: warning: ignoring old recipe for target 'lib_a-mbtowc_r.o'
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdlib/system.c: In function '_system_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdlib/system.c:74:10: warning: implicit declaration of function '_system'; did you mean 'system'? [-Wimplicit-function-declaration]
return _system (s);
^~~~~~~
system
Makefile:1949: warning: overriding recipe for target 'lib_a-vfwscanf.o'
Makefile:1629: warning: ignoring old recipe for target 'lib_a-vfwscanf.o'
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c: In function '__svfwscanf_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:714:13: note: in expansion of macro 'GET_ARG'
cp = GET_ARG (N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:721:13: note: in expansion of macro 'GET_ARG'
sp = GET_ARG (N, ap, short *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:726:13: note: in expansion of macro 'GET_ARG'
lp = GET_ARG (N, ap, long *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:732:14: note: in expansion of macro 'GET_ARG'
llp = GET_ARG (N, ap, long long*);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:738:13: note: in expansion of macro 'GET_ARG'
ip = GET_ARG (N, ap, int *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:780:7: note: in expansion of macro 'GET_ARG'
p = GET_ARG(N, ap, wchar_t *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:797:9: note: in expansion of macro 'GET_ARG'
mbp = GET_ARG(N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:852:17: note: in expansion of macro 'GET_ARG'
p0 = p = GET_ARG(N, ap, wchar_t *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:867:9: note: in expansion of macro 'GET_ARG'
mbp = GET_ARG(N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:919:17: note: in expansion of macro 'GET_ARG'
p0 = p = GET_ARG(N, ap, wchar_t *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:934:9: note: in expansion of macro 'GET_ARG'
mbp = GET_ARG(N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:1110:17: note: in expansion of macro 'GET_ARG'
void **vp = GET_ARG (N, ap, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:1125:10: note: in expansion of macro 'GET_ARG'
cp = GET_ARG (N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:1131:10: note: in expansion of macro 'GET_ARG'
sp = GET_ARG (N, ap, short *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:1136:10: note: in expansion of macro 'GET_ARG'
lp = GET_ARG (N, ap, long *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:1147:11: note: in expansion of macro 'GET_ARG'
llp = GET_ARG (N, ap, long long*);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:1153:10: note: in expansion of macro 'GET_ARG'
ip = GET_ARG (N, ap, int *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:1451:10: note: in expansion of macro 'GET_ARG'
dp = GET_ARG (N, ap, double *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:1456:11: note: in expansion of macro 'GET_ARG'
ldp = GET_ARG (N, ap, _LONG_DOUBLE *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:1461:11: note: in expansion of macro 'GET_ARG'
flp = GET_ARG (N, ap, float *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c: In function '_svfiprintf_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1018:12: note: in expansion of macro 'GET_ARG'
width = GET_ARG (n, ap, int);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1063:12: note: in expansion of macro 'GET_ARG'
prec = GET_ARG (n, ap, int);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1189:11: note: in expansion of macro 'GET_ARG'
*cp = GET_ARG (N, ap, int);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:833:19: note: in expansion of macro 'GET_ARG'
(flags&QUADINT ? GET_ARG (N, ap, quad_t) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1199:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:834:22: note: in expansion of macro 'GET_ARG'
flags&LONGINT ? GET_ARG (N, ap, long) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1199:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:835:36: note: in expansion of macro 'GET_ARG'
flags&SHORTINT ? (long)(short)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1199:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:836:41: note: in expansion of macro 'GET_ARG'
flags&CHARINT ? (long)(signed char)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1199:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:837:12: note: in expansion of macro 'GET_ARG'
(long)GET_ARG (N, ap, int))
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1199:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c: In function '_svfprintf_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1018:12: note: in expansion of macro 'GET_ARG'
width = GET_ARG (n, ap, int);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1395:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, quad_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1399:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, long_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1063:12: note: in expansion of macro 'GET_ARG'
prec = GET_ARG (n, ap, int);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1401:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, short_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1404:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, char_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1407:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, int_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:839:19: note: in expansion of macro 'GET_ARG'
(flags&QUADINT ? GET_ARG (N, ap, u_quad_t) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1413:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1189:11: note: in expansion of macro 'GET_ARG'
*cp = GET_ARG (N, ap, int);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:840:22: note: in expansion of macro 'GET_ARG'
flags&LONGINT ? GET_ARG (N, ap, u_long) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1413:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:833:19: note: in expansion of macro 'GET_ARG'
(flags&QUADINT ? GET_ARG (N, ap, quad_t) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1199:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:841:40: note: in expansion of macro 'GET_ARG'
flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1413:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:834:22: note: in expansion of macro 'GET_ARG'
flags&LONGINT ? GET_ARG (N, ap, long) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1199:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:835:36: note: in expansion of macro 'GET_ARG'
flags&SHORTINT ? (long)(short)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1199:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:842:45: note: in expansion of macro 'GET_ARG'
flags&CHARINT ? (u_long)(unsigned char)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1413:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:836:41: note: in expansion of macro 'GET_ARG'
flags&CHARINT ? (long)(signed char)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1199:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:843:14: note: in expansion of macro 'GET_ARG'
(u_long)GET_ARG (N, ap, u_int))
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1413:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:837:12: note: in expansion of macro 'GET_ARG'
(long)GET_ARG (N, ap, int))
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1199:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1428:25: note: in expansion of macro 'GET_ARG'
_uquad = (uintptr_t) GET_ARG (N, ap, void_ptr_t);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1439:9: note: in expansion of macro 'GET_ARG'
cp = GET_ARG (N, ap, char_ptr_t);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1260:16: note: in expansion of macro 'GET_ARG'
_fpvalue = GET_ARG (N, ap, _LONG_DOUBLE);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1262:30: note: in expansion of macro 'GET_ARG'
_fpvalue = (_LONG_DOUBLE)GET_ARG (N, ap, double);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:839:19: note: in expansion of macro 'GET_ARG'
(flags&QUADINT ? GET_ARG (N, ap, u_quad_t) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1538:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:840:22: note: in expansion of macro 'GET_ARG'
flags&LONGINT ? GET_ARG (N, ap, u_long) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1538:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:841:40: note: in expansion of macro 'GET_ARG'
flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1538:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:842:45: note: in expansion of macro 'GET_ARG'
flags&CHARINT ? (u_long)(unsigned char)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1538:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1395:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, quad_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:843:14: note: in expansion of macro 'GET_ARG'
(u_long)GET_ARG (N, ap, u_int))
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1538:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1399:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, long_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1401:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, short_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:839:19: note: in expansion of macro 'GET_ARG'
(flags&QUADINT ? GET_ARG (N, ap, u_quad_t) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1546:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1404:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, char_ptr_t) = ret;
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:840:22: note: in expansion of macro 'GET_ARG'
flags&LONGINT ? GET_ARG (N, ap, u_long) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1546:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:841:40: note: in expansion of macro 'GET_ARG'
flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1546:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1407:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, int_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:842:45: note: in expansion of macro 'GET_ARG'
flags&CHARINT ? (u_long)(unsigned char)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1546:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:839:19: note: in expansion of macro 'GET_ARG'
(flags&QUADINT ? GET_ARG (N, ap, u_quad_t) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1413:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:843:14: note: in expansion of macro 'GET_ARG'
(u_long)GET_ARG (N, ap, u_int))
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1546:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:840:22: note: in expansion of macro 'GET_ARG'
flags&LONGINT ? GET_ARG (N, ap, u_long) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1413:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:841:40: note: in expansion of macro 'GET_ARG'
flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1413:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:842:45: note: in expansion of macro 'GET_ARG'
flags&CHARINT ? (u_long)(unsigned char)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1413:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:843:14: note: in expansion of macro 'GET_ARG'
(u_long)GET_ARG (N, ap, u_int))
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1413:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1428:25: note: in expansion of macro 'GET_ARG'
_uquad = (uintptr_t) GET_ARG (N, ap, void_ptr_t);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1439:9: note: in expansion of macro 'GET_ARG'
cp = GET_ARG (N, ap, char_ptr_t);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:839:19: note: in expansion of macro 'GET_ARG'
(flags&QUADINT ? GET_ARG (N, ap, u_quad_t) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1538:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:840:22: note: in expansion of macro 'GET_ARG'
flags&LONGINT ? GET_ARG (N, ap, u_long) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1538:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:841:40: note: in expansion of macro 'GET_ARG'
flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1538:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:842:45: note: in expansion of macro 'GET_ARG'
flags&CHARINT ? (u_long)(unsigned char)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1538:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:843:14: note: in expansion of macro 'GET_ARG'
(u_long)GET_ARG (N, ap, u_int))
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1538:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:839:19: note: in expansion of macro 'GET_ARG'
(flags&QUADINT ? GET_ARG (N, ap, u_quad_t) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1546:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:840:22: note: in expansion of macro 'GET_ARG'
flags&LONGINT ? GET_ARG (N, ap, u_long) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1546:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:841:40: note: in expansion of macro 'GET_ARG'
flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1546:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:842:45: note: in expansion of macro 'GET_ARG'
flags&CHARINT ? (u_long)(unsigned char)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1546:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:843:14: note: in expansion of macro 'GET_ARG'
(u_long)GET_ARG (N, ap, u_int))
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1546:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c: In function '__ssvfscanf_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:761:13: note: in expansion of macro 'GET_ARG'
cp = GET_ARG (N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:768:13: note: in expansion of macro 'GET_ARG'
sp = GET_ARG (N, ap, short *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:773:13: note: in expansion of macro 'GET_ARG'
lp = GET_ARG (N, ap, long *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:779:14: note: in expansion of macro 'GET_ARG'
llp = GET_ARG (N, ap, long long*);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:785:13: note: in expansion of macro 'GET_ARG'
ip = GET_ARG (N, ap, int *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:850:23: note: in expansion of macro 'GET_ARG'
wcp = GET_ARG (N, ap, wchar_t *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:915:42: note: in expansion of macro 'GET_ARG'
size_t r = _fread_r (rptr, (_PTR) GET_ARG (N, ap, char *), 1, width, fp);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:949:17: note: in expansion of macro 'GET_ARG'
p0 = p = GET_ARG (N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:983:23: note: in expansion of macro 'GET_ARG'
wcp = GET_ARG (N, ap, wchar_t *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1043:17: note: in expansion of macro 'GET_ARG'
p0 = p = GET_ARG (N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1221:17: note: in expansion of macro 'GET_ARG'
void **vp = GET_ARG (N, ap, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1236:10: note: in expansion of macro 'GET_ARG'
cp = GET_ARG (N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1242:10: note: in expansion of macro 'GET_ARG'
sp = GET_ARG (N, ap, short *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1247:10: note: in expansion of macro 'GET_ARG'
lp = GET_ARG (N, ap, long *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1258:11: note: in expansion of macro 'GET_ARG'
llp = GET_ARG (N, ap, long long*);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1264:10: note: in expansion of macro 'GET_ARG'
ip = GET_ARG (N, ap, int *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1610:10: note: in expansion of macro 'GET_ARG'
dp = GET_ARG (N, ap, double *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1615:11: note: in expansion of macro 'GET_ARG'
ldp = GET_ARG (N, ap, _LONG_DOUBLE *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1620:11: note: in expansion of macro 'GET_ARG'
flp = GET_ARG (N, ap, float *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c: In function '__ssvfiscanf_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:761:13: note: in expansion of macro 'GET_ARG'
cp = GET_ARG (N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:768:13: note: in expansion of macro 'GET_ARG'
sp = GET_ARG (N, ap, short *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:773:13: note: in expansion of macro 'GET_ARG'
lp = GET_ARG (N, ap, long *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:779:14: note: in expansion of macro 'GET_ARG'
llp = GET_ARG (N, ap, long long*);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:785:13: note: in expansion of macro 'GET_ARG'
ip = GET_ARG (N, ap, int *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:850:23: note: in expansion of macro 'GET_ARG'
wcp = GET_ARG (N, ap, wchar_t *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:915:42: note: in expansion of macro 'GET_ARG'
size_t r = _fread_r (rptr, (_PTR) GET_ARG (N, ap, char *), 1, width, fp);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:949:17: note: in expansion of macro 'GET_ARG'
p0 = p = GET_ARG (N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:983:23: note: in expansion of macro 'GET_ARG'
wcp = GET_ARG (N, ap, wchar_t *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1043:17: note: in expansion of macro 'GET_ARG'
p0 = p = GET_ARG (N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1221:17: note: in expansion of macro 'GET_ARG'
void **vp = GET_ARG (N, ap, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1236:10: note: in expansion of macro 'GET_ARG'
cp = GET_ARG (N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1242:10: note: in expansion of macro 'GET_ARG'
sp = GET_ARG (N, ap, short *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1247:10: note: in expansion of macro 'GET_ARG'
lp = GET_ARG (N, ap, long *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1258:11: note: in expansion of macro 'GET_ARG'
llp = GET_ARG (N, ap, long long*);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1264:10: note: in expansion of macro 'GET_ARG'
ip = GET_ARG (N, ap, int *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c: In function '_vfiprintf_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1018:12: note: in expansion of macro 'GET_ARG'
width = GET_ARG (n, ap, int);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1063:12: note: in expansion of macro 'GET_ARG'
prec = GET_ARG (n, ap, int);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1189:11: note: in expansion of macro 'GET_ARG'
*cp = GET_ARG (N, ap, int);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:833:19: note: in expansion of macro 'GET_ARG'
(flags&QUADINT ? GET_ARG (N, ap, quad_t) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1199:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:834:22: note: in expansion of macro 'GET_ARG'
flags&LONGINT ? GET_ARG (N, ap, long) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1199:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:835:36: note: in expansion of macro 'GET_ARG'
flags&SHORTINT ? (long)(short)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1199:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:836:41: note: in expansion of macro 'GET_ARG'
flags&CHARINT ? (long)(signed char)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1199:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:837:12: note: in expansion of macro 'GET_ARG'
(long)GET_ARG (N, ap, int))
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1199:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1395:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, quad_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1399:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, long_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1401:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, short_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1404:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, char_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1407:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, int_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:839:19: note: in expansion of macro 'GET_ARG'
(flags&QUADINT ? GET_ARG (N, ap, u_quad_t) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1413:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:840:22: note: in expansion of macro 'GET_ARG'
flags&LONGINT ? GET_ARG (N, ap, u_long) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1413:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:841:40: note: in expansion of macro 'GET_ARG'
flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1413:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:842:45: note: in expansion of macro 'GET_ARG'
flags&CHARINT ? (u_long)(unsigned char)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1413:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:843:14: note: in expansion of macro 'GET_ARG'
(u_long)GET_ARG (N, ap, u_int))
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1413:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1428:25: note: in expansion of macro 'GET_ARG'
_uquad = (uintptr_t) GET_ARG (N, ap, void_ptr_t);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1439:9: note: in expansion of macro 'GET_ARG'
cp = GET_ARG (N, ap, char_ptr_t);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:839:19: note: in expansion of macro 'GET_ARG'
(flags&QUADINT ? GET_ARG (N, ap, u_quad_t) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1538:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:840:22: note: in expansion of macro 'GET_ARG'
flags&LONGINT ? GET_ARG (N, ap, u_long) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1538:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:841:40: note: in expansion of macro 'GET_ARG'
flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1538:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:842:45: note: in expansion of macro 'GET_ARG'
flags&CHARINT ? (u_long)(unsigned char)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1538:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:843:14: note: in expansion of macro 'GET_ARG'
(u_long)GET_ARG (N, ap, u_int))
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1538:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:839:19: note: in expansion of macro 'GET_ARG'
(flags&QUADINT ? GET_ARG (N, ap, u_quad_t) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1546:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:840:22: note: in expansion of macro 'GET_ARG'
flags&LONGINT ? GET_ARG (N, ap, u_long) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1546:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c: In function '_vfprintf_r':
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1018:12: note: in expansion of macro 'GET_ARG'
width = GET_ARG (n, ap, int);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:841:40: note: in expansion of macro 'GET_ARG'
flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1546:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:842:45: note: in expansion of macro 'GET_ARG'
flags&CHARINT ? (u_long)(unsigned char)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1546:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:843:14: note: in expansion of macro 'GET_ARG'
(u_long)GET_ARG (N, ap, u_int))
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1546:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1063:12: note: in expansion of macro 'GET_ARG'
prec = GET_ARG (n, ap, int);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1189:11: note: in expansion of macro 'GET_ARG'
*cp = GET_ARG (N, ap, int);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:833:19: note: in expansion of macro 'GET_ARG'
(flags&QUADINT ? GET_ARG (N, ap, quad_t) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1199:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:834:22: note: in expansion of macro 'GET_ARG'
flags&LONGINT ? GET_ARG (N, ap, long) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1199:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:835:36: note: in expansion of macro 'GET_ARG'
flags&SHORTINT ? (long)(short)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1199:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:836:41: note: in expansion of macro 'GET_ARG'
flags&CHARINT ? (long)(signed char)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1199:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:837:12: note: in expansion of macro 'GET_ARG'
(long)GET_ARG (N, ap, int))
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1199:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1260:16: note: in expansion of macro 'GET_ARG'
_fpvalue = GET_ARG (N, ap, _LONG_DOUBLE);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1262:30: note: in expansion of macro 'GET_ARG'
_fpvalue = (_LONG_DOUBLE)GET_ARG (N, ap, double);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1395:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, quad_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1399:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, long_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1401:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, short_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1404:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, char_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1407:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, int_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:839:19: note: in expansion of macro 'GET_ARG'
(flags&QUADINT ? GET_ARG (N, ap, u_quad_t) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1413:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:840:22: note: in expansion of macro 'GET_ARG'
flags&LONGINT ? GET_ARG (N, ap, u_long) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1413:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:841:40: note: in expansion of macro 'GET_ARG'
flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1413:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:842:45: note: in expansion of macro 'GET_ARG'
flags&CHARINT ? (u_long)(unsigned char)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1413:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:843:14: note: in expansion of macro 'GET_ARG'
(u_long)GET_ARG (N, ap, u_int))
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1413:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1428:25: note: in expansion of macro 'GET_ARG'
_uquad = (uintptr_t) GET_ARG (N, ap, void_ptr_t);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1439:9: note: in expansion of macro 'GET_ARG'
cp = GET_ARG (N, ap, char_ptr_t);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:839:19: note: in expansion of macro 'GET_ARG'
(flags&QUADINT ? GET_ARG (N, ap, u_quad_t) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1538:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:840:22: note: in expansion of macro 'GET_ARG'
flags&LONGINT ? GET_ARG (N, ap, u_long) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1538:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:841:40: note: in expansion of macro 'GET_ARG'
flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1538:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:842:45: note: in expansion of macro 'GET_ARG'
flags&CHARINT ? (u_long)(unsigned char)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1538:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:843:14: note: in expansion of macro 'GET_ARG'
(u_long)GET_ARG (N, ap, u_int))
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1538:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:839:19: note: in expansion of macro 'GET_ARG'
(flags&QUADINT ? GET_ARG (N, ap, u_quad_t) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1546:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:840:22: note: in expansion of macro 'GET_ARG'
flags&LONGINT ? GET_ARG (N, ap, u_long) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1546:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:841:40: note: in expansion of macro 'GET_ARG'
flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1546:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:842:45: note: in expansion of macro 'GET_ARG'
flags&CHARINT ? (u_long)(unsigned char)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1546:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:816:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:843:14: note: in expansion of macro 'GET_ARG'
(u_long)GET_ARG (N, ap, u_int))
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:1546:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:151:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfprintf.c:608:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, char *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c: In function '__svfscanf_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:761:13: note: in expansion of macro 'GET_ARG'
cp = GET_ARG (N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:768:13: note: in expansion of macro 'GET_ARG'
sp = GET_ARG (N, ap, short *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:773:13: note: in expansion of macro 'GET_ARG'
lp = GET_ARG (N, ap, long *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:779:14: note: in expansion of macro 'GET_ARG'
llp = GET_ARG (N, ap, long long*);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:785:13: note: in expansion of macro 'GET_ARG'
ip = GET_ARG (N, ap, int *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:850:23: note: in expansion of macro 'GET_ARG'
wcp = GET_ARG (N, ap, wchar_t *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:915:42: note: in expansion of macro 'GET_ARG'
size_t r = _fread_r (rptr, (_PTR) GET_ARG (N, ap, char *), 1, width, fp);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:949:17: note: in expansion of macro 'GET_ARG'
p0 = p = GET_ARG (N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:983:23: note: in expansion of macro 'GET_ARG'
wcp = GET_ARG (N, ap, wchar_t *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1043:17: note: in expansion of macro 'GET_ARG'
p0 = p = GET_ARG (N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1221:17: note: in expansion of macro 'GET_ARG'
void **vp = GET_ARG (N, ap, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1236:10: note: in expansion of macro 'GET_ARG'
cp = GET_ARG (N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1242:10: note: in expansion of macro 'GET_ARG'
sp = GET_ARG (N, ap, short *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1247:10: note: in expansion of macro 'GET_ARG'
lp = GET_ARG (N, ap, long *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1258:11: note: in expansion of macro 'GET_ARG'
llp = GET_ARG (N, ap, long long*);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1264:10: note: in expansion of macro 'GET_ARG'
ip = GET_ARG (N, ap, int *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1610:10: note: in expansion of macro 'GET_ARG'
dp = GET_ARG (N, ap, double *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1615:11: note: in expansion of macro 'GET_ARG'
ldp = GET_ARG (N, ap, _LONG_DOUBLE *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1620:11: note: in expansion of macro 'GET_ARG'
flp = GET_ARG (N, ap, float *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c: In function '__svfiscanf_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:761:13: note: in expansion of macro 'GET_ARG'
cp = GET_ARG (N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:768:13: note: in expansion of macro 'GET_ARG'
sp = GET_ARG (N, ap, short *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:773:13: note: in expansion of macro 'GET_ARG'
lp = GET_ARG (N, ap, long *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:779:14: note: in expansion of macro 'GET_ARG'
llp = GET_ARG (N, ap, long long*);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:785:13: note: in expansion of macro 'GET_ARG'
ip = GET_ARG (N, ap, int *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:850:23: note: in expansion of macro 'GET_ARG'
wcp = GET_ARG (N, ap, wchar_t *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:915:42: note: in expansion of macro 'GET_ARG'
size_t r = _fread_r (rptr, (_PTR) GET_ARG (N, ap, char *), 1, width, fp);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:949:17: note: in expansion of macro 'GET_ARG'
p0 = p = GET_ARG (N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:983:23: note: in expansion of macro 'GET_ARG'
wcp = GET_ARG (N, ap, wchar_t *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1043:17: note: in expansion of macro 'GET_ARG'
p0 = p = GET_ARG (N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1221:17: note: in expansion of macro 'GET_ARG'
void **vp = GET_ARG (N, ap, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1236:10: note: in expansion of macro 'GET_ARG'
cp = GET_ARG (N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1242:10: note: in expansion of macro 'GET_ARG'
sp = GET_ARG (N, ap, short *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1247:10: note: in expansion of macro 'GET_ARG'
lp = GET_ARG (N, ap, long *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1258:11: note: in expansion of macro 'GET_ARG'
llp = GET_ARG (N, ap, long long*);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:486:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:1264:10: note: in expansion of macro 'GET_ARG'
ip = GET_ARG (N, ap, int *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfscanf.c:201:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c: In function '_svfiwprintf_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:750:12: note: in expansion of macro 'GET_ARG'
width = GET_ARG (n, ap, int);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:795:12: note: in expansion of macro 'GET_ARG'
prec = GET_ARG (n, ap, int);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:907:30: note: in expansion of macro 'GET_ARG'
wint_t wc = btowc ((int) GET_ARG (N, ap, int));
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:916:13: note: in expansion of macro 'GET_ARG'
cp[0] = GET_ARG (N, ap, int);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:568:19: note: in expansion of macro 'GET_ARG'
(flags&QUADINT ? GET_ARG (N, ap, quad_t) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:924:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:569:22: note: in expansion of macro 'GET_ARG'
flags&LONGINT ? GET_ARG (N, ap, long) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:924:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:570:36: note: in expansion of macro 'GET_ARG'
flags&SHORTINT ? (long)(short)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:924:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:571:41: note: in expansion of macro 'GET_ARG'
flags&CHARINT ? (long)(signed char)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:924:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:572:12: note: in expansion of macro 'GET_ARG'
(long)GET_ARG (N, ap, int))
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:924:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1132:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, quad_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1136:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, long_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1138:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, short_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1141:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, char_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1144:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, int_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:574:19: note: in expansion of macro 'GET_ARG'
(flags&QUADINT ? GET_ARG (N, ap, u_quad_t) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1147:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:575:22: note: in expansion of macro 'GET_ARG'
flags&LONGINT ? GET_ARG (N, ap, u_long) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1147:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:576:40: note: in expansion of macro 'GET_ARG'
flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1147:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:577:45: note: in expansion of macro 'GET_ARG'
flags&CHARINT ? (u_long)(unsigned char)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1147:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:578:14: note: in expansion of macro 'GET_ARG'
(u_long)GET_ARG (N, ap, u_int))
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1147:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1162:25: note: in expansion of macro 'GET_ARG'
_uquad = (uintptr_t) GET_ARG (N, ap, void_ptr_t);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1173:9: note: in expansion of macro 'GET_ARG'
cp = GET_ARG (N, ap, wchar_ptr_t);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:574:19: note: in expansion of macro 'GET_ARG'
(flags&QUADINT ? GET_ARG (N, ap, u_quad_t) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1283:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:575:22: note: in expansion of macro 'GET_ARG'
flags&LONGINT ? GET_ARG (N, ap, u_long) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1283:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:576:40: note: in expansion of macro 'GET_ARG'
flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1283:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:577:45: note: in expansion of macro 'GET_ARG'
flags&CHARINT ? (u_long)(unsigned char)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1283:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:578:14: note: in expansion of macro 'GET_ARG'
(u_long)GET_ARG (N, ap, u_int))
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1283:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:574:19: note: in expansion of macro 'GET_ARG'
(flags&QUADINT ? GET_ARG (N, ap, u_quad_t) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1291:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:575:22: note: in expansion of macro 'GET_ARG'
flags&LONGINT ? GET_ARG (N, ap, u_long) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1291:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:576:40: note: in expansion of macro 'GET_ARG'
flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1291:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:577:45: note: in expansion of macro 'GET_ARG'
flags&CHARINT ? (u_long)(unsigned char)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1291:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:578:14: note: in expansion of macro 'GET_ARG'
(u_long)GET_ARG (N, ap, u_int))
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1291:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c: In function '_svfwprintf_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:750:12: note: in expansion of macro 'GET_ARG'
width = GET_ARG (n, ap, int);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:795:12: note: in expansion of macro 'GET_ARG'
prec = GET_ARG (n, ap, int);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:907:30: note: in expansion of macro 'GET_ARG'
wint_t wc = btowc ((int) GET_ARG (N, ap, int));
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:916:13: note: in expansion of macro 'GET_ARG'
cp[0] = GET_ARG (N, ap, int);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:568:19: note: in expansion of macro 'GET_ARG'
(flags&QUADINT ? GET_ARG (N, ap, quad_t) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:924:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:569:22: note: in expansion of macro 'GET_ARG'
flags&LONGINT ? GET_ARG (N, ap, long) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:924:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:570:36: note: in expansion of macro 'GET_ARG'
flags&SHORTINT ? (long)(short)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:924:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:571:41: note: in expansion of macro 'GET_ARG'
flags&CHARINT ? (long)(signed char)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:924:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:572:12: note: in expansion of macro 'GET_ARG'
(long)GET_ARG (N, ap, int))
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:924:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:985:16: note: in expansion of macro 'GET_ARG'
_fpvalue = GET_ARG (N, ap, _LONG_DOUBLE);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:987:30: note: in expansion of macro 'GET_ARG'
_fpvalue = (_LONG_DOUBLE)GET_ARG (N, ap, double);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1132:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, quad_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1136:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, long_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1138:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, short_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1141:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, char_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1144:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, int_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:574:19: note: in expansion of macro 'GET_ARG'
(flags&QUADINT ? GET_ARG (N, ap, u_quad_t) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1147:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:575:22: note: in expansion of macro 'GET_ARG'
flags&LONGINT ? GET_ARG (N, ap, u_long) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1147:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:576:40: note: in expansion of macro 'GET_ARG'
flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1147:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:577:45: note: in expansion of macro 'GET_ARG'
flags&CHARINT ? (u_long)(unsigned char)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1147:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:578:14: note: in expansion of macro 'GET_ARG'
(u_long)GET_ARG (N, ap, u_int))
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1147:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1162:25: note: in expansion of macro 'GET_ARG'
_uquad = (uintptr_t) GET_ARG (N, ap, void_ptr_t);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1173:9: note: in expansion of macro 'GET_ARG'
cp = GET_ARG (N, ap, wchar_ptr_t);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:574:19: note: in expansion of macro 'GET_ARG'
(flags&QUADINT ? GET_ARG (N, ap, u_quad_t) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1283:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:575:22: note: in expansion of macro 'GET_ARG'
flags&LONGINT ? GET_ARG (N, ap, u_long) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1283:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:576:40: note: in expansion of macro 'GET_ARG'
flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1283:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:577:45: note: in expansion of macro 'GET_ARG'
flags&CHARINT ? (u_long)(unsigned char)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1283:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:578:14: note: in expansion of macro 'GET_ARG'
(u_long)GET_ARG (N, ap, u_int))
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1283:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:574:19: note: in expansion of macro 'GET_ARG'
(flags&QUADINT ? GET_ARG (N, ap, u_quad_t) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1291:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:575:22: note: in expansion of macro 'GET_ARG'
flags&LONGINT ? GET_ARG (N, ap, u_long) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1291:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:576:40: note: in expansion of macro 'GET_ARG'
flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1291:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:577:45: note: in expansion of macro 'GET_ARG'
flags&CHARINT ? (u_long)(unsigned char)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1291:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:578:14: note: in expansion of macro 'GET_ARG'
(u_long)GET_ARG (N, ap, u_int))
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1291:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c: In function '_vfiwprintf_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:750:12: note: in expansion of macro 'GET_ARG'
width = GET_ARG (n, ap, int);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:795:12: note: in expansion of macro 'GET_ARG'
prec = GET_ARG (n, ap, int);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:907:30: note: in expansion of macro 'GET_ARG'
wint_t wc = btowc ((int) GET_ARG (N, ap, int));
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:916:13: note: in expansion of macro 'GET_ARG'
cp[0] = GET_ARG (N, ap, int);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:568:19: note: in expansion of macro 'GET_ARG'
(flags&QUADINT ? GET_ARG (N, ap, quad_t) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:924:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:569:22: note: in expansion of macro 'GET_ARG'
flags&LONGINT ? GET_ARG (N, ap, long) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:924:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:570:36: note: in expansion of macro 'GET_ARG'
flags&SHORTINT ? (long)(short)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:924:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:571:41: note: in expansion of macro 'GET_ARG'
flags&CHARINT ? (long)(signed char)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:924:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:572:12: note: in expansion of macro 'GET_ARG'
(long)GET_ARG (N, ap, int))
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:924:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1132:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, quad_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1136:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, long_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1138:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, short_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1141:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, char_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1144:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, int_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:574:19: note: in expansion of macro 'GET_ARG'
(flags&QUADINT ? GET_ARG (N, ap, u_quad_t) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1147:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:575:22: note: in expansion of macro 'GET_ARG'
flags&LONGINT ? GET_ARG (N, ap, u_long) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1147:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:576:40: note: in expansion of macro 'GET_ARG'
flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1147:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:577:45: note: in expansion of macro 'GET_ARG'
flags&CHARINT ? (u_long)(unsigned char)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1147:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:578:14: note: in expansion of macro 'GET_ARG'
(u_long)GET_ARG (N, ap, u_int))
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1147:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1162:25: note: in expansion of macro 'GET_ARG'
_uquad = (uintptr_t) GET_ARG (N, ap, void_ptr_t);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1173:9: note: in expansion of macro 'GET_ARG'
cp = GET_ARG (N, ap, wchar_ptr_t);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:574:19: note: in expansion of macro 'GET_ARG'
(flags&QUADINT ? GET_ARG (N, ap, u_quad_t) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1283:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:575:22: note: in expansion of macro 'GET_ARG'
flags&LONGINT ? GET_ARG (N, ap, u_long) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1283:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:576:40: note: in expansion of macro 'GET_ARG'
flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1283:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:577:45: note: in expansion of macro 'GET_ARG'
flags&CHARINT ? (u_long)(unsigned char)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1283:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:578:14: note: in expansion of macro 'GET_ARG'
(u_long)GET_ARG (N, ap, u_int))
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1283:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:574:19: note: in expansion of macro 'GET_ARG'
(flags&QUADINT ? GET_ARG (N, ap, u_quad_t) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1291:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:575:22: note: in expansion of macro 'GET_ARG'
flags&LONGINT ? GET_ARG (N, ap, u_long) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1291:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:576:40: note: in expansion of macro 'GET_ARG'
flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1291:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:577:45: note: in expansion of macro 'GET_ARG'
flags&CHARINT ? (u_long)(unsigned char)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1291:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:578:14: note: in expansion of macro 'GET_ARG'
(u_long)GET_ARG (N, ap, u_int))
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1291:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c: In function '_vfwprintf_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:750:12: note: in expansion of macro 'GET_ARG'
width = GET_ARG (n, ap, int);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:795:12: note: in expansion of macro 'GET_ARG'
prec = GET_ARG (n, ap, int);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:907:30: note: in expansion of macro 'GET_ARG'
wint_t wc = btowc ((int) GET_ARG (N, ap, int));
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:916:13: note: in expansion of macro 'GET_ARG'
cp[0] = GET_ARG (N, ap, int);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:568:19: note: in expansion of macro 'GET_ARG'
(flags&QUADINT ? GET_ARG (N, ap, quad_t) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:924:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:569:22: note: in expansion of macro 'GET_ARG'
flags&LONGINT ? GET_ARG (N, ap, long) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:924:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:570:36: note: in expansion of macro 'GET_ARG'
flags&SHORTINT ? (long)(short)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:924:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:571:41: note: in expansion of macro 'GET_ARG'
flags&CHARINT ? (long)(signed char)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:924:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:572:12: note: in expansion of macro 'GET_ARG'
(long)GET_ARG (N, ap, int))
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:924:13: note: in expansion of macro 'SARG'
_uquad = SARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:985:16: note: in expansion of macro 'GET_ARG'
_fpvalue = GET_ARG (N, ap, _LONG_DOUBLE);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:987:30: note: in expansion of macro 'GET_ARG'
_fpvalue = (_LONG_DOUBLE)GET_ARG (N, ap, double);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1132:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, quad_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1136:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, long_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1138:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, short_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1141:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, char_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1144:6: note: in expansion of macro 'GET_ARG'
*GET_ARG (N, ap, int_ptr_t) = ret;
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:574:19: note: in expansion of macro 'GET_ARG'
(flags&QUADINT ? GET_ARG (N, ap, u_quad_t) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1147:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:575:22: note: in expansion of macro 'GET_ARG'
flags&LONGINT ? GET_ARG (N, ap, u_long) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1147:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:576:40: note: in expansion of macro 'GET_ARG'
flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1147:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:577:45: note: in expansion of macro 'GET_ARG'
flags&CHARINT ? (u_long)(unsigned char)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1147:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:578:14: note: in expansion of macro 'GET_ARG'
(u_long)GET_ARG (N, ap, u_int))
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1147:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1162:25: note: in expansion of macro 'GET_ARG'
_uquad = (uintptr_t) GET_ARG (N, ap, void_ptr_t);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1173:9: note: in expansion of macro 'GET_ARG'
cp = GET_ARG (N, ap, wchar_ptr_t);
^~~~~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:574:19: note: in expansion of macro 'GET_ARG'
(flags&QUADINT ? GET_ARG (N, ap, u_quad_t) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1283:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:575:22: note: in expansion of macro 'GET_ARG'
flags&LONGINT ? GET_ARG (N, ap, u_long) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1283:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:576:40: note: in expansion of macro 'GET_ARG'
flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1283:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:577:45: note: in expansion of macro 'GET_ARG'
flags&CHARINT ? (u_long)(unsigned char)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1283:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:578:14: note: in expansion of macro 'GET_ARG'
(u_long)GET_ARG (N, ap, u_int))
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1283:13: note: in expansion of macro 'UARG'
_uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:574:19: note: in expansion of macro 'GET_ARG'
(flags&QUADINT ? GET_ARG (N, ap, u_quad_t) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1291:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:575:22: note: in expansion of macro 'GET_ARG'
flags&LONGINT ? GET_ARG (N, ap, u_long) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1291:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:576:40: note: in expansion of macro 'GET_ARG'
flags&SHORTINT ? (u_long)(u_short)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1291:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:577:45: note: in expansion of macro 'GET_ARG'
flags&CHARINT ? (u_long)(unsigned char)GET_ARG (N, ap, int) : \
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1291:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:551:38: warning: passing argument 4 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (data, n, fmt_anchor, &ap, &numargs, args, \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:578:14: note: in expansion of macro 'GET_ARG'
(u_long)GET_ARG (N, ap, u_int))
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:1291:17: note: in expansion of macro 'UARG'
hex: _uquad = UARG ();
^~~~
In file included from /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:121:0:
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwprintf.c:328:8: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
_EXFUN(get_arg, (struct _reent *data, int n, wchar_t *fmt,
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c: In function '__ssvfiwscanf_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:714:13: note: in expansion of macro 'GET_ARG'
cp = GET_ARG (N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:721:13: note: in expansion of macro 'GET_ARG'
sp = GET_ARG (N, ap, short *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:726:13: note: in expansion of macro 'GET_ARG'
lp = GET_ARG (N, ap, long *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:732:14: note: in expansion of macro 'GET_ARG'
llp = GET_ARG (N, ap, long long*);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:738:13: note: in expansion of macro 'GET_ARG'
ip = GET_ARG (N, ap, int *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:780:7: note: in expansion of macro 'GET_ARG'
p = GET_ARG(N, ap, wchar_t *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:797:9: note: in expansion of macro 'GET_ARG'
mbp = GET_ARG(N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:852:17: note: in expansion of macro 'GET_ARG'
p0 = p = GET_ARG(N, ap, wchar_t *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:867:9: note: in expansion of macro 'GET_ARG'
mbp = GET_ARG(N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:919:17: note: in expansion of macro 'GET_ARG'
p0 = p = GET_ARG(N, ap, wchar_t *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:934:9: note: in expansion of macro 'GET_ARG'
mbp = GET_ARG(N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:1110:17: note: in expansion of macro 'GET_ARG'
void **vp = GET_ARG (N, ap, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:1125:10: note: in expansion of macro 'GET_ARG'
cp = GET_ARG (N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:1131:10: note: in expansion of macro 'GET_ARG'
sp = GET_ARG (N, ap, short *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:1136:10: note: in expansion of macro 'GET_ARG'
lp = GET_ARG (N, ap, long *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:1147:11: note: in expansion of macro 'GET_ARG'
llp = GET_ARG (N, ap, long long*);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:1153:10: note: in expansion of macro 'GET_ARG'
ip = GET_ARG (N, ap, int *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c: In function '__ssvfwscanf_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:714:13: note: in expansion of macro 'GET_ARG'
cp = GET_ARG (N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:721:13: note: in expansion of macro 'GET_ARG'
sp = GET_ARG (N, ap, short *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:726:13: note: in expansion of macro 'GET_ARG'
lp = GET_ARG (N, ap, long *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:732:14: note: in expansion of macro 'GET_ARG'
llp = GET_ARG (N, ap, long long*);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:738:13: note: in expansion of macro 'GET_ARG'
ip = GET_ARG (N, ap, int *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:780:7: note: in expansion of macro 'GET_ARG'
p = GET_ARG(N, ap, wchar_t *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:797:9: note: in expansion of macro 'GET_ARG'
mbp = GET_ARG(N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:852:17: note: in expansion of macro 'GET_ARG'
p0 = p = GET_ARG(N, ap, wchar_t *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:867:9: note: in expansion of macro 'GET_ARG'
mbp = GET_ARG(N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:919:17: note: in expansion of macro 'GET_ARG'
p0 = p = GET_ARG(N, ap, wchar_t *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:934:9: note: in expansion of macro 'GET_ARG'
mbp = GET_ARG(N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:1110:17: note: in expansion of macro 'GET_ARG'
void **vp = GET_ARG (N, ap, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:1125:10: note: in expansion of macro 'GET_ARG'
cp = GET_ARG (N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:1131:10: note: in expansion of macro 'GET_ARG'
sp = GET_ARG (N, ap, short *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:1136:10: note: in expansion of macro 'GET_ARG'
lp = GET_ARG (N, ap, long *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:1147:11: note: in expansion of macro 'GET_ARG'
llp = GET_ARG (N, ap, long long*);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:1153:10: note: in expansion of macro 'GET_ARG'
ip = GET_ARG (N, ap, int *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:1451:10: note: in expansion of macro 'GET_ARG'
dp = GET_ARG (N, ap, double *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:1456:11: note: in expansion of macro 'GET_ARG'
ldp = GET_ARG (N, ap, _LONG_DOUBLE *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:1461:11: note: in expansion of macro 'GET_ARG'
flp = GET_ARG (N, ap, float *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c: In function '__svfiwscanf_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:714:13: note: in expansion of macro 'GET_ARG'
cp = GET_ARG (N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:721:13: note: in expansion of macro 'GET_ARG'
sp = GET_ARG (N, ap, short *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:726:13: note: in expansion of macro 'GET_ARG'
lp = GET_ARG (N, ap, long *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:732:14: note: in expansion of macro 'GET_ARG'
llp = GET_ARG (N, ap, long long*);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:738:13: note: in expansion of macro 'GET_ARG'
ip = GET_ARG (N, ap, int *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:780:7: note: in expansion of macro 'GET_ARG'
p = GET_ARG(N, ap, wchar_t *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:797:9: note: in expansion of macro 'GET_ARG'
mbp = GET_ARG(N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:852:17: note: in expansion of macro 'GET_ARG'
p0 = p = GET_ARG(N, ap, wchar_t *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:867:9: note: in expansion of macro 'GET_ARG'
mbp = GET_ARG(N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:919:17: note: in expansion of macro 'GET_ARG'
p0 = p = GET_ARG(N, ap, wchar_t *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:934:9: note: in expansion of macro 'GET_ARG'
mbp = GET_ARG(N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:1110:17: note: in expansion of macro 'GET_ARG'
void **vp = GET_ARG (N, ap, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:1125:10: note: in expansion of macro 'GET_ARG'
cp = GET_ARG (N, ap, char *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:1131:10: note: in expansion of macro 'GET_ARG'
sp = GET_ARG (N, ap, short *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:1136:10: note: in expansion of macro 'GET_ARG'
lp = GET_ARG (N, ap, long *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:1147:11: note: in expansion of macro 'GET_ARG'
llp = GET_ARG (N, ap, long long*);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:438:22: warning: passing argument 2 of 'get_arg' from incompatible pointer type [-Wincompatible-pointer-types]
: get_arg (n, &ap, &numargs, args)) \
^
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:1153:10: note: in expansion of macro 'GET_ARG'
ip = GET_ARG (N, ap, int *);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/stdio/vfwscanf.c:208:15: note: expected '__va_list_tag (*)[1]' but argument is of type '__va_list_tag **'
static void * get_arg (int, va_list *, int *, void **);
^~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/sys/redox/crt0.c:10:1: warning: 'naked' attribute directive ignored [-Wattributes]
__attribute__((naked)) void _start() {
^~~~~~~~~~~~~
Updating registry `https://github.com/rust-lang/crates.io-index`
Updating git repository `https://github.com/rust-lang-nursery/compiler-builtins`
Updating git repository `https://github.com/redox-os/liblibc`
Updating compiler_builtins v0.1.0 (https://github.com/rust-lang-nursery/compiler-builtins#0ba07e49) -> #266ea074
Updating redox_syscall v0.1.32 -> v0.1.37
Compiling core v0.0.0 (file:///home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/rust/src/libcore)
error[E0275]: overflow evaluating the requirement `<_ as iter::iterator::Iterator>::Item`
|
= help: consider adding a `#![recursion_limit="128"]` attribute to your crate
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
= note: required because of the requirements on the impl of `iter_private::TrustedRandomAccess` for `iter::Cloned<_>`
error: aborting due to previous error
error: Could not compile `core`.
To learn more, run the command again with --verbose.
error: `"cargo" "build" "--release" "--manifest-path" "/tmp/xargo.kBeYDCkMrAYf/Cargo.toml" "--target" "x86_64-unknown-redox" "-p" "alloc"` failed with exit code: Some(101)
note: run with `RUST_BACKTRACE=1` for a backtrace
make[6]: *** [Makefile:469: /home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/sys/redox/target/x86_64-unknown-redox/release/libnewlib_redox.a] Error 1
make[6]: *** No rule to make target 'redox/lib.a', needed by 'lib.a'. Stop.
make[5]: *** [Makefile:323: all-recursive] Error 1
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/closer.c: In function '_close_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/closer.c:53:14: warning: implicit declaration of function '_close'; did you mean 'close'? [-Wimplicit-function-declaration]
if ((ret = _close (fd)) == -1 && errno != 0)
^~~~~~
close
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/isattyr.c: In function '_isatty_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/isattyr.c:58:14: warning: implicit declaration of function '_isatty'; did you mean 'isatty'? [-Wimplicit-function-declaration]
if ((ret = _isatty (fd)) == -1 && errno != 0)
^~~~~~~
isatty
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/gettimeofdayr.c: In function '_gettimeofday_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/gettimeofdayr.c:71:14: warning: implicit declaration of function '_gettimeofday'; did you mean 'gettimeofday'? [-Wimplicit-function-declaration]
if ((ret = _gettimeofday (ptimeval, ptimezone)) == -1 && errno != 0)
^~~~~~~~~~~~~
gettimeofday
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/fstatr.c: In function '_fstat_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/fstatr.c:62:14: warning: implicit declaration of function '_fstat'; did you mean 'fstat'? [-Wimplicit-function-declaration]
if ((ret = _fstat (fd, pstat)) == -1 && errno != 0)
^~~~~~
fstat
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/fcntlr.c: In function '_fcntl_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/fcntlr.c:60:14: warning: implicit declaration of function '_fcntl'; did you mean 'fcntl'? [-Wimplicit-function-declaration]
if ((ret = _fcntl (fd, cmd, arg)) == -1 && errno != 0)
^~~~~~
fcntl
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/linkr.c: In function '_link_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/linkr.c:61:14: warning: implicit declaration of function '_link'; did you mean 'link'? [-Wimplicit-function-declaration]
if ((ret = _link (old, new)) == -1 && errno != 0)
^~~~~
link
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/lseekr.c: In function '_lseek_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/lseekr.c:58:14: warning: implicit declaration of function '_lseek'; did you mean 'lseek'? [-Wimplicit-function-declaration]
if ((ret = _lseek (fd, pos, whence)) == (_off_t) -1 && errno != 0)
^~~~~~
lseek
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/mkdirr.c: In function '_mkdir_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/mkdirr.c:58:14: warning: implicit declaration of function '_mkdir'; did you mean 'mkdir'? [-Wimplicit-function-declaration]
if ((ret = _mkdir (path, mode)) == -1 && errno != 0)
^~~~~~
mkdir
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/readr.c: In function '_read_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/readr.c:58:24: warning: implicit declaration of function '_read'; did you mean 'read'? [-Wimplicit-function-declaration]
if ((ret = (_ssize_t)_read (fd, buf, cnt)) == -1 && errno != 0)
^~~~~
read
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/openr.c: In function '_open_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/openr.c:59:14: warning: implicit declaration of function '_open'; did you mean 'open'? [-Wimplicit-function-declaration]
if ((ret = _open (file, flags, mode)) == -1 && errno != 0)
^~~~~
open
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/renamer.c: In function '_rename_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/renamer.c:59:14: warning: implicit declaration of function '_rename'; did you mean 'rename'? [-Wimplicit-function-declaration]
if ((ret = _rename (old, new)) == -1 && errno != 0)
^~~~~~~
rename
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/signalr.c: In function '_kill_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/signalr.c:61:14: warning: implicit declaration of function '_kill'; did you mean 'kill'? [-Wimplicit-function-declaration]
if ((ret = _kill (pid, sig)) == -1 && errno != 0)
^~~~~
kill
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/signalr.c: In function '_getpid_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/signalr.c:97:9: warning: implicit declaration of function '_getpid'; did you mean 'getpid'? [-Wimplicit-function-declaration]
ret = _getpid ();
^~~~~~~
getpid
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/statr.c: In function '_stat_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/statr.c:63:14: warning: implicit declaration of function '_stat'; did you mean 'lstat'? [-Wimplicit-function-declaration]
if ((ret = _stat (file, pstat)) == -1 && errno != 0)
^~~~~
lstat
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/timesr.c: In function '_times_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/timesr.c:60:9: warning: implicit declaration of function '_times'; did you mean 'times'? [-Wimplicit-function-declaration]
ret = _times (ptms);
^~~~~~
times
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/unlinkr.c: In function '_unlink_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/unlinkr.c:54:14: warning: implicit declaration of function '_unlink'; did you mean 'unlink'? [-Wimplicit-function-declaration]
if ((ret = _unlink (file)) == -1 && errno != 0)
^~~~~~~
unlink
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/writer.c: In function '_write_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/writer.c:58:24: warning: implicit declaration of function '_write'; did you mean 'write'? [-Wimplicit-function-declaration]
if ((ret = (_ssize_t)_write (fd, buf, cnt)) == -1 && errno != 0)
^~~~~~
write
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/execr.c: In function '_execve_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/execr.c:65:14: warning: implicit declaration of function '_execve'; did you mean 'fexecve'? [-Wimplicit-function-declaration]
if ((ret = _execve (name, argv, env)) == -1 && errno != 0)
^~~~~~~
fexecve
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/execr.c: In function '_fork_r':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/reent/execr.c:103:14: warning: implicit declaration of function '_fork'; did you mean 'vfork'? [-Wimplicit-function-declaration]
if ((ret = _fork ()) == -1 && errno != 0)
^~~~~
vfork
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/posix/isatty.c: In function 'isatty':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/posix/isatty.c:9:10: warning: implicit declaration of function '_isatty'; did you mean 'isatty'? [-Wimplicit-function-declaration]
return _isatty (fd);
^~~~~~~
isatty
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/posix/execl.c: In function 'execl':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/posix/execl.c:50:10: warning: implicit declaration of function '_execve'; did you mean 'fexecve'? [-Wimplicit-function-declaration]
return _execve (path, (char * _CONST *) argv, *p_environ);
^~~~~~~
fexecve
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/posix/execle.c: In function 'execle':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/posix/execle.c:47:10: warning: implicit declaration of function '_execve'; did you mean 'fexecve'? [-Wimplicit-function-declaration]
return _execve (path, (char * _CONST *) argv, (char * _CONST *) envp);
^~~~~~~
fexecve
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/posix/execv.c: In function 'execv':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/posix/execv.c:21:10: warning: implicit declaration of function '_execve'; did you mean 'fexecve'? [-Wimplicit-function-declaration]
return _execve (path, (char * _CONST *) argv, *p_environ);
^~~~~~~
fexecve
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/posix/execve.c: In function 'execve':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/posix/execve.c:18:10: warning: implicit declaration of function '_execve'; did you mean 'fexecve'? [-Wimplicit-function-declaration]
return _execve (path, argv, envp);
^~~~~~~
fexecve
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/posix/posix_spawn.c: In function 'process_spawnattr':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/posix/posix_spawn.c:169:7: warning: implicit declaration of function 'sched_setscheduler' [-Wimplicit-function-declaration]
if (sched_setscheduler(0, sa->sa_schedpolicy,
^~~~~~~~~~~~~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/posix/posix_spawn.c:173:7: warning: implicit declaration of function 'sched_setparam' [-Wimplicit-function-declaration]
if (sched_setparam(0, &sa->sa_schedparam) != 0)
^~~~~~~~~~~~~~
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/posix/posix_spawn.c: In function 'process_file_actions_entry':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/posix/posix_spawn.c:209:8: warning: implicit declaration of function '_open'; did you mean 'open'? [-Wimplicit-function-declaration]
fd = _open(fae->fae_path, fae->fae_oflag, fae->fae_mode);
^~~~~
open
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/posix/posix_spawn.c:215:8: warning: implicit declaration of function '_close'; did you mean 'close'? [-Wimplicit-function-declaration]
if (_close(fd) != 0) {
^~~~~~
close
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/posix/posix_spawn.c:221:7: warning: implicit declaration of function '_fcntl'; did you mean 'fcntl'? [-Wimplicit-function-declaration]
if (_fcntl(fae->fae_fildes, F_SETFD, 0) == -1)
^~~~~~
fcntl
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/posix/posix_spawn.c: In function 'do_posix_spawn':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/posix/posix_spawn.c:284:4: warning: implicit declaration of function '_execve'; did you mean 'fexecve'? [-Wimplicit-function-declaration]
_execve(path, argv, envp != NULL ? envp : *p_environ);
^~~~~~~
fexecve
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/syscalls/sysisatty.c: In function 'isatty':
/home/fpasqua/OperativeSystems/libc/packages/arch/newlib/src/newlib/newlib/libc/syscalls/sysisatty.c:13:10: warning: implicit declaration of function '_isatty'; did you mean 'isatty'? [-Wimplicit-function-declaration]
return _isatty (fd);
^~~~~~~
isatty
cp: cannot stat 'sys/crt0.o': No such file or directory
make[5]: *** [Makefile:1043: crt0.o] Error 1
make[5]: *** Waiting for unfinished jobs....
x86_64-unknown-redox-ar: ../sys/lib.a: No such file or directory
make[4]: *** [Makefile:680: all-recursive] Error 1
make[3]: *** [Makefile:642: all-recursive] Error 1
make[2]: *** [Makefile:453: all] Error 2
make[1]: *** [Makefile:8492: all-target-newlib] Error 2
make: *** [Makefile:879: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment