提交 7ce2009f authored 作者: William King's avatar William King

Fix compiler warning about possibly uninitialized variable in libs/esl

上级 e992c4c4
......@@ -1000,7 +1000,7 @@ static const char *inf = "Type /help <enter> to see a list of commands\n\n\n";
static void print_banner(FILE *stream, int color)
{
int x;
int x = 0;
const char *use = NULL;
#include <cc.h>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论