Skip to content

alignas(0) causes gcc warnings #15

@jnk0le

Description

@jnk0le

warning: requested alignment '0' is not a positive power of 2 [-Wattributes]

according to the c++11 standard zero alignment should be ignored.

"— if the constant expression evaluates to zero, the alignment specifier shall have no effect"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions