aboutsummaryrefslogtreecommitdiffstats
path: root/parse.y
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-29 00:51:37 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-29 00:51:37 +0000
commit4659b00b9a9c0ef818847186782babc43e09772f (patch)
treefeb62c062bff882350c2c96ee99b5117ed53317a /parse.y
parentb1f1e46ce2725324aacbfc79c5dad3fe4b89e9a3 (diff)
downloadruby-4659b00b9a9c0ef818847186782babc43e09772f.tar.gz
* parse.y (nodetype, nodeline): suppress warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33892 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'parse.y')
-rw-r--r--parse.y3
1 files changed, 3 insertions, 0 deletions
diff --git a/parse.y b/parse.y
index 8d9d1c2141..1b85db4a58 100644
--- a/parse.y
+++ b/parse.y
@@ -9625,6 +9625,9 @@ Init_sym(void)
global_symbols.id_ivar2 = st_init_numtable_with_size(1000);
#endif
+ (void)nodetype;
+ (void)nodeline;
+
Init_id();
}