[webkit-reviews] review canceled: [Bug 226557] -Warray-bounds warning in Packed.h : [Attachment 432610] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 30 12:52:36 PDT 2021


Michael Catanzaro <mcatanzaro at gnome.org> has canceled Michael Catanzaro
<mcatanzaro at gnome.org>'s request for review:
Bug 226557: -Warray-bounds warning in Packed.h
https://bugs.webkit.org/show_bug.cgi?id=226557

Attachment 432610: Patch

https://bugs.webkit.org/attachment.cgi?id=432610&action=review




--- Comment #9 from Michael Catanzaro <mcatanzaro at gnome.org> ---
Comment on attachment 432610
  --> https://bugs.webkit.org/attachment.cgi?id=432610
Patch

Ugh, I made a last-minute improvement that reintroduced the -Wstringop-overread
warning that this patch was intended to fix. This warning is brutal. I don't
understand why the usual warning pragmas are unable to suppress it. Normally
they work for all warnings except those implemented by the preprocessor
(cpp)....


More information about the webkit-reviews mailing list