Signed-off-by: Lim Siew Hoon <siew.hoon....@intel.com> --- test/basic/test_05.c | 2 +- test/basic/test_06.c | 2 +- test/basic/test_09.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/test/basic/test_05.c b/test/basic/test_05.c index f88dd15..233aa01 100644 --- a/test/basic/test_05.c +++ b/test/basic/test_05.c @@ -36,7 +36,7 @@ void test() { int max_entrypoints; int num_entrypoints; - int i, j, k; + int i, j; int config_count = 0; max_entrypoints = vaMaxNumEntrypoints(va_dpy); ASSERT(max_entrypoints > 0); diff --git a/test/basic/test_06.c b/test/basic/test_06.c index ca47e50..0dfdee5 100644 --- a/test/basic/test_06.c +++ b/test/basic/test_06.c @@ -36,7 +36,7 @@ int config_count = 0; void pre() { - int i, j, k; + int i, j; test_init(); test_profiles(); diff --git a/test/basic/test_09.c b/test/basic/test_09.c index b8a8f1c..0decc06 100644 --- a/test/basic/test_09.c +++ b/test/basic/test_09.c @@ -36,7 +36,7 @@ void test() { int max_entrypoints; int num_entrypoints; - int i, j, k; + int i, j; int config_count = 0; max_entrypoints = vaMaxNumEntrypoints(va_dpy); ASSERT(max_entrypoints > 0); -- 2.1.0 _______________________________________________ Libva mailing list Libva@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libva