qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] linux-user: Fix warnings caused by missing 'sta


From: Michael Tokarev
Subject: Re: [Qemu-devel] [PATCH] linux-user: Fix warnings caused by missing 'static' attribute
Date: Sun, 06 Sep 2015 14:02:30 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.8.0

29.08.2015 10:29, Stefan Weil 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?

Applied to -trivial, thanks!

/mjt



reply via email to

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