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