提交 f6bb7162 编写于 作者: K kotofos

default case warning

上级 1aeb4468
......@@ -677,6 +677,8 @@ void UnityAssertFloatSpecial(const _UF actual,
else
is_trait = 1;
break;
default:
;
}
if (is_trait != should_be_trait)
......@@ -837,6 +839,8 @@ void UnityAssertDoubleSpecial(const _UD actual,
else
is_trait = 1;
break;
default:
;
}
if (is_trait != should_be_trait)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册