Skip to content
Snippets Groups Projects
Commit 547e02bf authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #514: Debugging.. removing ALL casarest warnings

parent c7fca6e5
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment