Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 676ffd54 authored by Mark Salyzyn's avatar Mark Salyzyn
Browse files

sdcard: Turn on -Werror

Change-Id: I40fce5a69a898e79542aa7688d077ff7bc40ed4f
parent efdf49f2
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ include $(CLEAR_VARS)

LOCAL_SRC_FILES := sdcard.c
LOCAL_MODULE := sdcard
LOCAL_CFLAGS := -Wall -Wno-unused-parameter
LOCAL_CFLAGS := -Wall -Wno-unused-parameter -Werror

LOCAL_SHARED_LIBRARIES := libc libcutils