mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Trivial: GCC3.1 fix (not worth to mention in ChangeLog)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a9f672c47b
commit
6956135b4b
1 changed files with 2 additions and 0 deletions
2
parse.y
2
parse.y
|
@ -4905,6 +4905,8 @@ cond0(node)
|
|||
else {
|
||||
rb_warning("literal in condition");
|
||||
}
|
||||
default:
|
||||
break;
|
||||
}
|
||||
return node;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue