Commit fff26804 by Richard Stallman

(translate_options): `*' inhibits warning of extraneous arg.

From-SVN: r4758
parent 6a96fcb4
...@@ -771,6 +771,8 @@ translate_options (argcp, argvp) ...@@ -771,6 +771,8 @@ translate_options (argcp, argvp)
arg = argv[++i]; arg = argv[++i];
} }
} }
else if (index (arginfo, '*') != 0)
;
else if (index (arginfo, 'a') == 0) else if (index (arginfo, 'a') == 0)
{ {
if (arg != 0) if (arg != 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment