提交 0c1ff2ef 编写于 作者: O openharmony_ci 提交者: Gitee

!174 将NORETURN声明放到函数前,KEIL不支持放在函数后

Merge pull request !174 from Caoruihong/fix_noreturn
......@@ -183,7 +183,7 @@ extern UINT32 LOS_ExcRegHook(EXC_PROC_FUNC excHook);
* los_exc.h: the header file that contains the API declaration.
* @see None.
*/
VOID LOS_Panic(const CHAR *fmt, ...) NORETURN;
NORETURN VOID LOS_Panic(const CHAR *fmt, ...);
/**
* @ingroup los_exc
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册