summary refs log tree commit diff stats
path: root/backends/baum.c
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2015-08-29 09:29:52 +0200
committerMichael Tokarev <mjt@tls.msk.ru>2015-09-11 10:21:38 +0300
commit8cb76755615326dd824ee3c7f3588afcd17acb28 (patch)
tree5bda57d94e5667064979f5331288583e5638cd98 /backends/baum.c
parentfe646693acc13ac48b98435d14149ab04dc597bc (diff)
downloadfocaccia-qemu-8cb76755615326dd824ee3c7f3588afcd17acb28.tar.gz
focaccia-qemu-8cb76755615326dd824ee3c7f3588afcd17acb28.zip
linux-user: Fix warnings caused by missing 'static' attribute
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 <sw@weilnetz.de>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'backends/baum.c')
0 files changed, 0 insertions, 0 deletions