Wifi-hal: TX Per Packet stats for V2 version.
am: 32886cca7a

Change-Id: I0c32710c95c4db6c881525e5c7ceb8a26804e33c
diff --git a/qcwcn/wifi_hal/Android.mk b/qcwcn/wifi_hal/Android.mk
index bb31fe7..0b76f66 100644
--- a/qcwcn/wifi_hal/Android.mk
+++ b/qcwcn/wifi_hal/Android.mk
@@ -48,7 +48,7 @@
 LOCAL_CFLAGS += -Wall -Werror
 
 # Allow implicit fallthrough in nan_ind.cpp:834 until it is fixed.
-LOCAL_CFLAGS += -Wno-error=implicit-fallthrough
+LOCAL_CFLAGS += -Wno-implicit-fallthrough
 
 LOCAL_C_INCLUDES += \
 	$(LOCAL_PATH) \
@@ -114,7 +114,7 @@
 LOCAL_CLANG_CFLAGS := -Wno-pointer-bool-conversion
 
 # Allow implicit fallthrough in nan_ind.cpp:834 until it is fixed.
-LOCAL_CFLAGS += -Wno-error=implicit-fallthrough
+LOCAL_CFLAGS += -Wno-implicit-fallthrough
 
 LOCAL_C_INCLUDES += \
 	$(LOCAL_PATH) \