[-Wunused-but-set-variable] (clang) - use

This commit is contained in:
Richard Cohen 2023-01-26 17:45:34 +00:00
parent fe57fc4183
commit dda1bb8374

View File

@ -129,4 +129,6 @@ main (int argc, char *argv[])
result = g_test_run();
qof_close();
return result;
}