C語言出錯信息速查
Suspicious pointer conversion
可疑的指針轉(zhuǎn)換
Symbol limit exceeded
符號超限
Too few parameters in call
函數(shù)調(diào)用時的實參少于函數(shù)的參數(shù)不
Too many default cases
Default太多(switch語句中一個)
Too many error or warning messages
錯誤或警告信息太多
Too many type in declaration
說明中類型太多
Too much auto memory in function
函數(shù)用到的局部存儲太多
Too much global data defined in file
文件中全局數(shù)據(jù)太多
Two consecutive dots
兩個連續(xù)的句點
Type mismatch in parameter xxx
參數(shù)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``
沒有定義的結(jié)構(gòu)xxx
Undefined symbol ``xxx``
沒有定義的符號xxx
Unexpected end of file in comment started on line xxx
從xxx行開始的注解尚未結(jié)束文件不能結(jié)束
Unexpected end of file in conditional started on line xxx
從xxx 開始的條件語句尚未結(jié)束文件不能結(jié)束
Unknown assemble instruction
未知的匯編結(jié)構(gòu)
Unknown option
未知的操作
Unknown preprocessor directive: ``xxx``
不認識的預(yù)處理命令xxx
Unreachable code
無路可達的代碼
Unterminated string or character constant
字符串缺少引號
User break
用戶強行中斷了程序
Void functions may not return a value
Void類型的函數(shù)不應(yīng)有返回值
Wrong number of arguments
調(diào)用函數(shù)的參數(shù)數(shù)目錯
``xxx`` not an argument
xxx不是參數(shù)
``xxx`` not part of structure
xxx不是結(jié)構(gòu)體的一部分
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
結(jié)構(gòu)體的長度為零
評論