0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-28 07:58:14 +08:00

Merge pull request #1172 from evoskuil/master

Fix clang build break from unused var.
This commit is contained in:
Pieter Hintjens 2014-08-29 10:06:58 +02:00
commit 83c6bc20db
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -117,6 +117,7 @@ src/libzmq.pc
bin/
lib/
obj/
builds/msvc/**/*.opensdf
builds/msvc/**/*.suo
builds/msvc/**/*.sdf
builds/msvc/**/*.user

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