stop warning
This commit is contained in:
parent
0e3a930fb4
commit
41cf2c3aef
1 changed files with 1 additions and 1 deletions
|
@ -680,7 +680,7 @@ EOF
|
|||
undef %err_reason_strings;
|
||||
}
|
||||
|
||||
if($debug && defined(%notrans)) {
|
||||
if($debug && %notrans) {
|
||||
print STDERR "The following function codes were not translated:\n";
|
||||
foreach(sort keys %notrans)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue