From f47f99f295763c720bec16a9c86e82a3e7590d83 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 4 Jan 2012 15:26:29 +0000 Subject: [PATCH] stop warning --- util/mkerr.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/mkerr.pl b/util/mkerr.pl index 2c99467d34..aec401c773 100644 --- a/util/mkerr.pl +++ b/util/mkerr.pl @@ -769,7 +769,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) { -- 2.34.1