!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:
openharmony_ci
2022-05-23 12:02:42 +00:00
committed by Gitee

View File

@@ -35,9 +35,6 @@ static VOID HwiF01(VOID)
{
TestHwiClear(HWI_NUM_TEST);
g_testCount++;
EXIT:
return;
}
static UINT32 Testcase(VOID)