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

This reverts commit debd04d3df.

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

Bug: 38349491
Change-Id: Ia45f6bf3a151e35460b60ea7e087fc00a80084ab
gugelfrei
Yi Kong 7 years ago
parent debd04d3df
commit 38ec4cfcf4

@ -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)

Loading…
Cancel
Save