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

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

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

* commit 'e762f986':
  Add -Wno-unused-parameter to LOCAL_CFLAGS
parents 3ce87334 e762f986
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)