wifi_hal: Compile with -Wno-format
diff --git a/qcwcn/wifi_hal/Android.mk b/qcwcn/wifi_hal/Android.mk
index 16c075f..4d7ca63 100644
--- a/qcwcn/wifi_hal/Android.mk
+++ b/qcwcn/wifi_hal/Android.mk
@@ -47,7 +47,7 @@
endif
# gscan.cpp: address of array 'cached_results[i].results' will always evaluate to 'true'
-LOCAL_CLANG_CFLAGS := -Wno-pointer-bool-conversion
+LOCAL_CLANG_CFLAGS := -Wno-pointer-bool-conversion -Wno-format
LOCAL_CFLAGS += -Wall -Werror
@@ -119,7 +119,7 @@
endif
# gscan.cpp: address of array 'cached_results[i].results' will always evaluate to 'true'
-LOCAL_CLANG_CFLAGS := -Wno-pointer-bool-conversion
+LOCAL_CLANG_CFLAGS := -Wno-pointer-bool-conversion -Wno-format
LOCAL_C_INCLUDES += \
$(LOCAL_PATH) \