Diff between 0f8e15cb6714cc47579b2c507bcb4ba314a9c0f1 and b95fba99cf17fecae69d5b2c27de65088d191eab
Changed Files
| File | Additions | Deletions | Status |
| android/Android.mk | +3 | -0 | modified |
Full Patch
diff --git a/android/Android.mk b/android/Android.mk
index c88b27e..fc1b276 100644
--- a/android/Android.mk
+++ b/android/Android.mk
@@ -9,6 +9,9 @@ pathmap_INCL += glib:external/bluetooth/glib
# Specify common compiler flags
BLUEZ_COMMON_CFLAGS := -DVERSION=\"$(BLUEZ_VERSION)\"
+# Disable warnings enabled by Android but not enabled in autotools build
+BLUEZ_COMMON_CFLAGS += -Wno-pointer-arith
+
#
# Android BlueZ daemon (bluetoothd)
#