C語(yǔ)言出錯(cuò)信息速查
Suspicious pointer conversion
可疑的指針轉(zhuǎn)換
Symbol limit exceeded
符號(hào)超限
Too few parameters in call
函數(shù)調(diào)用時(shí)的實(shí)參少于函數(shù)的參數(shù)不
Too many default cases
Default太多(switch語(yǔ)句中一個(gè))
Too many error or warning messages
錯(cuò)誤或警告信息太多
Too many type in declaration
說(shuō)明中類型太多
Too much auto memory in function
函數(shù)用到的局部存儲(chǔ)太多
Too much global data defined in file
文件中全局?jǐn)?shù)據(jù)太多
Two consecutive dots
兩個(gè)連續(xù)的句點(diǎn)
Type mismatch in parameter xxx
參數(shù)xxx類型不匹配
Type mismatch in redeclaration of ``xxx``
xxx重定義的類型不匹配
Unable to create output file ``xxx``
無(wú)法建立輸出文件xxx
Unable to open include file ``xxx``
無(wú)法打開被包含的文件xxx
Unable to open input file ``xxx``
無(wú)法打開輸入文件xxx
Undefined label ``xxx``
沒(méi)有定義的標(biāo)號(hào)xxx
Undefined structure ``xxx``
沒(méi)有定義的結(jié)構(gòu)xxx
Undefined symbol ``xxx``
沒(méi)有定義的符號(hào)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 開始的條件語(yǔ)句尚未結(jié)束文件不能結(jié)束
Unknown assemble instruction
未知的匯編結(jié)構(gòu)
Unknown option
未知的操作
Unknown preprocessor directive: ``xxx``
不認(rèn)識(shí)的預(yù)處理命令xxx
Unreachable code
無(wú)路可達(dá)的代碼
Unterminated string or character constant
字符串缺少引號(hào)
User break
用戶強(qiáng)行中斷了程序
Void functions may not return a value
Void類型的函數(shù)不應(yīng)有返回值
Wrong number of arguments
調(diào)用函數(shù)的參數(shù)數(shù)目錯(cuò)
``xxx`` not an argument
xxx不是參數(shù)
``xxx`` not part of structure
xxx不是結(jié)構(gòu)體的一部分
xxx statement missing (
xxx語(yǔ)句缺少左括號(hào)
xxx statement missing )
xxx語(yǔ)句缺少右括號(hào)
xxx statement missing ;
xxx缺少分號(hào)
xxx`` declared but never used
說(shuō)明了xxx但沒(méi)有使用
xxx`` is assigned a value which is never used
給xxx賦了值但未用過(guò)
Zero length structure
結(jié)構(gòu)體的長(zhǎng)度為零
評(píng)論