summaryrefslogtreecommitdiff
path: root/libs/binder/BackendUnifiedServiceManager.cpp
diff options
context:
space:
mode:
author Yi Kong <yikong@google.com> 2024-10-15 19:13:34 +0900
committer Yi Kong <yikong@google.com> 2024-10-15 19:13:34 +0900
commit7b1a8c91c2847dc02c9f28f0e37d6e23eb2dcae2 (patch)
tree67e703c00a9ae52e25b5965e0364509cc6fb636c /libs/binder/BackendUnifiedServiceManager.cpp
parent0c01454656d28d34b9b24b0e647c4fc03356ca66 (diff)
Fix build on ToT Clang
ToT Clang complains about the following error: frameworks/native/vulkan/vkjson/vkjson.cc:1211:20: error: call to 'ToJsonValue' is ambiguous 1211 | object_[key] = ToJsonValue(*value); | ^~~~~~~~~~~ frameworks/native/vulkan/vkjson/vkjson.cc:1173:20: note: candidate function [with T = char, N = 63] 1173 | inline Json::Value ToJsonValue(const T (&value)[N]) { | ^ frameworks/native/vulkan/vkjson/vkjson.cc:1178:20: note: candidate function [with N = 63] 1178 | inline Json::Value ToJsonValue(const char (&value)[N]) { | ^ Test: presubmit Bug: 363682086 Change-Id: Ifa4e8e5df715b1adc99343782a44c8fc302554ae
Diffstat (limited to 'libs/binder/BackendUnifiedServiceManager.cpp')
0 files changed, 0 insertions, 0 deletions