diff options
Diffstat (limited to '')
-rw-r--r-- | src/tests/telnetsrv.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/telnetsrv.cpp b/src/tests/telnetsrv.cpp index 9fe2881..f9457e2 100644 --- a/src/tests/telnetsrv.cpp +++ b/src/tests/telnetsrv.cpp | |||
@@ -57,7 +57,7 @@ public: | |||
57 | { | 57 | { |
58 | } | 58 | } |
59 | 59 | ||
60 | virtual void onNewConnection( Bu::Client *pClient, int iPort ) | 60 | virtual void onNewConnection( Bu::Client *pClient, int ) |
61 | { | 61 | { |
62 | printf("New connection.\n"); | 62 | printf("New connection.\n"); |
63 | 63 | ||
@@ -75,7 +75,7 @@ private: | |||
75 | 75 | ||
76 | }; | 76 | }; |
77 | 77 | ||
78 | int main( int argc, char *argv[] ) | 78 | int main() |
79 | { | 79 | { |
80 | TelServer ts; | 80 | TelServer ts; |
81 | 81 | ||