C語言出錯資訊速查

來源:互聯網
上載者:User

Ambiguous operators need parentheses
不明確的運算需要用括弧括起
Ambiguous symbol ``xxx``
不明確的符號
Argument list syntax error
參數表法
Array bounds missing
丟 失數界限符
Array size toolarge
數尺寸太大
Bad character in paramenters
參數中有不適當的字元
Bad file name format in include directive
包含命令中檔案名稱格式不正確
Bad ifdef directive synatax
編譯預先處理ifdef 有法
Bad undef directive syntax
編譯預先處理undef 有法
Bit field too large
位欄位太
Call of non-function
調 用未定的函數
Call to function with no prototype
調 用函數沒有函數的明
Cannot modify a const object
不允修改常量象
Case outside of switch
漏掉了case 語 句
Case syntax error
Case 語 法
Code has no effect
代不可述不可能行到
Compound statement missing{
分程式漏掉"{"
Conflicting type modifiers
不明確的型明符
Constant expression required
要求常量運算式
Constant out of range in comparison
在比中常量超出範
Conversion may lose significant digits
轉換時 會失意的數字
Conversion of near pointer not allowed
不允近指
Could not find file ``xxx``
找不到XXX 檔案
Declaration missing ;
說明缺少";"
Declaration syntax error
說 明中出法
Default outside of switch
Default 出在switch 語 句之外
Define directive needs an identifier
定理需要符
Division by zero
用零作除數
Do statement must have while
Do-while 語句中缺少while 部分
Enum syntax error
枚型法
Enumeration constant syntax error
枚常數法
Error directive :xxx
錯誤 的理命令
Error writing output file
寫出檔案
Expression syntax error
運算式法
Extra parameter in call
調 用出多餘
File name too long
檔案名稱太
Function call missing )
函數用缺少右括弧
Fuction definition out of place
函數定位置
Fuction should return a value
函數必需返回一個
Goto statement missing label
Goto 語 句沒有號
Hexadecimal or octal constant too large
16 進位或8 進 制常數太大
Illegal character ``x``
非法字元x
Illegal initialization
非法的初始化
Illegal octal digit
非法的8 進 制數字
Illegal pointer subtraction
非法的指相減
Illegal structure operation
非法的構體操作
Illegal use of floating point
非法的浮點運算
Illegal use of pointer
指使用非法
Improper use of a typedefsymbol
類 型定符號使用不恰當
In-line assembly not allowed
不允使用行
Incompatible storage class
存不相容
Incompatible type conversion
不相容的型
Incorrect number format
錯誤 的資料格式
Incorrect use of default
Default 使用不當
Invalid indirection
無效的接運算
Invalid pointer addition
指相加無效
Irreducible expression tree
無法行的運算式運算
Lvalue required
需要0或非0 值
Macro argument syntax error
宏參數法
Macro expansion too long
宏的展以後太
Mismatched number of parameters in definition
定中參數個數不匹配
Misplaced break
此不出break 語 句
Misplaced continue
此不出continue 語 句
Misplaced decimal point
此不出小數點
Misplaced elif directive
不理elif
Misplaced else
此不出else
Misplaced else directive
此不出理else
Misplaced endif directive
此不出理endif
Must be addressable
必是可以址的
Must take address of memory location
必存定位的地址
No declaration for function ``xxx``
沒有函數xxx 的明
No stack
缺少堆
No type information
沒有型資訊
Non-portable pointer assignment
不可移的指(地址常數)
Non-portable pointer comparison
不可移的指(地址常數)比
Non-portable pointer conversion
不可移的指(地址常數)
Not a valid expression format type
不合法的運算式格式
Not an allowed type
不允使用的型
Numeric constant too large
數常太大
Out of memory
記憶體不用
Parameter ``xxx`` is never used
能數xxx 沒有用到
Pointer required on left side of ->
符號-> 的左必是指
Possible use of ``xxx`` before definition
在定之前就使用了xxx (警告)
Possibly incorrect assignment
賦值 可能不正確
Redeclaration of ``xxx``
重定了xxx
Redefinition of ``xxx`` is not identical
xxx 的兩次定不一致
Register allocation failure
寄存器定址失
Repeat count needs an lvalue
重數需要
Size of structure or array not known
結 構體或數大小不確定
Statement missing ;
語句後缺少";"
Structure or union syntax error
結 構體或合體法
Structure size too large
結 構體尺寸太大
Sub scripting missing ]
下缺少右方括弧
Superfluous & with function or array
函數或數中有多餘的"&"
Suspicious pointer conversion
可疑的指
Symbol limit exceeded
符號超限
Too few parameters in call
函數用的參少於函數的參數不
Too many default cases
Default太多(switch 語句中一個)
Too many error or warning messages
錯誤 或警告資訊太多
Too many type in declaration
說 明中型太多
Too much auto memory in function
函數用到的局部存太多
Too much global data defined in file
檔案中全域資料太多
Two consecutive dots
兩個的句點
Type mismatch in parameter xxx
參數xxx 類 型不匹配
Type mismatch in redeclaration of ``xxx``
xxx 重定的型不匹配
Unable to create output file ``xxx``
無法建立出檔案xxx
Unable to open include file ``xxx``
無法打被包含的檔案xxx
Unable to open input file ``xxx``
無法打入檔案xxx
Undefined label ``xxx``
沒有定的號xxx
Undefined structure ``xxx``
沒有定的構xxx
Undefined symbol ``xxx``
沒有定的符號xxx
Unexpected end of file in comment started on line xxx
從xxx 行始的註解尚未束檔案不能束
Unexpected end of file in conditional started on line xxx
從xxx 開 始的條件句尚未束檔案不能束
Unknown assemble instruction
未知的構
Unknown option
未知的操作
Unknown preprocessor directive: ``xxx``
不的理命令xxx
Unreachable code
無路可達的代
Unterminated string or character constant
字串缺少引號
User break
用行中斷了程式強
Void functions may not return a value
Void 類 型的函數不有返回
Wrong number of arguments
調 用函數的參數數目
``xxx`` not an argument
xxx 不是參數
``xxx`` not part of structure
xxx 不是構體的一部分
xxx statement missing (
xxx 語 句缺少左括弧
xxx statement missing )
xxx 語 句缺少右括弧
xxx statement missing ;
xxx 缺少分號
xxx`` declared but never used
說明了xxx 但沒有使用
xxx`` is assigned a value which is never used
給xxx 賦 了但未用
Zero length structure
結構體的度零

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.