On 29 August 2015 at 08:29, Stefan Weil <s...@weilnetz.de> 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 <s...@weilnetz.de> > ---
Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> thanks -- PMM