From b5d45884a4667607ed1414aa0d0fdfa24dbea4e5 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Tue, 10 Jan 2012 15:53:35 +0000 Subject: Disable C++0x compatibility warnings WebKit is not currently C++0x compatibile and we have no plans to fix this downstream. We can remove this if and when it is fixed upstream. Change-Id: I255e5fcebc3a79d500b0c66eba1fa6c6f5088307 --- Android.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'Android.mk') diff --git a/Android.mk b/Android.mk index 839f555..964ce1d 100644 --- a/Android.mk +++ b/Android.mk @@ -316,6 +316,7 @@ LOCAL_CFLAGS += -DGOOGLEURL LOCAL_CFLAGS += -DWTF_USE_CHROME_NETWORK_STACK endif # HTTP_STACK == chrome LOCAL_CPPFLAGS := -Wno-sign-promo +LOCAL_CPPFLAGS := -Wno-c++0x-compat # Adds GL and EGL extensions for the GL backend LOCAL_CFLAGS += -DGL_GLEXT_PROTOTYPES -DEGL_EGLEXT_PROTOTYPES -- cgit v1.1