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