Do not impose -fno-strict-aliasing in compiler flags
Open
P1
- Dominant language
- C++
- Stars
- 197
- Forks
- 100
- PR merge metrics
- No merged PRs in 30d
Description
When removing, this kind of warnings start showing up
common/gfxmacro.h:193:18: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
ux = mask & *(uint32_t *) &fx; \
^~~~~~~~~~~~~~~~
Contributor guide
Assessment
This issue has not been assessed yet.