id summary reporter owner description type status priority milestone component version severity resolution keywords cc mlocked 5430 pthread_join does not need a var to store return value in mythfrontend/main.cpp Erik Hovland Isaac Richards pthread_join can be given a pointer to a variable to store the return value of the function that the thread is running. But in main.cpp, the function that is running doesn't return anything. So giving pthread_join a pointer to use means that it is unused. Save the (albeit little) space and don't give pthread_join a pointer. defect closed trivial unknown mythtv head low fixed 0