FS-8350 quash another complaint from windows on the same issue

This commit is contained in:
Ken Rice 2015-10-15 14:26:48 -05:00
parent 7b8ff86083
commit dffb92e6a5
1 changed files with 1 additions and 1 deletions

View File

@ -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)