Open jnk0le opened 3 years ago
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"
warning: requested alignment '0' is not a positive power of 2 [-Wattributes]
according to the c++11 standard zero alignment should be ignored.