]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
tests: Add missing 'static' attributes (fix warnings from smatch)
authorStefan Weil <sw@weilnetz.de>
Mon, 7 Jul 2014 19:03:38 +0000 (21:03 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 18 Jul 2014 13:45:37 +0000 (17:45 +0400)
commit748bfb4eee8e699f3d2dd6a95820d1a9e57e4aa6
treebefe55dc6ab946c93eae3082d6a013e2ff26754b
parent7a46d042e02e87157c13424df56dd06e9da77e89
tests: Add missing 'static' attributes (fix warnings from smatch)

Smatch also complains about 0 used for pointers, so replace those by
NULL in test-visitor-serialization.c, too.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
tests/fdc-test.c
tests/test-aio.c
tests/test-qemu-opts.c
tests/test-throttle.c
tests/test-visitor-serialization.c
tests/test-vmstate.c