]> Git Repo - qemu.git/blobdiff - tests/test-qemu-opts.c
tests: Add missing 'static' attributes (fix warnings from smatch)
[qemu.git] / tests / test-qemu-opts.c
index 3653507f56de6438cca09aae1811b99784fa47f4..ca08ac523ded8c2cd168f75c75918880efa95726 100644 (file)
@@ -56,7 +56,7 @@ static QemuOptsList opts_list_02 = {
     },
 };
 
-QemuOptsList opts_list_03 = {
+static QemuOptsList opts_list_03 = {
     .name = "opts_list_03",
     .head = QTAILQ_HEAD_INITIALIZER(opts_list_03.head),
     .desc = {
This page took 0.023753 seconds and 4 git commands to generate.