recovery: Switch to clang
And a few trival fixes to suppress warnings.
Change-Id: Id28e3581aaca4bda59826afa80c0c1cdfb0442fc
(cherry picked from commit 80e46e08de)
This commit is contained in:
@@ -25,6 +25,7 @@ LOCAL_CFLAGS := $(edify_cflags) -g -O0
|
||||
LOCAL_MODULE := edify
|
||||
LOCAL_YACCFLAGS := -v
|
||||
LOCAL_CFLAGS += -Wno-unused-parameter
|
||||
LOCAL_CLANG := true
|
||||
|
||||
include $(BUILD_HOST_EXECUTABLE)
|
||||
|
||||
@@ -38,5 +39,6 @@ LOCAL_SRC_FILES := $(edify_src_files)
|
||||
LOCAL_CFLAGS := $(edify_cflags)
|
||||
LOCAL_CFLAGS += -Wno-unused-parameter
|
||||
LOCAL_MODULE := libedify
|
||||
LOCAL_CLANG := true
|
||||
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
||||
Reference in New Issue
Block a user