RESOLVED FIXED 29971
Clean up warnings in WebCore/bindings/v8/npruntime.cpp
https://bugs.webkit.org/show_bug.cgi?id=29971
Summary Clean up warnings in WebCore/bindings/v8/npruntime.cpp
Dave MacLachlan
Reported 2009-10-01 10:23:00 PDT
Created attachment 40457 [details] Path to get rid of warnings. Gets rid of warnings on gcc about using anonymous namespaces warning: 'StringKeyHashTraits' has a base 'WTF::GenericHashTraits<<unnamed>::StringKey>' whose type uses the anonymous namespace warning: 'WTF::PairHashTraits<StringKeyHashTraits, WTF::HashTraits<PrivateIdentifier*> >' has a base 'WTF::GenericHashTraits<std::pair<<unnamed>::StringKey, PrivateIdentifier*> >' whose type uses the anonymous namespace
Attachments
Path to get rid of warnings. (1.74 KB, patch)
2009-10-01 10:23 PDT, Dave MacLachlan
levin: review-
Patch with revisions (1.87 KB, patch)
2009-10-01 21:27 PDT, Dave MacLachlan
no flags
David Levin
Comment 1 2009-10-01 21:16:31 PDT
Comment on attachment 40457 [details] Path to get rid of warnings. minor change log fixes suggested. > Index: WebCore/ChangeLog > +2009-10-01 Dave MacLachlan <dmaclach@gmail.com> > + > + Reviewed by NOBODY (OOPS!). > + Add: bug title bug link blank line then your description. > + Gets rid of warnings on gcc about using anonymous namespaces > + warning: 'StringKeyHashTraits' has a base > + 'WTF::GenericHashTraits<<unnamed>::StringKey>' > + whose type uses the anonymous namespace > + and The spacing on this looks off. I think every in descriptions is indented beyond this in the changelog. > + warning: 'WTF::PairHashTraits<StringKeyHashTraits, > + WTF::HashTraits<PrivateIdentifier*> >' has a base > + 'WTF::GenericHashTraits<std::pair<<unnamed>::StringKey, > + PrivateIdentifier*> >' whose type uses the anonymous namespace > + > + No tests required. > + > + * bindings/v8/npruntime.cpp: > +
Dave MacLachlan
Comment 2 2009-10-01 21:27:18 PDT
Created attachment 40495 [details] Patch with revisions
WebKit Commit Bot
Comment 3 2009-10-02 00:41:58 PDT
Comment on attachment 40495 [details] Patch with revisions Clearing flags on attachment: 40495 Committed r49011: <http://trac.webkit.org/changeset/49011>
WebKit Commit Bot
Comment 4 2009-10-02 00:42:02 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.