From 0975d66d2f06603f5e4016440b333aac88e2958a Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 24 Sep 2008 03:22:58 +0000 Subject: 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). --- src/tests/telnetsrv.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tests/telnetsrv.cpp') 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: { } - virtual void onNewConnection( Bu::Client *pClient, int iPort ) + virtual void onNewConnection( Bu::Client *pClient, int ) { printf("New connection.\n"); @@ -75,7 +75,7 @@ private: }; -int main( int argc, char *argv[] ) +int main() { TelServer ts; -- cgit v1.2.3