The source project of this merge request has been removed.
Use standard conformant alignment enforcement
This changes the alignment syntax from GNU C
to C11
to increase standard conformance and portability.
See: Function Attributes - GCC Manual and alignas - cppreference.com.
@stvogel, what do you think?