From 547e02bf52f8c065edbfff95b4ae6fb6df788db8 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Fri, 7 Sep 2012 13:19:14 +0000 Subject: [PATCH] Task #514: Debugging.. removing ALL casarest warnings --- jenkins_make | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jenkins_make b/jenkins_make index 705d8b1f69d..7c4fa43f771 100755 --- a/jenkins_make +++ b/jenkins_make @@ -43,11 +43,10 @@ if (m#^([/._ A-Za-z0-9-]+):([0-9]+):[0-9:]* warning: +(.*)$#) { next if $file =~ m#^/opt/cep/casarest/# && $warning =~ /^by '[^']+'/; next if $file =~ m#^/opt/cep/casarest/# && $warning =~ /^unused parameter/; next if $file =~ m#^/opt/cep/casarest/# && $warning =~ /^abstract virtual '[^']+' called from constructor/; + next if $file =~ m#^/opt/cep/casarest/#; # Dynamic parts of a static executable next if $warning =~ /^Using '[^']+' in statically linked applications requires at runtime the shared libraries/; - - print "ALLOWING file $file line $line warning $warning\n"; } # ------ filter ld warnings, for example: -- GitLab