warning: useless storage class specifier in empty declaration 问题解决
生活随笔
收集整理的這篇文章主要介紹了
warning: useless storage class specifier in empty declaration 问题解决
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
?編譯如下報錯
typedef struct SqQueue{QElemType *base;int front;int rear; };網上查了下,typedef是定義別名的,這里沒有名字需要改成如下:
typedef struct {QElemType *base;int front;int rear; }SqQueue;?
總結
以上是生活随笔為你收集整理的warning: useless storage class specifier in empty declaration 问题解决的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 大众交通是什么性质的单位
- 下一篇: 发生保险事故谁不能索赔