Victor Derks 2991763583
Add -Wcast-align=strict and use void+static_cast (#163)
CharLS is cross-platform. -Wcast-align=strict will always warn for alignment issues, even when current platform can handle it (for example x86)
Use void*+static_cast to increase alignment. This is safe for dynamic allocated memory.
2022-01-27 23:39:12 +01:00
..