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 | 9049de7875eedcba33fa909fbf6f6de08129039d (patch) | |
tree | b0eaeff5330735aa6e8af7eb63d1f127f1d63da5 /ext/syck/token.c | |
parent | e35550c3e7784921734dc3a8128cf7c0f94879c9 (diff) |
* ext/syck: suppress warnings more.
git-svn-id: svn+ssh://ci.ruby-lang.org/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 045f81774f..1b26e66bdb 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: |