Kaydet (Commit) 45c237cc authored tarafından Michael Stahl's avatar Michael Stahl Kaydeden (comit) Andras Timar

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>
(cherry picked from commit ee26cbc5)
üst 89278da4
...@@ -112,7 +112,7 @@ gb_CXXFLAGS_COMMON += -fstack-protector-strong ...@@ -112,7 +112,7 @@ gb_CXXFLAGS_COMMON += -fstack-protector-strong
gb_LinkTarget_LDFLAGS += -fstack-protector-strong gb_LinkTarget_LDFLAGS += -fstack-protector-strong
endif 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 # This is the default in non-C++11 mode
ifeq ($(COM_GCC_IS_CLANG),TRUE) 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