首页 > 其他 > 详细

error: 'for' loop initial declarations are only allowed in C99 mode

时间:2015-12-20 08:10:47      阅读:200      评论:0      收藏:0      [点我收藏+]

  出现错误:

error: ‘for‘ loop initial declarations are only allowed in C99 mode

note: use option -std=c99 or -std=gun99 to comple your code

 

  原因:所采用的代码格式是C99规范,而当前解释器不符合。

  

  解决办法:

Settings

-> Compiler and debugger settings

-> Global compiler settings

-> Other options

-> 在编辑框中输入:-std=c99

-> OK 

error: 'for' loop initial declarations are only allowed in C99 mode

原文:http://www.cnblogs.com/yitianxi/p/5060232.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!