Skip to content

Commit d9f71f5

Browse files
agampeGerrit Code Review
authored andcommitted
Merge "Binder: Fix unused parameter in benchmark"
2 parents 4f5860d + 1281503 commit d9f71f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/binder/benchmarks/binderAddInts.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ AddIntsService::AddIntsService(int cpu): cpu_(cpu) {
310310

311311
// Server function that handles parcels received from the client
312312
status_t AddIntsService::onTransact(uint32_t code, const Parcel &data,
313-
Parcel* reply, uint32_t flags) {
313+
Parcel* reply, uint32_t /* flags */) {
314314
int val1, val2;
315315
status_t rv(0);
316316
int cpu;

0 commit comments

Comments
 (0)