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

Commit ccce6e0f authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by Gerrit Code Review
Browse files

Merge "Add -Wno-unused-parameter to LOCAL_CFLAGS"

parents a2b5067a 57f63727
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -47,7 +47,7 @@ LOCAL_C_INCLUDES += \
# part of a system image.
# part of a system image.
LOCAL_PRELINK_MODULE := false
LOCAL_PRELINK_MODULE := false


LOCAL_CFLAGS += -Wall -Werror -Wunused -Wunreachable-code
LOCAL_CFLAGS += -Wall -Werror -Wunused -Wunreachable-code -Wno-unused-parameter


include $(BUILD_STATIC_LIBRARY)
include $(BUILD_STATIC_LIBRARY)