diff options
Diffstat (limited to 'TestHelper.cpp')
-rw-r--r-- | TestHelper.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TestHelper.cpp b/TestHelper.cpp index 20c42a9b..03e67934 100644 --- a/TestHelper.cpp +++ b/TestHelper.cpp @@ -42,6 +42,8 @@ void mine(Client& c, int numBlocks) void connectClients(Client& c1, Client& c2) { + (void)c1; + (void)c2; // TODO: Move to WebThree. eth::Client no longer handles networking. #if 0 short c1Port = 20000; |