summaryrefslogtreecommitdiffstats
path: root/ext/syck
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-22 21:25:49 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-07-22 21:25:49 +0000
commit63fc333e301de8ba05dbe6a2f1719cdf75e1f9a7 (patch)
tree6330285aead3a28220369ebe696d9a1ffe784b82 /ext/syck
parent2f4ec78b32201e67d763d3affe85e4b54abf65a5 (diff)
downloadruby-63fc333e301de8ba05dbe6a2f1719cdf75e1f9a7.tar.gz
ruby-63fc333e301de8ba05dbe6a2f1719cdf75e1f9a7.tar.xz
ruby-63fc333e301de8ba05dbe6a2f1719cdf75e1f9a7.zip
* ext/syck: suppress warnings more.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/syck')
-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 878165b71..126b896f1 100644
--- a/ext/syck/implicit.c
+++ b/ext/syck/implicit.c
@@ -1611,7 +1611,7 @@ syck_tagcmp( const char *tag1, const char *tag2 )
char *
syck_type_id_to_uri( const char *type_id )
{
- const char *cursor, *limit, *marker;
+ const char *cursor, *limit, *marker = 0;
cursor = type_id;
limit = type_id + strlen( type_id );