diff options
author | 2014-06-23 20:31:19 +0000 | |
---|---|---|
committer | 2014-06-23 20:31:19 +0000 | |
commit | a88594640d46abd0828dd945f3bd69ca89f5614b (patch) | |
tree | 6378e6140b77a49fd4de8bf42bcdcb294e50db21 /usr.bin/ssh/ssh-ecdsa.c | |
parent | first attempt at documenting NOINET6 by default and eui64 turning it on again (diff) | |
download | wireguard-openbsd-a88594640d46abd0828dd945f3bd69ca89f5614b.tar.xz wireguard-openbsd-a88594640d46abd0828dd945f3bd69ca89f5614b.zip |
gcc4: emit warning when ignoring alignment constraints
Currently, GCC 4.2 silently ignores the "aligned" attribute for
objects allocated on the stack if the specified minimum alignment
exceeds the platform's natural stack alignment. This has bitten us in
the past, so we shouldn't allow this to continue.
Fixing the "ignores" problem seems hard, so this commit settles for
tackling the "silently" problem instead.
ok miod, and possibly guenther and deraadt
Diffstat (limited to 'usr.bin/ssh/ssh-ecdsa.c')
0 files changed, 0 insertions, 0 deletions