📄 1009.html
字号:
<br>
位字段太长
<br>
Call of non-function
<br>
调用未定义的函数
<br>
Call to function with no prototype
<br>
调用函数时没有函数的说明
<br>
Cannot modify a const object
<br>
不允许修改常量对象
<br>
Case outside of switch
<br>
漏掉了case 语句
<br>
Case syntax error
<br>
Case 语法错误
<br>
Code has no effect
<br>
代码不可述不可能执行到
<br>
Compound statement missing{
<br>
分程序漏掉"{"
<br>
Conflicting type modifiers
<br>
不明确的类型说明符
<br>
Constant expression required
<br>
要求常量表达式
<br>
Constant out of range in comparison
<br>
在比较中常量超出范围
<br>
Conversion may lose significant digits
<br>
转换时会丢失意义的数字
<br>
Conversion of near pointer not allowed
<br>
不允许转换近指针
<br>
Could not find file 'xxx'
<br>
找不到XXX文件
<br>
Declaration missing ;
<br>
说明缺少";"
<br>
Declaration syntax error
<br>
说明中出现语法错误
<br>
Default outside of switch
<br>
Default 出现在switch语句之外
<br>
Define directive needs an identifier
<br>
定义编译预处理需要标识符
<br>
Division by zero
<br>
用零作除数
<br>
Do statement must have while
<br>
Do-while语句中缺少while部分
<br>
Enum syntax error
<br>
枚举类型语法错误
<br>
Enumeration constant syntax error
<br>
枚举常数语法错误
<br>
Error directive :xxx
<br>
错误的编译预处理命令
<br>
Error writing output file
<br>
写输出文件错误
<br>
Expression syntax error
<br>
表达式语法错误
<br>
Extra parameter in call
<br>
调用时出现多余错误
<br>
File name too long
<br>
文件名太长
<br>
Function call missing )
<br>
函数调用缺少右括号
<br>
Fuction definition out of place
<br>
函数定义位置错误
<br>
Fuction should return a value
<br>
函数必需返回一个值
<br>
Goto statement missing label
<br>
Goto语句没有标号
<br>
Hexadecimal or octal constant too large
<br>
16进制或8进制常数太大
<br>
Illegal character 'x'
<br>
非法字符x
<br>
Illegal initialization
<br>
非法的初始化
<br>
Illegal octal digit
<br>
非法的8进制数字
<br>
Illegal pointer subtraction
<br>
非法的指针相减
<br>
Illegal structure operation
<br>
非法的结构体操作
<br>
Illegal use of floating point
<br>
非法的浮点运算
<br>
Illegal use of pointer
<br>
指针使用非法
<br>
Improper use of a typedefsymbol
<br>
类型定义符号使用不恰当
<br>
In-line assembly not allowed
<br>
不允许使用行间汇编
<br>
Incompatible storage class
<br>
存储类别不相容
<br>
Incompatible type conversion
<br>
不相容的类型转换
<br>
Incorrect number format
<br>
错误的数据格式
<br>
Incorrect use of default
<br>
Default使用不当
<br>
Invalid indirection
<br>
无效的间接运算
<br>
Invalid pointer addition
<br>
指针相加无效
<br>
Irreducible expression tree
<br>
无法执行的表达式运算
<br>
Lvalue required
<br>
需要逻辑值0或非0值
<br>
Macro argument syntax error
<br>
宏参数语法错误
<br>
Macro expansion too long
<br>
宏的扩展以后太长
<br>
Mismatched number of parameters in definition
<br>
定义中参数个数不匹配
<br>
Misplaced break
<br>
此处不应出现break语句
<br>
Misplaced continue
<br>
此处不应出现continue语句
<br>
Misplaced decimal point
<br>
此处不应出现小数点
<br>
Misplaced elif directive
<br>
不应编译预处理elif
<br>
Misplaced else
<br>
此处不应出现else
<br>
Misplaced else directive
<br>
此处不应出现编译预处理else
<br>
Misplaced endif directive
<br>
此处不应出现编译预处理endif
<br>
Must be addressable
<br>
必须是可以编址的
<br>
Must take address of memory location
<br>
必须存储定位的地址
<br>
No declaration for function 'xxx'
<br>
没有函数xxx的说明
<br>
No stack
<br>
缺少堆栈
<br>
No type information
<br>
没有类型信息
<br>
Non-portable pointer assignment
<br>
不可移动的指针(地址常数)赋值
<br>
Non-portable pointer comparison
<br>
不可移动的指针(地址常数)比较
<br>
Non-portable pointer conversion
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -