st/clover: use VISIBILITY_CXXFLAGS where approapriate
[mesa.git] / src / gallium / tests / unit / pipe_barrier_test.c
index f5d72b0abae2c460be2dd016ae5fc236f25accec..bab6acadb801c507cc584226d6fce50d2ee82db6 100644 (file)
@@ -57,7 +57,7 @@ static PIPE_THREAD_ROUTINE(thread_function, thread_data)
    pipe_barrier_wait(&barrier);
    printf("thread %d exiting\n", thread_id);
 
-   return NULL;
+   return 0;
 }