From 871426533f7afe31bc451fa6b407b83db8e52827 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 22 Sep 2011 15:00:08 +0100 Subject: just silence the auto_ptr deprecations in isolation --- solenv/inc/unxgcc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solenv/inc/unxgcc.mk') diff --git a/solenv/inc/unxgcc.mk b/solenv/inc/unxgcc.mk index 66d8e9e45850..ff4b4facc4d8 100644 --- a/solenv/inc/unxgcc.mk +++ b/solenv/inc/unxgcc.mk @@ -88,7 +88,7 @@ CFLAGSCXX= -pipe $(ARCH_FLAGS) CFLAGSCXX+=-fvisibility-inlines-hidden .ENDIF # "$(HAVE_GCC_VISIBILITY_FEATURE)" == "TRUE" .IF "$(HAVE_CXX0X)" == "TRUE" -CFLAGSCXX+=-std=c++0x -Wno-deprecated-declarations +CFLAGSCXX+=-std=c++0x .ENDIF # "$(HAVE_CXX0X)" == "TRUE" CFLAGS_CREATE_PCH=-x c++-header -I$(INCPCH) -DPRECOMPILED_HEADERS -- cgit