summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-21 09:21:58 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-21 09:21:58 +0000
commitca3f208b3b63bc73f12e1dda6aad4abea1055c07 (patch)
tree297ae63d3d3b03ed127ec3084e492882555f8bd0
parentd6fe62e9439751f743f37ff4333366157baee5ab (diff)
* ext/syck/implicit.c (YYFILL): suppress warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ext/syck/implicit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/syck/implicit.c b/ext/syck/implicit.c
index 126b896f18..7d40747756 100644
--- a/ext/syck/implicit.c
+++ b/ext/syck/implicit.c
@@ -15,7 +15,7 @@
#define YYCURSOR cursor
#define YYMARKER marker
#define YYLIMIT limit
-#define YYFILL(n)
+#define YYFILL(n) (void)0
void
try_tag_implicit( SyckNode *n, int taguri )