summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMaxime Coste <mawww@kakoune.org>2019-09-22 22:41:25 +1000
committerMaxime Coste <mawww@kakoune.org>2019-09-22 22:41:25 +1000
commitf066014d33c02460c4dcabaa03385b345a1bf934 (patch)
tree33b1fea3681a81c2e631de6d58a62781f998e99a /src
parent9bd1e0fb43af65f2f5a33c4a1ca2512281850f55 (diff)
parent8094ded9b5b95ebecbcfdb99471013c3c369c023 (diff)
Merge remote-tracking branch 'laelath/suppress-init-list-lifetime-warning'
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 d6e23170..1deb3815 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -88,7 +88,7 @@ else
LDFLAGS += -rdynamic
endif
-CXXFLAGS += -pedantic -std=c++17 -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-address
+CXXFLAGS += -pedantic -std=c++17 -g -Wall -Wextra -Wno-unused-parameter -Wno-sign-compare -Wno-address -Wno-init-list-lifetime
all : kak