Disable -Wnoexcept-type warning

We dont really care that the mangled name will change, Kakoune is
not built as a library.

Fixes #1436
This commit is contained in:
Maxime Coste 2017-06-17 08:15:32 +01:00
parent f9c48237a7
commit 0aeb2cd64f

View File

@ -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
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
all : kak