mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-22 20:57:10 +00:00
Fix -Wunused-parameter warning.
When compiling the cluster branch but in non-MPI mode, we'd get some warnings in cluster.h about unused ThreadPool parameters. No functional change.
This commit is contained in:
+2
-2
@@ -147,8 +147,8 @@ uint64_t tb_hits(const ThreadPool&);
|
|||||||
uint64_t TT_saves(const ThreadPool&);
|
uint64_t TT_saves(const ThreadPool&);
|
||||||
inline void cluster_info(const ThreadPool&, Depth, TimePoint) {}
|
inline void cluster_info(const ThreadPool&, Depth, TimePoint) {}
|
||||||
inline void signals_init() {}
|
inline void signals_init() {}
|
||||||
inline void signals_poll(ThreadPool& threads) {}
|
inline void signals_poll(ThreadPool&) {}
|
||||||
inline void signals_sync(ThreadPool& threads) {}
|
inline void signals_sync(ThreadPool&) {}
|
||||||
|
|
||||||
#endif /* USE_MPI */
|
#endif /* USE_MPI */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user