Commit 83c6bc20 authored by Pieter Hintjens's avatar Pieter Hintjens

Merge pull request #1172 from evoskuil/master

Fix clang build break from unused var.
parents 21e20127 d76536eb
......@@ -117,6 +117,7 @@ src/libzmq.pc
bin/
lib/
obj/
builds/msvc/**/*.opensdf
builds/msvc/**/*.suo
builds/msvc/**/*.sdf
builds/msvc/**/*.user
......
......@@ -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