summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorAndroid (Google) Code Review <android-gerrit@google.com>2009-08-13 12:03:57 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2009-08-13 12:03:57 -0700
commit9af298ec82fb93d0259e2080ce022204fe49e640 (patch)
treee6207de9051ae0dae2613de35b1692fd26bcba69 /core
parentf0061880be188dde29305485207a28ee4fba5898 (diff)
parent7f0a18f771111f67f69f95d070a5326a301715d3 (diff)
downloadbuild-9af298ec82fb93d0259e2080ce022204fe49e640.zip
build-9af298ec82fb93d0259e2080ce022204fe49e640.tar.gz
build-9af298ec82fb93d0259e2080ce022204fe49e640.tar.bz2
Merge change 21127
* changes: Remove 'ctor-dtor-privacy' warning, as it's not very usefull.
Diffstat (limited to 'core')
-rw-r--r--core/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/config.mk b/core/config.mk
index ec4c3ac..77239cd 100644
--- a/core/config.mk
+++ b/core/config.mk
@@ -78,7 +78,7 @@ SHOW_COMMANDS:= $(filter showcommands,$(MAKECMDGOALS))
COMMON_GLOBAL_CFLAGS:= -DANDROID -fmessage-length=0 -W -Wall -Wno-unused -Winit-self -Wpointer-arith
COMMON_RELEASE_CFLAGS:= -DNDEBUG -UDEBUG
-COMMON_GLOBAL_CPPFLAGS:= $(COMMON_GLOBAL_CFLAGS) -Wsign-promo -Wctor-dtor-privacy
+COMMON_GLOBAL_CPPFLAGS:= $(COMMON_GLOBAL_CFLAGS) -Wsign-promo
COMMON_RELEASE_CPPFLAGS:= $(COMMON_RELEASE_CFLAGS)
# Set the extensions used for various packages