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/protocol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/protocol.cpp') diff --git a/src/protocol.cpp b/src/protocol.cpp index 83ab4ba..51ff105 100644 --- a/src/protocol.cpp +++ b/src/protocol.cpp @@ -17,7 +17,7 @@ Bu::Protocol::~Protocol() { } -void Bu::Protocol::onMessage( Bu::Client *pClient, const Bu::FString &sMsg ) +void Bu::Protocol::onMessage( Bu::Client *, const Bu::FString & ) { } -- cgit v1.2.3