diff options
Diffstat (limited to 'sdcard/Android.mk')
-rw-r--r-- | sdcard/Android.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sdcard/Android.mk b/sdcard/Android.mk index c430ac8ee..fb04d6d35 100644 --- a/sdcard/Android.mk +++ b/sdcard/Android.mk @@ -4,6 +4,7 @@ include $(CLEAR_VARS) LOCAL_SRC_FILES:= sdcard.c LOCAL_MODULE:= sdcard +LOCAL_CFLAGS := -Wall -Wno-unused-parameter LOCAL_SHARED_LIBRARIES := libc |