标签:... 写代码 strong 报错 赋值 括号 块代码 not ext
GCC:
error: a label can only be part of a statement and a declaration is not a statement
switch(a){ swtch(a){
case 1: case 1:
.................... {
.................... ...............
.................... ...............
break; ................
case 2: }
break; break;
} case 2:
break;
}
Error OK
error: a label can only be part of a statement and a declaration is not a statement
标签:... 写代码 strong 报错 赋值 括号 块代码 not ext
原文地址:http://www.cnblogs.com/caidi/p/6273839.html