fix warnings

This commit is contained in:
NAKAMURA Gou
2013-06-19 16:47:02 +09:00
parent 96f02a1d08
commit 5369864551
3 changed files with 6 additions and 9 deletions

View File

@ -484,8 +484,7 @@ int main(int argc, char **argv)
}
for (i = 0; i < NUM_HANDLER_THREADS; ++i) {
int ret;
ret = pthread_join(thread_data[i].thread_id, NULL);
pthread_join(thread_data[i].thread_id, NULL);
}
return 0;