$ 0 0 在主函数中定义了一个指针变量,如下int a=3;int *p; p=&a;编译出现如下警告:variable “p” was set but never used程序运行没有问题,但是想找出这个警告的原因是什么?