开发者

iPhone, Are these analyzer warings due to goto statements?

I'm getti开发者_如何学Pythonng these analyzer warnings, are they due to goto statements ?

iPhone, Are these analyzer warings due to goto statements?

--- snip ---

iPhone, Are these analyzer warings due to goto statements?


That's because strDesc is defined before the WarningMessage label.

So even if you shouldn't be in that case (second branch of IF after WarningMessage + strDesc undefined), you should declare strDesc after WarningMessage.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜