diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/thread-pool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread-pool.c b/src/thread-pool.c index 8985ff94..c91c7002 100644 --- a/src/thread-pool.c +++ b/src/thread-pool.c @@ -78,7 +78,7 @@ static void set_affinity(int n, int cpu_num, int cpu_groupsize, int cpu_offset) static void set_affinity(int n, int cpu_num, int cpu_groupsize, int cpu_offset) { - return 0; + /* Do absolutely nothing */ } #endif /* HAVE_CPU_AFFINITY */ |