qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-trivial] [Qemu-devel] [PATCH] linux-user: Fix warnings caused


From: Peter Maydell
Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] linux-user: Fix warnings caused by missing 'static' attribute
Date: Sat, 29 Aug 2015 11:07:17 +0100

On 29 August 2015 at 08:29, Stefan Weil <address@hidden> wrote:
> Warnings from the Sparse static analysis tool:
>
> linux-user/main.c:40:12: warning:
>  symbol 'filename' was not declared. Should it be static?
> linux-user/main.c:41:12: warning:
>  symbol 'argv0' was not declared. Should it be static?
> linux-user/main.c:42:5: warning:
>  symbol 'gdbstub_port' was not declared. Should it be static?
> linux-user/main.c:43:11: warning:
>  symbol 'envlist' was not declared. Should it be static?
>
> Signed-off-by: Stefan Weil <address@hidden>
> ---

Reviewed-by: Peter Maydell <address@hidden>

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]