mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-06 21:33:08 +00:00
fix warning error.
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@806 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
05eff701a8
commit
daf8045858
1 changed files with 1 additions and 1 deletions
|
|
@ -296,7 +296,7 @@ static int set_high_prio(void){
|
|||
int policy=SCHED_OTHER;
|
||||
#endif
|
||||
param.sched_priority=sched_get_priority_max(policy);
|
||||
if(result=pthread_setschedparam(pthread_self(),policy, ¶m)) {
|
||||
if((result=pthread_setschedparam(pthread_self(),policy, ¶m))) {
|
||||
ms_warning("Set sched param failed with error code(%i)\n",result);
|
||||
} else {
|
||||
ms_message("MS ticker priority set to max");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue