Skip to content
Snippets Groups Projects
Commit f5270649 authored by Administrator's avatar Administrator
Browse files

Remove filtering all warnings

Some time ago a verry effective filter to remove all warnings was introduced
by accident. The problem was a not properly escaped special character in a
regular expression. The commit now fixes the erroneous regex.
parent 7a27df97
No related branches found
No related tags found
1 merge request!786Remove filtering all warnings
Pipeline #16808 passed
......@@ -75,7 +75,8 @@ set(CTEST_CUSTOM_WARNING_EXCEPTION
# -- warnings from macosx test machines
"ld: warning: dylib.*was built for newer macOS version.*than being linked"
".*^.*"
".*\\^.*"
"warning.*generated."
# -- don't show pragma message warnings
"Compiling CBM Configuration"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment