summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-10-17 00:19:17 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-10-17 00:19:17 +0000
commite9999167ac4297cfa64587b67205a3d552925b54 (patch)
tree42f1c5f412a151ca88f5ec38b11ad0291243c136
parent92bc07ae16fba0977bdaf23e0682c71b5380209c (diff)
parent4e4a610f96e6ea62b3b38172ce71727416d4d3bf (diff)
downloadwifilogd-e9999167ac4297cfa64587b67205a3d552925b54.tar.gz
Merge "Re-enable -Wover-aligned."
-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 \