diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-22 21:12:00 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-07-22 21:12:00 +0000 |
commit | 2f4ec78b32201e67d763d3affe85e4b54abf65a5 (patch) | |
tree | b0eaeff5330735aa6e8af7eb63d1f127f1d63da5 /ext/syck/token.c | |
parent | 8b9f97df4a04bb7080df605133bd74a9a871376a (diff) | |
download | ruby-2f4ec78b32201e67d763d3affe85e4b54abf65a5.tar.gz ruby-2f4ec78b32201e67d763d3affe85e4b54abf65a5.tar.xz ruby-2f4ec78b32201e67d763d3affe85e4b54abf65a5.zip |
* ext/syck: suppress warnings more.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18176 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/syck/token.c')
-rw-r--r-- | ext/syck/token.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/syck/token.c b/ext/syck/token.c index 045f81774..1b26e66bd 100644 --- a/ext/syck/token.c +++ b/ext/syck/token.c @@ -1116,7 +1116,7 @@ Directive: #line 1117 "<stdout>" { YYCTYPE yych; - unsigned int yyaccept; + unsigned int yyaccept = 0; goto yy94; ++YYCURSOR; yy94: |