From a627a489e48cde75f80446e75d057fc1f12a0b98 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 9 Jun 2016 00:30:17 -0400 Subject: hash.c triggers gcc's strict-aliasing warnings. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 0b3647b..c37d142 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -164,7 +164,7 @@ CFLAGS += -DRPC_CLIENT=${RPC_CLIENT_FLAG} endif TFMDIR := $(abspath ../thirdparty/libtfm) -CFLAGS += -g3 -Wall -std=c99 -I${TFMDIR} +CFLAGS += -g3 -Wall -std=c99 -Wno-strict-aliasing -I${TFMDIR} LDFLAGS := -g3 -L${TFMDIR} -ltfm CFLAGS += -DHAL_STATIC_HASH_STATE_BLOCKS=${STATIC_HASH_STATE_BLOCKS} -- cgit v1.2.3