commit | 546ebf4c7d83971d7f7513918e8339f0435b6eb6 | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Mon Aug 21 10:38:05 2017 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Aug 21 10:38:05 2017 +0000 |
tree | 7099c5e52f39d60a8fea522cda5bce270f3323c5 | |
parent | 03416d957aeb3383a792e74501fd4d979bc70a12 [diff] | |
parent | c03f943790b273c261e613099b7916e9c52f64e2 [diff] |
Merge "Create thread in passthrough objects lazily."
diff --git a/transport/include/hidl/LegacySupport.h b/transport/include/hidl/LegacySupport.h index 2f0c3f3..f03d34d 100644 --- a/transport/include/hidl/LegacySupport.h +++ b/transport/include/hidl/LegacySupport.h
@@ -74,7 +74,7 @@ } joinRpcThreadpool(); - return 0; + return UNKNOWN_ERROR; } template<class Interface> __attribute__((warn_unused_result))