!691 【OpenHarmony 开源贡献者计划 2022】fix: fix warning label 'EXIT' defined but not used
Merge pull request !691 from rtos_shang/warning
This commit is contained in:
commit
1b9d59aa9a
|
@ -35,9 +35,6 @@ static VOID HwiF01(VOID)
|
||||||
{
|
{
|
||||||
TestHwiClear(HWI_NUM_TEST);
|
TestHwiClear(HWI_NUM_TEST);
|
||||||
g_testCount++;
|
g_testCount++;
|
||||||
|
|
||||||
EXIT:
|
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static UINT32 Testcase(VOID)
|
static UINT32 Testcase(VOID)
|
||||||
|
|
Loading…
Reference in New Issue