C 语言编程时的错误提示(按字母顺序)
Ambiguous operators need parentheses
不明确的运算,需要用括号括起来
Ambiguous symbol 'xxx'
不明确的符号
Argument list syntax error
参数表语法错误
Array bounds missing
丢失数组界限符
Array size too large
数组尺寸太大
Bad character in parameters
参数中有不适当的字符
Bad file name format in include directive
包含命令中文件名格式不正确
Bad ifdef directive syntax
编译预处理 ifdef 有语法错误
Bad ifndef directive syntax
编译预处理 ifndef 有语法错误
Bad undef directive syntax
编译预处理 undef 有语法错误
Call of non-function
调用未定义的函数
Call to function with no prototype
调用函数时没有函数的说明
Cannot modify a const object
不允许修改常量对象
Case outside of switch
Case 出现在 switch 之外