summaryrefslogtreecommitdiffstats
path: root/util/osdep.c
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2014-03-16 19:02:52 +0100
committerMichael Tokarev <mjt@tls.msk.ru>2014-03-27 19:22:48 +0400
commit08cf99629d5de859aad0d54bafb2f18803a86dfe (patch)
treeac8b0e450938fafa4c680e94dbf7e71bb6aa4f53 /util/osdep.c
parent06ab66cfab317741ab55d164ec3530c08ce1a547 (diff)
downloadhqemu-08cf99629d5de859aad0d54bafb2f18803a86dfe.zip
hqemu-08cf99629d5de859aad0d54bafb2f18803a86dfe.tar.gz
util: Add 'static' attribute to function implementation
The static code analyzer smatch complains because of a missing 'static' attribute: util/module.c:166:6: warning: symbol 'module_load' was not declared. Should it be static? 'static' is used in the forward declaration, but not in the implementation. Add it there, too. Signed-off-by: Stefan Weil <sw@weilnetz.de> Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'util/osdep.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud