aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2015-01-20 02:13:37 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2015-01-20 02:13:37 +0100
commit8fdbb0b1ed2c166d31b4ad3692ef040ca00cba80 (patch)
treef5686e8715389992404ef458a41d564531bf7dec /Makefile
parentf6f306d5aebc8399fe8be07230fe886df6bf653f (diff)
downloadsds-8fdbb0b1ed2c166d31b4ad3692ef040ca00cba80.tar.xz
Makefile: Add -Wno-vla and -Wno-cast-align
Silences warnings in twbctf
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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