Fix signal/sig_default.c:195:21: error: unused variable 'rtcb'
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
108a5004c5
commit
ef1abbbea0
|
@ -229,6 +229,8 @@ static void nxsig_abnormal_termination(int signo)
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
|
UNUSED(rtcb);
|
||||||
|
|
||||||
/* Exit to terminate the task (note that exit() vs. _exit() is used. */
|
/* Exit to terminate the task (note that exit() vs. _exit() is used. */
|
||||||
|
|
||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
|
|
Loading…
Reference in New Issue