diff options
Diffstat (limited to 'tests/performance_tests/performance_utils.h')
-rw-r--r-- | tests/performance_tests/performance_utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/performance_tests/performance_utils.h b/tests/performance_tests/performance_utils.h index fe1e1c7cd..45ca5b27b 100644 --- a/tests/performance_tests/performance_utils.h +++ b/tests/performance_tests/performance_utils.h @@ -14,7 +14,7 @@ void set_process_affinity(int core) { -#if defined(__APPLE__) +#if defined (__APPLE__) return; #elif defined(BOOST_WINDOWS) DWORD_PTR mask = 1; |