testing/fstest/fstest_main.c: Eliminate a warning found during the build

test.
This commit is contained in:
Ouss4 2020-02-15 23:29:44 +00:00 committed by patacongo
parent 218d8c9fe2
commit e55e310622

View File

@ -1084,7 +1084,8 @@ int main(int argc, FAR char *argv[])
/* Perform garbage collection, integrity checks */
fstest_gc(buf.f_bfree);
ret = fstest_gc(buf.f_bfree);
UNUSED(ret);
/* Show memory usage */