diff options
author | Roland Mainz <rmainz@redhat.com> | 2015-04-09 19:56:45 +0200 |
---|---|---|
committer | Simo Sorce <simo@redhat.com> | 2015-04-09 14:22:20 -0400 |
commit | bcea066dc65fd2fef6f0c26454f5ecc076d69430 (patch) | |
tree | f5d958478a27e318d4718c3ef07661090b78c223 /proxy/src | |
parent | 42459b527579899d5472b252ba30a2b8d16dcddc (diff) | |
download | gss-proxy-bcea066dc65fd2fef6f0c26454f5ecc076d69430.tar.gz gss-proxy-bcea066dc65fd2fef6f0c26454f5ecc076d69430.tar.xz gss-proxy-bcea066dc65fd2fef6f0c26454f5ecc076d69430.zip |
Turn on strict aliasing rules
Remove -fno-strict-aliasing (this is not required because gssproxy is
mostly a good ISO C99/C11 citizen) and replace it with
-Werror=strict-aliasing to ensure that if *anything* creeps up the
build will just fail (this requires in gcc4.x's case the use of
-fstrict-aliasing, too).
Signed-off-by: Roland Mainz <rmainz@redhat.com>
Reviewed-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'proxy/src')
0 files changed, 0 insertions, 0 deletions