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

This commit is contained in:
evoskuil 2014-08-28 18:25:35 -07:00
parent 2208907a88
commit d76536eb70

View File

@ -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)
{