Commit 6f80e810 authored by Davis King's avatar Davis King

Minor change to avoid warning from gcc

parent 05bbe4f4
...@@ -672,6 +672,13 @@ namespace ...@@ -672,6 +672,13 @@ namespace
} }
}
void matrix_test2()
{
print_spinner();
{ {
...@@ -1385,6 +1392,7 @@ namespace ...@@ -1385,6 +1392,7 @@ namespace
) )
{ {
matrix_test(); matrix_test();
matrix_test2();
} }
} a; } a;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment