summaryrefslogtreecommitdiffstats
path: root/bcmdhd/wifi_hal
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2015-02-23 17:47:29 -0800
committerDan Albert <danalbert@google.com>2015-02-23 17:47:29 -0800
commitea72ab564f95982830832801c49369295768ed2d (patch)
tree2f93454473013bb14e0e7a3525c6f31790cbfa58 /bcmdhd/wifi_hal
parent55e49ac17a83d7500097249be596593d18a0c8d9 (diff)
downloadhardware_broadcom_wlan-ea72ab564f95982830832801c49369295768ed2d.zip
hardware_broadcom_wlan-ea72ab564f95982830832801c49369295768ed2d.tar.gz
hardware_broadcom_wlan-ea72ab564f95982830832801c49369295768ed2d.tar.bz2
Clean up ignored warnings.
None of these are actually affecting anything. Change-Id: I78bbc617c3949155591a43ecdb53a7dfd391bdd2
Diffstat (limited to 'bcmdhd/wifi_hal')
-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 \