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

Commit 38ec4cfc authored by Yi Kong's avatar Yi Kong
Browse files

Revert "Workaround for Clang emitting spurious Wunused-lambda-capture warning"

This reverts commit debd04d3.

The new Clang prebuilt contains fix for the issue, this workaround is no longer necessary.

Bug: 38349491
Change-Id: Ia45f6bf3a151e35460b60ea7e087fc00a80084ab
parent debd04d3
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -81,9 +81,6 @@ LOCAL_EXPORT_C_INCLUDE_DIRS := \

LOCAL_CFLAGS += -Wall -Wextra -Werror

# Workaround for invalid unused-lambda-capture warning http://b/38349491
LOCAL_CLANG_CFLAGS += -Wno-error=unused-lambda-capture

LOCAL_MODULE:= libcameraservice

include $(BUILD_SHARED_LIBRARY)