未验证 提交 aa79776f 编写于 作者: T Ted Mostly 提交者: GitHub

compatibility :in arm char is default unsigned, make it signed (#1093)

上级 a825c9dc
......@@ -135,7 +135,7 @@ int main(int argc, char *argv[]) {
}
bool path_opt = false;
char c;
signed char c;
char path[1024];
while (-1 != (c = getopt(argc, argv, "c:hv"))) {
switch (c) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册