Need to quote parentheses in ignore pattern.

This commit is contained in:
slamm%netscape.com 1999-10-15 18:42:27 +00:00
Родитель 019d25a0ef
Коммит cb7b0eebe9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -68,7 +68,7 @@ $source_root_pat = '^.*/mozilla/';
'declaration of \`y0\' shadows global', # from mathcalls.h
'declaration of \`y1\' shadows global', # from mathcalls.h
'by \`nsHTML(?:Anchor|[^:]*Element)::(?:Set|Get)Attribute', # kipp says this is bogus
'is not (any longer) pertinent', # cvs warning we can safely ignore
'is not \(any longer\) pertinent', # cvs warning we can safely ignore
);
@ignore_match = (
{ warning=>'statement with no effect', source=>'(?:JS_|PR_)?ASSERT'},