|
../../src/drivers/engine_control/engine_control.h:74:2: error: excess elements in char array initializer
74 | "Open file error",
| ^~~~~~~~~~~~~~~~~
compilation terminated due to -Wfatal-errors.
代码是这样的,
char errmsg[] = {
"No error",
"Open file error",
"Failed in sending/receiving a message",
"Bad arguments",
"Memeroy is not enough",
"Service is down; try later",
"Unknow information",
"A socket operation has failed",
"Permission denied",
"Bad configuration file format",
"Communication time out"
};
我知道答案
回答被采纳将会获得
10 金钱
已有0人回答
|
|