Android: add more warning flags
diff --git a/Android.mk b/Android.mk
index 0b50632..740b85e 100644
--- a/Android.mk
+++ b/Android.mk
@@ -64,7 +64,12 @@ LOCAL_CFLAGS += \
-Wmissing-variable-declarations \
-Wfloat-conversion \
-Wshorten-64-to-32 \
- -Wunreachable-code-return
+ -Wunreachable-code-return \
+ -Wshift-sign-overflow \
+ -Wunused-macros \
+ -Wstrict-prototypes \
+ -Wkeyword-macro \
+
# Warnings we haven't fixed (yet)
LOCAL_CFLAGS += -Wno-unused-parameter -Wno-sign-compare