From e50b8949fad96a30226e4122172822a2a4c7301d Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Fri, 18 Oct 2019 14:59:26 +0900 Subject: Suppress numbered parameter warnings --- template/unicode_norm_gen.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') diff --git a/template/unicode_norm_gen.tmpl b/template/unicode_norm_gen.tmpl index c0044dddbc..c25d21089b 100644 --- a/template/unicode_norm_gen.tmpl +++ b/template/unicode_norm_gen.tmpl @@ -82,7 +82,7 @@ combining_class = {} # constant to allow use in Integer#to_UTF8 # read the file 'UnicodeData.txt' vpath.foreach("#{InputDataDir}/UnicodeData.txt") do |line| - codepoint, name, _2, char_class, _4, decomposition, *_rest = line.split(";") + codepoint, name, _2_, char_class, _4_, decomposition, *_rest = line.split(";") case decomposition when /^[0-9A-F]/ -- cgit v1.2.3