We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4f5860d + 1281503 commit d9f71f5Copy full SHA for d9f71f5
tests/binder/benchmarks/binderAddInts.cpp
@@ -310,7 +310,7 @@ AddIntsService::AddIntsService(int cpu): cpu_(cpu) {
310
311
// Server function that handles parcels received from the client
312
status_t AddIntsService::onTransact(uint32_t code, const Parcel &data,
313
- Parcel* reply, uint32_t flags) {
+ Parcel* reply, uint32_t /* flags */) {
314
int val1, val2;
315
status_t rv(0);
316
int cpu;
0 commit comments