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:
parent
f9c48237a7
commit
0aeb2cd64f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user