|
From: Florian K. <fl...@ei...> - 2015-09-13 20:31:26
|
On 13.09.2015 15:08, Mark Wielaard wrote:
>
> arm had one format warning:
>
> m_debuginfo/readexidx.c: In function ‘vgModuleLocal_read_exidx’:
> m_debuginfo/readexidx.c:941:19: warning: format ‘%lx’ expects argument
> of type ‘long unsigned int’, but argument 7 has type ‘PtrdiffT {aka long
> int}’ [-Wformat=]
> VG_(printf)("BEGIN ML_(read_exidx) exidx_img=[%p, +%lu) "
> ^
>
> There was also one -Wunused-but-set-variable warning:
>
> m_sigframe/sigframe-arm-linux.c: In function ‘vgPlain_sigframe_destroy’:
> m_sigframe/sigframe-arm-linux.c:251:27: warning: variable ‘mc’ set but
> not used [-Wunused-but-set-variable]
> struct vki_sigcontext *mc;
> ^
Thanks for the trial runs.
I fixed those warnings in r15650.]
> And lots of -Wcast-qual and -Wcast-align warnings (see attached).
>
as well as the 3 Wcast-qual warnings. I did not do anything about the
cast-align warnings as that is a warning specific to your compile
environment (stock valgrind does not compile with -Wcast-align).
Florian
|