Skip to content

Commit

Permalink
Try fixing clang 18 deprecation bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Dec 5, 2024
1 parent 54c9123 commit 11a822e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/genesis/utils/threading/thread_pool.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -711,6 +711,7 @@ class ThreadPool
#if defined(__clang__) && (__clang_major__ == 18)
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
#pragma clang diagnostic ignored "-Wpedantic"
#endif

// Make the function via binding.
Expand Down

0 comments on commit 11a822e

Please sign in to comment.