https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107532
Chris Uzdavinis <cuzdav at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cuzdav at gmail dot com --- Comment #33 from Chris Uzdavinis <cuzdav at gmail dot com> --- Could an attribute or annotation be added so we can mark our classes to opt-out of this warning for them? I like the warning in general but it is hitting one of our core "span-like" classes that stores pointers, and is going off so much that I'm going to need to disable it. I'd be much happier disabling it on a per-object basis, rather than globally.