summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorSteve Block <steveblock@google.com>2012-01-10 15:53:35 +0000
committerSteve Block <steveblock@google.com>2012-01-11 14:25:59 +0000
commitb5d45884a4667607ed1414aa0d0fdfa24dbea4e5 (patch)
tree4b8bf83739b603ecd31dfb2dafb1ae458301138b /Android.mk
parent7bb0007897a2cf3446f14e68f3beb720f46a7bd7 (diff)
downloadexternal_webkit-b5d45884a4667607ed1414aa0d0fdfa24dbea4e5.zip
external_webkit-b5d45884a4667607ed1414aa0d0fdfa24dbea4e5.tar.gz
external_webkit-b5d45884a4667607ed1414aa0d0fdfa24dbea4e5.tar.bz2
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
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
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