Re: [Qemu-devel] [PATCH] hw/mips: Add missing 'static' and 'const' attributes

2014-05-04 Thread Aurelien Jarno
On Fri, May 02, 2014 at 10:29:33PM +0200, Stefan Weil wrote: > This fixes a warning from the static code analysis (smatch). > > Signed-off-by: Stefan Weil > --- > hw/mips/mips_fulong2e.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/hw/mips/mips_fulong2e.c b/hw/mip

[Qemu-devel] [PATCH] hw/mips: Add missing 'static' and 'const' attributes

2014-05-02 Thread Stefan Weil
This fixes a warning from the static code analysis (smatch). Signed-off-by: Stefan Weil --- hw/mips/mips_fulong2e.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/mips/mips_fulong2e.c b/hw/mips/mips_fulong2e.c index e1551aa..30d9f19 100644 --- a/hw/mips/mips_fulong2e.c