From 6e9e7ced8f577e5b1e2d9b75810e803a66aba009 Mon Sep 17 00:00:00 2001 From: Ruediger Hanke Date: Wed, 25 Dec 2002 11:38:21 +0000 Subject: Compilation warnings fixed svn-id: r6116 --- backends/morphos/morphos_timer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/morphos/morphos_timer.cpp') diff --git a/backends/morphos/morphos_timer.cpp b/backends/morphos/morphos_timer.cpp index da501563f0..f198c47e55 100644 --- a/backends/morphos/morphos_timer.cpp +++ b/backends/morphos/morphos_timer.cpp @@ -140,7 +140,7 @@ void Timer::TimerService(Timer *this_ptr, Engine *engine) { TimerServiceMessage *tmsg; - while (tmsg = (TimerServiceMessage *) GetMsg(port)) + while ((tmsg = (TimerServiceMessage *) GetMsg(port))) { if (tmsg->tsm_Message.mn_Length == sizeof (TimerServiceMessage)) { -- cgit v1.2.3