summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-02-24 02:08:37 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-02-24 02:08:37 +0000
commitb86dc6c85707a794a4d3076fd47a619f891b4392 (patch)
tree9a3efeaa7e11041420f961b1710dc160f53ef693
parent68ec18db4418fcb44a9522c2ca4151b3c00a32b2 (diff)
parent88ca2471de87333387cefd732a8cc01fa1d712c0 (diff)
downloadhardware_replicant_wlan-b86dc6c85707a794a4d3076fd47a619f891b4392.tar.gz
hardware_replicant_wlan-b86dc6c85707a794a4d3076fd47a619f891b4392.tar.bz2
hardware_replicant_wlan-b86dc6c85707a794a4d3076fd47a619f891b4392.zip
* commit '88ca2471de87333387cefd732a8cc01fa1d712c0': Clean up ignored warnings.
-rw-r--r--bcmdhd/wifi_hal/Android.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/bcmdhd/wifi_hal/Android.mk b/bcmdhd/wifi_hal/Android.mk
index 74a36c3..2ea4924 100644
--- a/bcmdhd/wifi_hal/Android.mk
+++ b/bcmdhd/wifi_hal/Android.mk
@@ -18,11 +18,7 @@ LOCAL_PATH := $(call my-dir)
# ============================================================
include $(CLEAR_VARS)
-LOCAL_REQUIRED_MODULES :=
-
-LOCAL_CFLAGS += -Wno-unused-parameter -Wno-int-to-pointer-cast
-LOCAL_CFLAGS += -Wno-maybe-uninitialized -Wno-parentheses
-LOCAL_CPPFLAGS += -Wno-conversion-null
+LOCAL_CFLAGS := -Wno-unused-parameter
LOCAL_C_INCLUDES += \
external/libnl/include \