mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-29 00:32:34 +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/
|
bin/
|
||||||
lib/
|
lib/
|
||||||
obj/
|
obj/
|
||||||
|
builds/msvc/**/*.opensdf
|
||||||
builds/msvc/**/*.suo
|
builds/msvc/**/*.suo
|
||||||
builds/msvc/**/*.sdf
|
builds/msvc/**/*.sdf
|
||||||
builds/msvc/**/*.user
|
builds/msvc/**/*.user
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#include "testutil.hpp"
|
#include "testutil.hpp"
|
||||||
|
|
||||||
const int MAX_SENDS = 10000;
|
// const int MAX_SENDS = 10000;
|
||||||
|
|
||||||
int test_defaults (int send_hwm, int msgCnt)
|
int test_defaults (int send_hwm, int msgCnt)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user