提交 bb334b12 编写于 作者: E Edgar E. Iglesias

qemu-error: Avoid build warning.

  CC    qemu-error.o
cc1: warnings being treated as errors
/home/edgar/src/c/qemu/git/qemu/qemu-error.c: In function 'error_print_loc':
/home/edgar/src/c/qemu/git/qemu/qemu-error.c:191: error: format not a string literal and no format arguments
make: *** [qemu-error.o] Error 1
Signed-off-by: NEdgar E. Iglesias <edgar.iglesias@gmail.com>
上级 4dcf7d87
......@@ -188,7 +188,7 @@ void error_print_loc(void)
error_printf(" ");
break;
default:
error_printf(sep);
error_printf("%s", sep);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册