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

2014-03-19 Thread Andreas Färber
Am 16.03.2014 14:49, schrieb Stefan Weil: > This fixes warnings from the static code analysis (smatch). > > Signed-off-by: Stefan Weil > --- > target-ppc/arch_dump.c |6 +++--- > target-ppc/int_helper.c |2 +- > target-ppc/machine.c|4 ++-- > 3 files changed, 6 insertions(+), 6

[Qemu-devel] [PATCH] target-ppc: 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-ppc/arch_dump.c |6 +++--- target-ppc/int_helper.c |2 +- target-ppc/machine.c|4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/target-ppc/arch_dump.c b/target