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