summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2017-06-26 11:27:35 +0100
committerMaxime Coste <mawww@kakoune.org>2017-06-26 11:27:35 +0100
commit4864c8cecb9cea720f39aff2b896d72f0bc7f078 (patch)
tree56079ff0ec14b87fd97d335aee108d951d19a88a /src
parent4e7a357a479568e4731e1976c0a6c51c12be4111 (diff)
Disable -Wunknown-attributes
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 186b0075..5c0ec05e 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -59,7 +59,7 @@ ifeq ($(static),yes)
LDFLAGS += -static -pthread
endif
-CXXFLAGS += -pedantic -std=gnu++11 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-warning-option
+CXXFLAGS += -pedantic -std=gnu++11 -g -Wall -Wextra -Wno-unused-parameter -Wno-reorder -Wno-sign-compare -Wno-address -Wno-noexcept-type -Wno-unknown-attributes -Wno-unknown-warning-option
all : kak