From a0239af64d00aecfa2b4b73488aaf393137ab861 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 12 Jun 2015 13:08:44 +0100 Subject: coverity#1306212 silence Infinite loop Change-Id: I8266c914c4f6fa34fcb000db8c1e342e18afcfe1 --- vcl/qa/cppunit/timer.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/vcl/qa/cppunit/timer.cxx b/vcl/qa/cppunit/timer.cxx index 12110b7fc3bf..70f832d1a225 100644 --- a/vcl/qa/cppunit/timer.cxx +++ b/vcl/qa/cppunit/timer.cxx @@ -119,6 +119,7 @@ void TimerTest::testIdleMainloop() { bool bTriggered = false; IdleBool aTest( bTriggered ); + // coverity[loop_top] - Application::Yield allows the timer to fire and toggle bDone while (!bTriggered) { ImplSVData* pSVData = ImplGetSVData(); -- cgit