FS-8350 quash another complaint from windows on the same issue
This commit is contained in:
parent
7b8ff86083
commit
dffb92e6a5
|
@ -955,10 +955,10 @@ SWITCH_DECLARE(int32_t) set_low_priority(void)
|
||||||
fprintf(stderr, "ERROR: Could not set nice level\n");
|
fprintf(stderr, "ERROR: Could not set nice level\n");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
SWITCH_DECLARE(int32_t) set_realtime_priority(void)
|
SWITCH_DECLARE(int32_t) set_realtime_priority(void)
|
||||||
|
|
Loading…
Reference in New Issue