Kaydet (Commit) ee26cbc5 authored tarafından Michael Stahl's avatar Michael Stahl Kaydeden (comit) Miklos Vajna

gbuild: disable -Werror for -Wdeprecated-declarations

Zillions of auto_ptr warnings in boost.

Change-Id: Ib9071c0241c2cb4c748f2634c1b39a2f8e889c20
Reviewed-on: https://gerrit.libreoffice.org/20737Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMiklos Vajna <vmiklos@collabora.co.uk>
üst bd05312d
......@@ -112,7 +112,7 @@ gb_CXXFLAGS_COMMON += -fstack-protector-strong
gb_LinkTarget_LDFLAGS += -fstack-protector-strong
endif
gb_CFLAGS_WERROR := $(if $(ENABLE_WERROR),-Werror)
gb_CFLAGS_WERROR := $(if $(ENABLE_WERROR),-Werror -Wno-error=deprecated-declarations)
# This is the default in non-C++11 mode
ifeq ($(COM_GCC_IS_CLANG),TRUE)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment