librecovery: Remove -Wno-unused-parameter and add -Wall.
Test: mmma bootable/recovery Change-Id: I5598d32bebb9dbda4a183a1502e0b7dc4918392e
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ include $(BUILD_STATIC_LIBRARY)
|
||||
include $(CLEAR_VARS)
|
||||
LOCAL_SRC_FILES := \
|
||||
install.cpp
|
||||
LOCAL_CFLAGS := -Wno-unused-parameter -Werror
|
||||
LOCAL_CFLAGS := -Wall -Werror
|
||||
LOCAL_CFLAGS += -DRECOVERY_API_VERSION=$(RECOVERY_API_VERSION)
|
||||
|
||||
ifeq ($(AB_OTA_UPDATER),true)
|
||||
|
||||
Reference in New Issue
Block a user