diff options
author | Mike Buland <eichlan@xagasoft.com> | 2008-09-24 03:22:58 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2008-09-24 03:22:58 +0000 |
commit | 0975d66d2f06603f5e4016440b333aac88e2958a (patch) | |
tree | cd3767fb74c2475fd78bca9ff2d3ba825dd329f4 /src/tests/itoserver.cpp | |
parent | 17df4c2b9616c29865b0d893cc797d4938a660a2 (diff) | |
download | libbu++-0975d66d2f06603f5e4016440b333aac88e2958a.tar.gz libbu++-0975d66d2f06603f5e4016440b333aac88e2958a.tar.bz2 libbu++-0975d66d2f06603f5e4016440b333aac88e2958a.tar.xz libbu++-0975d66d2f06603f5e4016440b333aac88e2958a.zip |
Ok, now all the warnings are gone (except for those coming from nids, but that's
ok, nids is still in flux, they'll be gone soon).
Diffstat (limited to '')
-rw-r--r-- | src/tests/itoserver.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/itoserver.cpp b/src/tests/itoserver.cpp index f4ab726..319b11b 100644 --- a/src/tests/itoserver.cpp +++ b/src/tests/itoserver.cpp | |||
@@ -24,7 +24,7 @@ public: | |||
24 | TRACE(); | 24 | TRACE(); |
25 | } | 25 | } |
26 | 26 | ||
27 | virtual void onNewConnection( Bu::Client *pClient ) | 27 | virtual void onNewConnection( Bu::Client * ) |
28 | { | 28 | { |
29 | TRACE(); | 29 | TRACE(); |
30 | // Huh... | 30 | // Huh... |
@@ -50,7 +50,7 @@ public: | |||
50 | TRACE(); | 50 | TRACE(); |
51 | } | 51 | } |
52 | 52 | ||
53 | virtual void onNewConnection( Bu::Client *pClient, int iPort ) | 53 | virtual void onNewConnection( Bu::Client *pClient, int ) |
54 | { | 54 | { |
55 | TRACE(); | 55 | TRACE(); |
56 | pClient->setProtocol( new ProtocolEcho() ); | 56 | pClient->setProtocol( new ProtocolEcho() ); |