欢迎来到天天文库
浏览记录
ID:37920058
大小:46.50 KB
页数:6页
时间:2019-06-02
《C语言编译错误分析》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、C语言编译出错信息对照表发布人: 发布时间:2009-07-13Ambiguousoperatorsneedparentheses 不明确的运算需要用括号括起 Ambiguoussymbol''xxx'' 不明确的符号 Argumentlistsyntaxerror 参数表语法错误 Arrayboundsmissing 丢失数组界限符 Arraysizetoolarge 数组尺寸太大 Badcharacterinparamenters 参数中有不适当的字符 Badfilenameformatinincludedirective 包含命令中文件名格式不
2、正确 Badifdefdirectivesynatax 编译预处理ifdef有语法错 Badundefdirectivesyntax 编译预处理undef有语法错 Bitfieldtoolarge 位字段太长 Callofnon-function 调用未定义的函数 Calltofunctionwithnoprototype 调用函数时没有函数的说明 Cannotmodifyaconstobject 不允许修改常量对象 Caseoutsideofswitch 漏掉了case语句 Casesyntaxerror Case语法错误 Codehasn
3、oeffect 代码不可述不可能执行到 Compoundstatementmissing{ 分程序漏掉"{" Conflictingtypemodifiers 不明确的类型说明符 Constantexpressionrequired 要求常量表达式 Constantoutofrangeincomparison 在比较中常量超出范围 Conversionmaylosesignificantdigits 转换时会丢失意义的数字 Conversionofnearpointernotallowed 不允许转换近指针 Couldnotfindfile''xx
4、x'' 找不到XXX文件 Declarationmissing; 说明缺少";" Declarationsyntaxerror 说明中出现语法错误 Defaultoutsideofswitch Default出现在switch语句之外 Definedirectiveneedsanidentifier 定义编译预处理需要标识符 Divisionbyzero 用零作除数 Dostatementmusthavewhile Do-while语句中缺少while部分 Enumsyntaxerror 枚举类型语法错误 Enumerationconstant
5、syntaxerror 枚举常数语法错误 Errordirective:xxx 错误的编译预处理命令 Errorwritingoutputfile 写输出文件错误 Expressionsyntaxerror 表达式语法错误 Extraparameterincall 调用时出现多余错误 Filenametoolong 文件名太长 Functioncallmissing) 函数调用缺少右括号 Fuctiondefinitionoutofplace 函数定义位置错误 Fuctionshouldreturnavalue 函数必需返回一个值 Gotos
6、tatementmissinglabel Goto语句没有标号 Hexadecimaloroctalconstanttoolarge 16进制或8进制常数太大 Illegalcharacter''x'' 非法字符x Illegalinitialization 非法的初始化 Illegaloctaldigit 非法的8进制数字 Illegalpointersubtraction 非法的指针相减 Illegalstructureoperation 非法的结构体操作 Illegaluseoffloatingpoint 非法的浮点运算
7、Illegaluseofpointer 指针使用非法 Subscriptingmissing] 下标缺少右方括号 Superfluous&withfunctionorarray 函数或数组中有多余的"&" Suspiciouspointerconversion 可疑的指针转换 Symbollimitexceeded 符号超限 Toofewparametersincall 函数调用时的实参少于函数的参数不 Toomanydefaultcases Default太多(s
此文档下载收益归作者所有