commit | c6620cb3a37e98ceb89f5d11305038786af76650 | [log] [tgz] |
---|---|---|
author | Jean-Baptiste Queru <jbq@google.com> | Tue Aug 21 08:08:55 2012 -0700 |
committer | android code review <noreply-gerritcodereview@google.com> | Tue Aug 21 08:08:55 2012 -0700 |
tree | 72de419bbfd658317468f0e6eade0470953f57a5 | |
parent | 9d779bf1ea587dc70b74fd1f8798894a8695e78b [diff] | |
parent | b6279689edecc898bd9622f4ac562239650815bc [diff] |
Merge "Fixing unused param warnings in sync_test"
diff --git a/libsync/sync_test.c b/libsync/sync_test.c index a75f671..386747a 100644 --- a/libsync/sync_test.c +++ b/libsync/sync_test.c
@@ -72,7 +72,7 @@ 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];