Skip to content

Commit

Permalink
removing 'surrogate' key word from FromGrammar.pm file
Browse files Browse the repository at this point in the history
  • Loading branch information
mariadb-DanielLee committed Jun 7, 2016
1 parent 75e00d6 commit 2dc5768
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ sub next {

# Suppress complaints "returns its argument for UTF-16 surrogate".
# We already know that our UTFs in some grammars are ugly.
# no warnings 'surrogate';
no warnings;

my $grammar = $generator->[GENERATOR_GRAMMAR];
my $grammar_rules = $grammar->rules();
Expand Down

0 comments on commit 2dc5768

Please sign in to comment.