From 2208907a884dcc83c92bf1bf2bfba266f701384c Mon Sep 17 00:00:00 2001 From: evoskuil Date: Thu, 28 Aug 2014 18:20:40 -0700 Subject: [PATCH 1/2] Hide VS turd. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 425166e4..1ab5991a 100644 --- a/.gitignore +++ b/.gitignore @@ -117,6 +117,7 @@ src/libzmq.pc bin/ lib/ obj/ +builds/msvc/**/*.opensdf builds/msvc/**/*.suo builds/msvc/**/*.sdf builds/msvc/**/*.user From d76536eb704486be1aee833036c57ee296b923ab Mon Sep 17 00:00:00 2001 From: evoskuil Date: Thu, 28 Aug 2014 18:25:35 -0700 Subject: [PATCH 2/2] Default Travis clang build fails on unused variable 'MAX_SENDS'. --- tests/test_hwm_pubsub.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_hwm_pubsub.cpp b/tests/test_hwm_pubsub.cpp index 82b2ce41..8f6ba41d 100644 --- a/tests/test_hwm_pubsub.cpp +++ b/tests/test_hwm_pubsub.cpp @@ -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) {