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

Commit 0ebbfaed authored by Chih-hung Hsieh's avatar Chih-hung Hsieh Committed by Android Git Automerger
Browse files

am ccce6e0f: Merge "Add -Wno-unused-parameter to LOCAL_CFLAGS"

* commit 'ccce6e0f':
  Add -Wno-unused-parameter to LOCAL_CFLAGS
parents 503071ae ccce6e0f
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)