From: Ben Laurie Date: Mon, 5 Nov 2012 01:59:33 +0000 (+0000) Subject: Fix gcc 4.8 warning (strict aliasing violation). X-Git-Tag: master-post-reformat~1639 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=53d6bf40c1df1c6f274c391a034a21e01bf5dce8;p=oweals%2Fopenssl.git Fix gcc 4.8 warning (strict aliasing violation). --- 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=