diff options
Diffstat (limited to 'cmds/idmap/Android.mk')
-rw-r--r-- | cmds/idmap/Android.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmds/idmap/Android.mk b/cmds/idmap/Android.mk index ffa83f2..50ccb07 100644 --- a/cmds/idmap/Android.mk +++ b/cmds/idmap/Android.mk @@ -25,4 +25,6 @@ LOCAL_C_INCLUDES := external/zlib LOCAL_MODULE_TAGS := optional +LOCAL_CFLAGS += -Wall -Werror -Wunused -Wunreachable-code + include $(BUILD_EXECUTABLE) |