mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-10 06:55:15 +00:00
build/ci: fix CI blocking unused variables/functions issues
This patch attempts to fix the blocking issues encountered with build 6374 of apps/pull/2300. Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
This commit is contained in:
parent
3dd35cb549
commit
b32abfab39
1 changed files with 1 additions and 0 deletions
|
|
@ -158,6 +158,7 @@ static void get_prime_in_parallel(int n)
|
|||
}
|
||||
|
||||
printf("Done\n");
|
||||
UNUSED(status);
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue