diff --git a/webtools/tinderbox/warnings.pl b/webtools/tinderbox/warnings.pl index 515c41c1c0e..ee73435b69e 100755 --- a/webtools/tinderbox/warnings.pl +++ b/webtools/tinderbox/warnings.pl @@ -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'},