testing/fstest/fstest_main.c: Eliminate a warning found during the build
test.
This commit is contained in:
parent
218d8c9fe2
commit
e55e310622
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user