提交 b286cb8e 编写于 作者: R Richard Levitte

apps/opt.c: next was only used when NDEBUG undefined, move it inside guard

Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 e3d81858
......@@ -163,8 +163,8 @@ char *opt_init(int ac, char **av, const OPTIONS *o)
unknown = NULL;
for (; o->name; ++o) {
const OPTIONS *next;
#ifndef NDEBUG
const OPTIONS *next;
int duplicated, i;
#endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册