您好,欢迎访问三七文档
Ambiguousoperatorsneedparentheses不明确的运算,需要用括号括起来Ambiguoussymbol'xxx'不明确的符号Argumentlistsyntaxerror参数表语法错误Arrayboundsmissing丢失数组界限符Arraysizetoolarge数组尺寸太大Badcharacterinparameters参数中有不适当的字符Badfilenameformatinincludedirective包含命令中文件名格式不正确Badifdefdirectivesyntax编译预处理ifdef有语法错误Badifndefdirectivesyntax编译预处理ifndef有语法错误Badundefdirectivesyntax编译预处理undef有语法错误Callofnon-function调用未定义的函数Calltofunctionwithnoprototype调用函数时没有函数的说明Cannotmodifyaconstobject不允许修改常量对象CaseoutsideofswitchCase出现在switch之外Casestatementmissing漏掉了Case语句CasesyntaxerrorCase语法错误CaseoutsideofswitchCase出现在switch之外Casestatementmissing漏掉了Case语句CasesyntaxerrorCase语法错误Codehasnoeffect代码不可能执行到Compoundstatementmissing}复合语句漏掉了}Conflictingtypemodifiers不明确的类型说明符Constantexpressionrequired要求常量表达式Constantoutofrangeincomparison在比较中常量超出范围Conversionmaylosesignificantdigits转换时会掉失有意义的数字Conversionofnearpointernotallowed不允许转换返指针Couldnotfindfile'xxx'找不到xxx文件Declarationmissing;说明缺少分号;Declarationsyntaxerror说明中出现语法错误Defaultoutsideofswitchdefault出现在switch语句之外Definedirectiveneedsanidentifier定义编译预处理需要标识符Divisionbyzero用零作除数Dostatementmusthavewhiledo-while语句中缺少while部分Enumsyntaxerror枚举类型语法错误Enumerationconstantsyntaxerror枚举常数语法错误Errordirective:xxx错误的编译预处理命令Errorwritingoutputfile写输出文件错误Expressionsyntaxerror表达式语法错误Extraparameterincall调用时出现多余错误Filenametoolong文件名太长Functioncallmissing)函数调用缺少右括号Functiondefinitionoutofplace函数定义位置错误Functionshouldreturnavalue函数返回一个值Gotostatementmissinglabelgoto语句没有标号Hexadecimaloroctalconstanttoolarge16进制或8进制常数太大Illegalcharacter'x'非法字xIllegalinitialization非法的初始化Illegaloctaldigit非法的8进制数字Illegalpointersubtraction非法的指针相减Illegalstructureoperation非法的结构体操作Illegaluseofpointer指针使用非法Improperuseofatypedefsymbol类型符号定义使用不恰当In-lineassemblynotallowed不允许使用行间汇编Incompatiblestorageclass存储类别不相容Incompatibletypeconversion不相容的类型转换Incorrectnumberformat错误的数据格式Incorrectuseofdefaultdefault使用不正确Invalidindirection无效的间接运算Invalidpointeraddition指针相加无效Irreducibleexpressiontree无法执行的表达式运算Lvalurrequired需要逻辑值(0或非0值)Macroargumentsyntaxerror宏参数语法错误Macroexpansiontoolong宏的扩展以后太长Mismatchednumberofparametersindefinition定义中参数个数不匹配Misplacedbreak此处不应出现break语句Misplacedcontinue此处不应出现continue语句Misplaceddecimalpoint此处不应出现小数点Misplacedelifdirective此处不应出现编译预处理elifMisplacedelse此处不应出现elseMisplacedelsedirective此处不应出现编译预处理elseMisplacedendifdirective此处不应出现编译预处理endifMustbeaddressable必须是可以编址的Musttakeaddressofmemorylocation必须存储定位的地址Nodeclarationforfunction'xxx'没有函数xxx的说明Nostack缺少堆栈Notypeinformation没有类型信息Non-portablepointerassignment不可移动的指针(地址常数)赋值Non-portablepointercomparison不可移动的指针(地址常数)比较Non-portablepointerconversion不可移动的指针(地址常数)转换Notavalidexpressionformattype不合法的表达式格式Notanallowedtype不允许使用的类型Numericconstanttoolarge数值常数太大Outofmemory内存不够用Parameter'xxx'isneverused参数xxx没有用到Pointerrequiredonleftsideof--符号的左边必须是指针Possibleuseof'xxx'beforedefinition在定义之前就使用了xxx(警告)Possiblyincorrectassignment赋值可能不正确Redefinitionof'xxx'isnotidenticalxxx的两次定义不一致Registerallocationfailure寄存器定址失败Repeatcountneedsanlvalue重复计数需要逻辑值Sizeofstructureorarraynotknown结构体或数组的大小不确定Statementmissing;语句后缺少;Structureorunionsyntaxerror结构体或联合体语法错误Structuresizetoolarge结构体的尺寸太大Subscriptingmissing]下标缺少右方括号Superfluous&withfunctionorarray函数或数组中有多余的&Suspiciouspointerconversion可疑的指针转换Symbollimitexceeded符号超限Toofewparametersincall函数调用时的实参少于函数的参数Toomanyerrororwarningmessages错误或警告信息太多Toomuchautomemoryinfunction函数中用到的局部存储太多Toomuchglobaldatadefinedinfile文件中全局数据太多Tooconsecutivedots两个连续的句点Typemismatchinparameterxxx参数xxx类型不匹配Typemismatchinredeclarationof'xxx'xxx重定义时的类型不匹配Unabletocreateoutputfile'xxx'无法建立输出文件xxxUnabletoopenincludefile'xxx'无法打开被包容的文件xxxBitfieldtoolarge位字段太长Unabletoopeninputfile'xxx'无法打开输入文件xxxUndefinedlabel'xxx'没有定义的标号xxxUndefinedstructure'xxx'没有定义的结构xxxUndefinedsymbol'xxx'没有定义的符号xxxUnexpectedendoffileincommentstartedonlinexxx从xxx行开始的注解尚未结束,文件不能结束Unexpectedendoffileinconditionalstartedonlinexxx从xxx行开始的条件语句尚未结束,文件不能结束Unknownassemblerinstruction未知的汇编结构Unknownoption未知的操作Unknownpreprocessordirective:'xxx'不认识的预处理命令xxxUnreachablecode无法到达的代码Unterminatedstringorcharacterconstant字符串缺少引号Userbreak用户强行中断了程序Voidfunctionsmaynotreturnavaluevoid类型的函数不应有返回值Wrongnumberoffarguments调用函数时参数数目错'xxx'notanargumentxxx不是参数'xxx'notpartofstructurexxx不是结构体的一部分xxxstatementmissing(xxx语句缺少左括号xxxstatementmissing)xxx语句缺少右括号xxxstatementmissing;xxx语句缺少分号'xxx'declaredbutneverused说明了xxx,但没有使用'xxx'isassignedavaluewhichisneverused给xxx赋了值,但未用过Zerolengthstructure结构体的长度为零
本文标题:c语言报错大全
链接地址:https://www.777doc.com/doc-7027547 .html