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

Commit 6b8dcdbc authored by Evan McClain's avatar Evan McClain
Browse files

Remove Werror.

This prevents aliasing warnings from breaking the build.

Change-Id: I945bad8a4ff3812730e63e265a01e5ac0e629122
parent 71072441
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ include $(CLEAR_VARS)

LOCAL_C_INCLUDES += $(LOCAL_PATH)/src

LOCAL_CFLAGS += -Werror -Wall
LOCAL_CFLAGS += -Wall

# To suppress compiler warnings for unused variables/functions used for debug features etc.
LOCAL_CFLAGS += -Wno-unused-parameter -Wno-unused-function