Commit d76536eb authored by evoskuil's avatar evoskuil

Default Travis clang build fails on unused variable 'MAX_SENDS'.

parent 2208907a
......@@ -19,7 +19,7 @@
#include "testutil.hpp"
const int MAX_SENDS = 10000;
// const int MAX_SENDS = 10000;
int test_defaults (int send_hwm, int msgCnt)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment