spi.err

来自「嵌入式LINUX的整套实例程序」· ERR 代码 · 共 12 行

ERR
12
字号
"spi.c", line 98: Warning: C2917W: no side effect in void context: 'unary *<expr>'
"spi.c", line 154: Warning: C2870W: variable 'i' declared but not used
"spi.c", line 186: Warning: C2892E: signed constant overflow: '<<'
"spi.c", line 204: Warning: C2870W: variable 'second' declared but not used
"spi.c", line 204: Warning: C2870W: variable 'first' declared but not used
"spi.c", line 210: Warning: C2917W: no side effect in void context: 'unary *<expr>'
"spi.c", line 241: Warning: C2892E: signed constant overflow: '<<'
"spi.c", line 263: Warning: C2917W: no side effect in void context: 'unary *<expr>'
"spi.c", line 297: Warning: C2892E: signed constant overflow: '<<'
"spi.c", line 345: Warning: C2892E: signed constant overflow: '<<'
spi.c: 10 warnings, 0 errors, 0 serious errors

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?