From 8fdbb0b1ed2c166d31b4ad3692ef040ca00cba80 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 20 Jan 2015 02:13:37 +0100 Subject: Makefile: Add -Wno-vla and -Wno-cast-align Silences warnings in twbctf --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9f988fa..ebaf366 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ CFLAGS += -O2 -std=c99 -ggdb -fPIE -pie -fstack-protector-all -Wl,-z,relro -Wl,-z,now -CFLAGS += -Weverything -Wno-disabled-macro-expansion +CFLAGS += -Weverything -Wno-disabled-macro-expansion -Wno-vla -Wno-cast-align CC = clang SOURCES = test/twbctf.c src/sds.c -- cgit v1.2.3-54-g00ecf