On Thu, Apr 05, 2018 at 09:01:02AM +0200, Andreas Krebbel wrote: > > Wouldn't it be better to just use aligned (8) and aligned (16) instead of > > aligned (4) and aligned (8)? > > aligned (8) does not trigger the warning anymore. Neither on s390 nor on > x86. I don't think there > is a way to ever see this warning on s390. Values >= 8 would be ok (no > warning, no error) and > values < 8 would trigger the error but not the warning.
Your patch is ok then. Jakub