diff --git a/jenkins_make b/jenkins_make
index 13c8bad0dc30c70247957618a5d1db13ff1af437..557a1ac541f28a55946215b763ad49fb3a9a3e9c 100755
--- a/jenkins_make
+++ b/jenkins_make
@@ -42,6 +42,7 @@ if (m#^([/._ A-Za-z0-9-]+):([0-9]+):[0-9:]* warning: +(.*)$#) {
   next if $file =~ m#^/opt/cep/casarest/# && $warning =~ /^'[^']+' was hidden/;
   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/;
 
   # Dynamic parts of a static executable
   next if $warning =~ /^Using '[^']+' in statically linked applications requires at runtime the shared libraries/;