提交 dd3738ac 编写于 作者: J Ján Tomko

Document the ATTRIBUTE_FALLTHROUGH macro

Signed-off-by: NJán Tomko <jtomko@redhat.com>
Reviewed-by: NMichal Privoznik <mprivozn@redhat.com>
上级 da367c0f
......@@ -135,6 +135,13 @@
# endif
#endif
/**
*
* ATTRIBUTE_FALLTHROUGH
*
* silence the compiler warning when falling through a switch case
*
*/
#ifndef ATTRIBUTE_FALLTHROUGH
# if __GNUC_PREREQ (7, 0)
# define ATTRIBUTE_FALLTHROUGH __attribute__((fallthrough))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册