Re: [Qemu-devel] [PATCH] target-s390x: Add missing 'static' and 'const' attributes

2014-03-16 Thread Richard Henderson
On 03/16/2014 06:49 AM, Stefan Weil wrote: > This fixes warnings from the static code analysis (smatch). > > Signed-off-by: Stefan Weil > --- > target-s390x/arch_dump.c |6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) Reviewed-by: Richard Henderson r~

[Qemu-devel] [PATCH] target-s390x: Add missing 'static' and 'const' attributes

2014-03-16 Thread Stefan Weil
This fixes warnings from the static code analysis (smatch). Signed-off-by: Stefan Weil --- target-s390x/arch_dump.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/target-s390x/arch_dump.c b/target-s390x/arch_dump.c index 5cbb53c..a1554f5 100644 --- a/target-s390x/ar