Kaydet (Commit) a0239af6 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1306212 silence Infinite loop

Change-Id: I8266c914c4f6fa34fcb000db8c1e342e18afcfe1
üst f6a9b58b
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment