Remove some warnings

This commit is contained in:
Joost VandeVondele
2020-09-06 22:13:42 +02:00
committed by nodchip
parent 3a06de298b
commit edbbc1a4df
6 changed files with 27 additions and 27 deletions

View File

@@ -92,7 +92,7 @@ namespace Learner
{
// All buffers should be empty since file_worker_thread
// should have written everything before exiting.
for (const auto& p : sfen_buffers) { assert(p == nullptr); }
for (const auto& p : sfen_buffers) { assert(p == nullptr); (void)p ; }
assert(sfen_buffers_pool.empty());
}
#endif