Skip to content

Use standard conformant alignment enforcement

Martin Kröning requested to merge mkroening/gi4:alignment into master

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?

Merge request reports