mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 01:33:03 +00:00
misc: pacify the Tiny C Compiler
* src/graphviz.c (conclude_red): Remove a useless return.
This commit is contained in:
@@ -103,7 +103,7 @@ conclude_red (struct obstack *out, int source, rule_number ruleno,
|
|||||||
/* If no lookahead tokens were valid transitions, this reduction is
|
/* If no lookahead tokens were valid transitions, this reduction is
|
||||||
actually hidden, so cancel everything. */
|
actually hidden, so cancel everything. */
|
||||||
if (first)
|
if (first)
|
||||||
return (void) obstack_finish0 (out);
|
(void) obstack_finish0 (out);
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
char const *ed = enabled ? "" : "d";
|
char const *ed = enabled ? "" : "d";
|
||||||
|
|||||||
Reference in New Issue
Block a user