Skip to content

Commit

Permalink
* ext/syck: suppress warnings more.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
nobu committed Jul 22, 2008
1 parent 2f4ec78 commit 63fc333
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Wed Jul 23 06:11:58 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
Wed Jul 23 06:25:42 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>

* ext/syck: suppress warnings more.

Expand Down
2 changes: 1 addition & 1 deletion ext/syck/implicit.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down

0 comments on commit 63fc333

Please sign in to comment.