0818a82
Unescaped left brace in regex is deprecated
0818a82
https://bugzilla.redhat.com/show_bug.cgi?id=1685441
0818a82
0818a82
--- a/abi-dumper.pl
0818a82
+++ b/abi-dumper.pl
0818a82
@@ -3197,7 +3197,7 @@ sub formatName($$)
0818a82
     
0818a82
     if(defined $LambdaSupport)
0818a82
     { # struct {lambda()}
0818a82
-        $N=~s/(\w){/$1 {/g;
0818a82
+        $N=~s/(\w)\{/$1 {/g;
0818a82
     }
0818a82
     
0818a82
     return ($Cache{"formatName"}{$_[1]}{$_[0]} = $N);