From 5c0dcf52fd376d4b075e9ec0d402369a449fa441 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 22 Jul 2008 18:02:12 +0000 Subject: * ext/syck: suppress warnings. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18170 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/syck/token.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/syck/token.c') diff --git a/ext/syck/token.c b/ext/syck/token.c index 15bbab6959..045f81774f 100644 --- a/ext/syck/token.c +++ b/ext/syck/token.c @@ -2713,7 +2713,7 @@ syckwrap() } void -syckerror( char *msg ) +syckerror( const char *msg ) { if ( syck_parser_ptr->error_handler == NULL ) syck_parser_ptr->error_handler = syck_default_error_handler; -- cgit v1.2.3