diff --git a/test/doc/core_1_refresher.cpp b/test/doc/core_1_refresher.cpp index 5169b347..c888e643 100644 --- a/test/doc/core_1_refresher.cpp +++ b/test/doc/core_1_refresher.cpp @@ -61,6 +61,8 @@ snippets() assert(bytes_transferred == 13); else std::cerr << "Error: " << ec.message() << "\n"; + + (void)bytes_transferred; }); // meanwhile, the operation is outstanding and execution continues from here //]