mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 12:49:50 -05:00
Merge topic 'check-pthreads-static'
b4f17e5b44 FindThreads: Fix pthreads detection with -Wmissing-prototypes
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !9449
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include <pthread.h>
|
||||
|
||||
void* start_routine(void* args)
|
||||
static void* start_routine(void* args)
|
||||
{
|
||||
return args;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user