summaryrefslogtreecommitdiffstats
path: root/main/Android.mk
diff options
context:
space:
mode:
authorMatthew Xie <mattx@google.com>2014-05-08 22:20:36 -0700
committerMatthew Xie <mattx@google.com>2014-05-08 22:20:36 -0700
commite6a0293de871bd5922e50d8a66bfa3ccafe7eee6 (patch)
treec90e68fd1d8336017530f0cde57509e7a965cb6d /main/Android.mk
parent5e18c1746f086f46177d64563b25db6bdd31223a (diff)
downloadandroid_system_bt-e6a0293de871bd5922e50d8a66bfa3ccafe7eee6.tar.gz
android_system_bt-e6a0293de871bd5922e50d8a66bfa3ccafe7eee6.tar.bz2
android_system_bt-e6a0293de871bd5922e50d8a66bfa3ccafe7eee6.zip
Revert "Add -Wno-error=maybe-uninitialized to bdroid_CFLAGS"
This reverts commit 5e18c1746f086f46177d64563b25db6bdd31223a.
Diffstat (limited to 'main/Android.mk')
-rw-r--r--main/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/Android.mk b/main/Android.mk
index 9c2b04b95..4d2cdeeda 100644
--- a/main/Android.mk
+++ b/main/Android.mk
@@ -99,7 +99,7 @@ LOCAL_C_INCLUDES+= . \
$(bdroid_C_INCLUDES) \
external/tinyxml2
-LOCAL_CFLAGS += -DBUILDCFG $(bdroid_CFLAGS) -Wno-error=uninitialized -Wno-error=unused-parameter
+LOCAL_CFLAGS += -DBUILDCFG $(bdroid_CFLAGS) -Werror -Wno-error=maybe-uninitialized -Wno-error=uninitialized -Wno-error=unused-parameter
LOCAL_CONLYFLAGS := -std=c99
ifeq ($(TARGET_PRODUCT), full_crespo)