From Wang Rui, warning fix.

This commit is contained in:
Robert Osfield
2010-10-14 12:20:51 +00:00
parent 8640929a2e
commit 297be2290a

View File

@@ -69,6 +69,8 @@ public:
case OpenThreads::Thread::THREAD_PRIORITY_MIN:
prio = IdlePriority;
break;
default:
break;
}
setPriority( prio );
}