This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ccs5编译警告:#552-D variable "a" was set but never used,而且赋值语句没法执行

程序如下:

void main(void) {
int a;
a=100;
}