зеркало из https://github.com/mozilla/gecko-dev.git
Filter 'statement has no effect' when it's in an ASSERT().
This commit is contained in:
Родитель
c9e6d7dafa
Коммит
0b35275222
|
@ -71,7 +71,7 @@ $source_root_pat = '^.*/mozilla/';
|
|||
'by \`nsHTML(?:Anchor|[^:]*Element)::(?:Set|Get)Attribute', # kipp says this is bogus
|
||||
);
|
||||
@ignore_match = (
|
||||
{ warning=>'Statement with no effect', source=>'(?:JS_|PR_)?ASSERT'},
|
||||
{ warning=>'statement with no effect', source=>'(?:JS_|PR_)?ASSERT'},
|
||||
);
|
||||
$ignore_pat = "(?:".join('|',@ignore).")";
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче