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:
commit
83c6bc20db
1
.gitignore
vendored
1
.gitignore
vendored
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user