summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPirama Arumuga Nainar <pirama@google.com>2018-10-12 11:21:22 -0700
committerPirama Arumuga Nainar <pirama@google.com>2018-10-17 00:14:37 +0000
commit4e4a610f96e6ea62b3b38172ce71727416d4d3bf (patch)
tree22b9f4f8e096d6d53b411fb5f80312e2214f3e03
parent7e7bce4c4e2981d39c23820490245ffd78158ca7 (diff)
downloadwifilogd-4e4a610f96e6ea62b3b38172ce71727416d4d3bf.tar.gz
Re-enable -Wover-aligned.
Bug: 112002407 With r339409b, Clang no longer warns when building wifilogd_unit_test. Test: lunch aosp_x86-userdebug; m wifilogd_unit_test in AOSP and internal branches. Change-Id: I4bc762669447f7768678ada47f68c61ac82c4e88
-rw-r--r--Android.mk2
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 7ac0d9f..60bd504 100644
--- a/Android.mk
+++ b/Android.mk
@@ -52,8 +52,6 @@ LOCAL_MODULE := wifilogd_unit_test
LOCAL_COMPATIBILITY_SUITE := device-tests
LOCAL_CPPFLAGS := $(wifilogd_cpp_flags) $(wifilogd_gtest_cpp_flags)
-# To workaround bug 112002407
-LOCAL_CPPFLAGS_x86 := -Wno-over-aligned
LOCAL_C_INCLUDES := $(wifilogd_includes)
LOCAL_SRC_FILES := \
tests/byte_buffer_unittest.cpp \