From 7c35618c530c8299da7a4c8516b85ecb5128de67 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 17 Apr 2018 04:12:57 +0000 Subject: string.c: suppress warning * string.c (str_undump): get rid of warning C4129 by VC. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63170 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'string.c') diff --git a/string.c b/string.c index 9b577addf7..29457c0fb3 100644 --- a/string.c +++ b/string.c @@ -6285,7 +6285,7 @@ str_undump(VALUE str) break; } else { - static const char force_encoding_suffix[] = ".force_encoding\(\""; + static const char force_encoding_suffix[] = ".force_encoding(\""; /* "\")" */ static const char dup_suffix[] = ".dup"; const char *encname; int encidx; -- cgit v1.2.3