1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* parse.y (nodetype, nodeline): suppress warnings.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2011-11-29 00:51:37 +00:00
parent b1f1e46ce2
commit 4659b00b9a

View file

@ -9625,6 +9625,9 @@ Init_sym(void)
global_symbols.id_ivar2 = st_init_numtable_with_size(1000);
#endif
(void)nodetype;
(void)nodeline;
Init_id();
}