[Webkit-unassigned] [Bug 226167] GCC complains about a memcpy in SmallSet.h
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Nov 15 07:43:49 PST 2023
https://bugs.webkit.org/show_bug.cgi?id=226167
Darin Adler <darin at apple.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |darin at apple.com
--- Comment #4 from Darin Adler <darin at apple.com> ---
Comment on attachment 429512
--> https://bugs.webkit.org/attachment.cgi?id=429512
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=429512&action=review
> Source/WTF/wtf/SmallSet.h:72
> + this->m_size = other.m_size;
> + this->m_capacity = other.m_capacity;
> + this->m_inline = other.m_inline;
We can also omit the "this->" here.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231115/b6535ebb/attachment.htm>
More information about the webkit-unassigned
mailing list