aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
authorBen Laurie <ben@openssl.org>2012-11-05 01:59:33 +0000
committerBen Laurie <ben@openssl.org>2012-11-05 01:59:33 +0000
commit53d6bf40c1df1c6f274c391a034a21e01bf5dce8 (patch)
treef70f657bb939df187aa4d83d06779167e3cdc43e /crypto
parent1e98169086b84e6d00a9cbbc607972c1912780ed (diff)
downloadopenssl-53d6bf40c1df1c6f274c391a034a21e01bf5dce8.tar.gz
Fix gcc 4.8 warning (strict aliasing violation).
Diffstat (limited to 'crypto')
-rw-r--r--crypto/modes/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/modes/Makefile b/crypto/modes/Makefile
index 811969304f..566e8f795d 100644
--- a/crypto/modes/Makefile
+++ b/crypto/modes/Makefile
@@ -16,6 +16,8 @@ CFLAGS= $(INCLUDES) $(CFLAG)
ASFLAGS= $(INCLUDES) $(ASFLAG)
AFLAGS= $(ASFLAGS)
+CFLAGS += -fno-strict-aliasing
+
GENERAL=Makefile
TEST=
APPS=