diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2015-01-20 02:13:37 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2015-01-20 02:13:37 +0100 |
commit | 8fdbb0b1ed2c166d31b4ad3692ef040ca00cba80 (patch) | |
tree | f5686e8715389992404ef458a41d564531bf7dec /Makefile | |
parent | f6f306d5aebc8399fe8be07230fe886df6bf653f (diff) | |
download | sds-8fdbb0b1ed2c166d31b4ad3692ef040ca00cba80.tar.xz |
Makefile: Add -Wno-vla and -Wno-cast-align
Silences warnings in twbctf
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |