I have created this forum message, as I am unable to create an account on wxWiki.
WxWiki contains a very helpful perl script in the page
https://wiki.wxwidgets.org/Parse_valgrind_suppressions.sh
At the bottom of the page is a perl script, which I had to edit for it to run on linux:
In the line:
$key =~ s/(\A{[^\n]*\n)\s*[^\n]*\n/$1/;
change "{" to "\{":
$key =~ s/(\A\{[^\n]\n)\s[^\n]*\n/$1/;
A big thank you to the author of the script.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()