https://bugs.kde.org/show_bug.cgi?id=471829

--- Comment #3 from Sam James <s...@gentoo.org> ---
planarToChunchyFloat gets called with a quint32. You can't just
reinterpret_cast to treat it as a float*.

Putting it another way: why would it be okay?

This warning appears regardless of -Werror and is enabled by -Wall, the user
here is just setting -Werror to find likely miscompilations. GCC warngs by
default only for -Wstrict-aliasing=3, where it's extremely confident that
aliasing rules were violated (hence the "will break...").

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to