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

Commit 0455d792 authored by Mark Salyzyn's avatar Mark Salyzyn Committed by Android Git Automerger
Browse files

am 7d28098b: am 99337883: Merge "sdcard: Turn on -Werror"

* commit '7d28098b':
  sdcard: Turn on -Werror
parents a259bfdb 7d28098b
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