1 error: expected expression before 'else'

else之前无表达式。

2 error:
lvalue required as left operand of assignment

左值问题。

3 error:
invalid storage class for function 'XXXXXX'

在文件的某个地方,丢失了一个大括号‘}’。

常见gcc编译警告整理(开始)

、warning:
no newline at end of file

在文件最后一行加上回车键

解释:在《Rationale
for the C99 standard》一文中,有C99的相关信息:
A
backslash immediately before a newline has long been used to continue
string literals, as well as preprocessing command lines. In the
interest of easing machine generation of C, and of transporting code
to machines with restrictive physical line lengths, the C89 Committee
generalized this mechanism to permit any token to be continued by
interposing a backslash/newline
sequence.
c/c++代码的每一行后面有一个“结束符”,也就是newline。避免当被include的文件展开后,前一个文件的最后一行与后一个文件的第一行直接被连接成一行从而造成错误。

、warning:
comparison between pointer and integer

解释:integer与pointer比较

、 warning:
assignment discards qualifiers from pointer target type

解释:赋值时,取消了右值的限定。

、 warning:
passing argument 1 of 'send' makes pointer from integer without a
cast

解释:函数send的第一个integer型参数没有强制转换为pointer型

、warning:
comparison is always true due to limited range of data type

解释:由于数据类型范围的限制,比较结果一直为真。

、warning:
initialization from incompatible pointer type

解释:不兼容指针类型的初始化

、 warning:
return makes pointer from integer without a cast

解释:return使integer转换为pointer,没有加强制类型转换。

、warning:
incompatible implicit declaration of built-in function 'printf'

解释:与内置的printf函数隐士声明不兼容。

、warning:
initialization discards qualifiers from pointer target type

解释:initialization取消了指针目标类型的限定。

、warning:
comparison is always false due to limited range of data type

由于类型限制,比较一直是假

、warning:
assignment from incompatible pointer type

不兼容的指针间赋值

12、warning:
passing argument 1 of 'mes_read_time' discards qualifiers from
pointer target type12、

mes_函数第一个参数的传递,丢弃了指针目标类型限定。

、warning:
"protocol_type" redefined

——type重定义

14、warning:
'return' with a value, in function returning void

在void返回类型的函数中,return返回值。

GCC编译警告和错误的更多相关文章

  1. Linux GCC编译警告:Clock skew detected. 错误解决办法

    今天在虚拟机上用GCC编译一个程序的时候,出现了下面的错误: make: warning: Clock skew detected. Your build may be incomplete 试了ma ...

  2. GCC编译警告选项总结

    一 前言 GCC有很多的编译选项,警告选项:指定头文件.库路径:优化选项.本文针整理一下GCC的警告选项,主要依据http://gcc.gnu.org/onlinedocs/gcc/Warning-O ...

  3. ios5 xcode 4.2 中 release显示编译警告或错误的解决方法

    转自:http://lizi464789754.blog.163.com/blog/static/1689370852011924113245778/ 由于 iOS5 xcode4.2 引入了ARC ...

  4. gcc编译代码报错及编译方式

    一.error: 'for' loop initial declarations are only allowed in C99 mode 前段时间写了一个小C程序,放在linux下用gcc编译出错, ...

  5. gcc编译把警告都输出成错误

    -Werror 把所有警告转换为错误,以在警告发生时中止编译过程

  6. C++常见gcc编译链接错误解决方法

    除非明确说明,本文内容仅针对x86/x86_64的Linux开发环境,有朋友说baidu不到,开个贴记录一下(加粗字体是关键词): 用“-Wl,-Bstatic”指定链接静态库,使用“-Wl,-Bdy ...

  7. paip.提升用户体验---c++ qt 取消gcc编译的警告信息.txt

    paip.提升用户体验---c++ qt 取消gcc编译的警告信息.txt 作者Attilax ,  EMAIL:1466519819@qq.com  来源:attilax的专栏 地址:http:// ...

  8. gcc编译通过,运行却显示“段错误”的解决方法

    ​第一次在Liunx上(liunx mint 17)使用gcc编译c文件,竟然提示“找不到stdio.h",经过google后发现执行 sudo apt-get install build- ...

  9. GCC编译错误小结

    gcc编译时对’xxxx’未定义的引用问题可能错误 错误一: 没有实现xxxx 错误二: c++引用c语言so库,但是so库头文件没有extern "C" 错误三: 检查各个共享库 ...

随机推荐

  1. 深度优先算法DFS

    英雄要从H点出发,去解救位于M点的美女. 迷宫的围墙用#表示,带*号的位置表示有杀手埋伏,这些点都是不能走的, 那么英雄要最少走多少步才能解救美女呢? package myalgorithm; imp ...

  2. 6个好用的Web开发工具

    在过去的几年间,涌现出了很多Web开发工具,它们大多还是比较吸引人的,方便了我们的工作.我们可以学习一下这些新东西,短时间就可以拓宽思路(PHP100推荐:学习10分钟,改变你的程序员生涯).这些应用 ...

  3. 帝国cms中 内容分页的SEO优化

    关于内容页如果存在分页的话,我们想区分第一页和后面数页,当前的通用做法是在标题上加入分页码,帝国cms中如何做到呢.我们可以修改在e/class/functions.php中的源码.找到找到GetHt ...

  4. 1046 Shortest Distance (20)

    #include<stdio.h> int main() { int n,m,a,b,tem,pre,p; int i,j; ]; while(scanf("%d",& ...

  5. svn团队环境

    1.安装VisualSVN Server VisualSVN-Server-3.3.1-x64.msi 下载,并安装标准版(免费) 2.下载TortoiseSVN TortoiseSVN-1.8.11 ...

  6. 【BZOJ 1022】 [SHOI2008]小约翰的游戏John

    Description 小约翰经常和他的哥哥玩一个非常有趣的游戏:桌子上有n堆石子,小约翰和他的哥哥轮流取石子,每个人取的时候,可以随意选择一堆石子,在这堆石子中取走任意多的石子,但不能一粒石子也不取 ...

  7. js 获取 input file 文件 附给 image src

    var a=document.querySelector('input[type=file]'); a.onchange = function (e) { //var reader = new Fil ...

  8. 浅淡Windows7 32位与64位/x86与x64的区别

    看到有很多会员问到底是选Windows7 x86,还是选x64.这里简单的谈一下这这两种系统的区别. 简单的说x86代表32位操作系统  x64代表64位操作系统. 简单的判断电脑是否支持64位操作系 ...

  9. Delphi XE5 android 获取电池电量

    uses AndroidAPI.JNI.GraphicsContentViewText, AndroidAPI.JNI.JavaTypes, AndroidAPI.JNI.OS; function B ...

  10. eval()字符串转成对象

    var s = "{a:1,b:2}"; console.log(typeof s); s = eval("(" + s + ")"); c ...