!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
commit 1b9d59aa9a
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 0 additions and 3 deletions

View File

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