diff --git a/webtools/tinderbox/warnings.pl b/webtools/tinderbox/warnings.pl index 615e4e6ab18..c64078bade9 100755 --- a/webtools/tinderbox/warnings.pl +++ b/webtools/tinderbox/warnings.pl @@ -37,7 +37,7 @@ $lxr_data_root = '/export2/lxr-data'; 'declaration of \`ws\' shadows global', # from istream 'declaration of \`y0\' shadows global', # from mathcalls.h 'declaration of \`y1\' shadows global', # from mathcalls.h - 'by \`nsHTML(?:Anchor|[^:]*Element)::SetAttribute', # kipp says this is bogus + 'by \`nsHTML(?:Anchor|[^:]*Element)::(?:Set|Get)Attribute', # kipp says this is bogus ); $ignore_pat = "(?:".join('|',@ignore).")";