Hide warning about sometimes initialized variable
The rc variable here was always initialized but the compiler couldn't see that because of the lack of an unconditional else clause.
正在显示
请
注册
或者
登录
后发表评论
The rc variable here was always initialized but the compiler couldn't see that because of the lack of an unconditional else clause.