]> Git Repo - qemu.git/commit - stubs/qtest.c
stubs: Fix warning caused by missing include statement
authorStefan Weil <[email protected]>
Fri, 6 Feb 2015 21:43:15 +0000 (22:43 +0100)
committerMichael Tokarev <[email protected]>
Tue, 10 Feb 2015 07:26:05 +0000 (10:26 +0300)
commit2822c1b65b54341dee33a85c96d419512f2b2da2
tree20b1725315b3e8ebd1e8195e5b26a8e17b2d1db5
parent51575c3fca79b90953502dd1fa574711155a167e
stubs: Fix warning caused by missing include statement

Warning from the Sparse static analysis tool:

stubs/qtest.c:14:6:
 warning: symbol 'qtest_allowed' was not declared. Should it be static?

Add the missing include statement which declares qtest_allowed.

Signed-off-by: Stefan Weil <[email protected]>
Signed-off-by: Michael Tokarev <[email protected]>
stubs/qtest.c
This page took 0.026441 seconds and 4 git commands to generate.