sdcard: Turn on -Werror
Change-Id: I40fce5a69a898e79542aa7688d077ff7bc40ed4f
This commit is contained in:
parent
efdf49f276
commit
676ffd54cb
|
@ -1,10 +1,10 @@
|
|||
LOCAL_PATH:= $(call my-dir)
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_SRC_FILES:= sdcard.c
|
||||
LOCAL_MODULE:= sdcard
|
||||
LOCAL_CFLAGS := -Wall -Wno-unused-parameter
|
||||
LOCAL_SRC_FILES := sdcard.c
|
||||
LOCAL_MODULE := sdcard
|
||||
LOCAL_CFLAGS := -Wall -Wno-unused-parameter -Werror
|
||||
|
||||
LOCAL_SHARED_LIBRARIES := libc libcutils
|
||||
|
||||
|
|
Loading…
Reference in New Issue