You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
370 B
15 lines
370 B
6 years ago
|
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);
|