From 57b8617cca11f2f6220ebac86a9f89266b0571fc Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 11 Aug 2016 15:48:01 -0500 Subject: [PATCH] dbdExpand.pl --- src/tools/dbdExpand.pl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tools/dbdExpand.pl b/src/tools/dbdExpand.pl index d65498d62..c72d25851 100755 --- a/src/tools/dbdExpand.pl +++ b/src/tools/dbdExpand.pl @@ -24,6 +24,8 @@ my @path = map { split /[:;]/ } @opt_I; # FIXME: Broken on Win32? my $macros = EPICS::macLib->new(@opt_S); my $dbd = DBD->new(); +$macros->suppressWarning(1); + # Calculate filename for the dependency warning message below my $dep = $opt_o; my $dot_d = '';