mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-28 23:15:52 +00:00
Fix clang warnings
This commit is contained in:
committed by
Vinnie Falco
parent
8eddcfd3d5
commit
bb02112752
@@ -335,7 +335,7 @@ public:
|
||||
|
||||
void log (std::vector <boost::asio::const_buffer> const& buffers)
|
||||
{
|
||||
buffers;
|
||||
(void)buffers;
|
||||
#if BEAST_STATSDCOLLECTOR_TRACING_ENABLED
|
||||
std::stringstream ss;
|
||||
for (auto const& buffer : buffers)
|
||||
|
||||
Reference in New Issue
Block a user