Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c6620cb3 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru Committed by android code review
Browse files

Merge "Fixing unused param warnings in sync_test"

parents 9d779bf1 b6279689
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ void *sync_thread(void *data)
    return NULL;
}

int main(int argc, char *argv[])
int main(int argc __attribute__((unused)), char *argv[] __attribute__((unused)))
{
    struct sync_thread_data sync_data[4];
    pthread_t threads[4];