From a6e4c198a23217f126a5abf759b91382dd829e90 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 21 Nov 2006 22:23:35 +0000 Subject: Fixed the rest of the -Wall complaints. This has made the xmlrepltest particularly lame. --- src/tests/teltest/telnetmonitor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tests/teltest/telnetmonitor.cpp') diff --git a/src/tests/teltest/telnetmonitor.cpp b/src/tests/teltest/telnetmonitor.cpp index 32c2924..65954eb 100644 --- a/src/tests/teltest/telnetmonitor.cpp +++ b/src/tests/teltest/telnetmonitor.cpp @@ -34,6 +34,7 @@ bool TelnetMonitor::timeSlice() LinkMessage* TelnetMonitor::processIRM( LinkMessage *pMsg ) { + return NULL; } bool TelnetMonitor::onNewConnection( Connection *pCon, int nPort ) -- cgit v1.2.3