From dffb92e6a5f089574e80a7b1f8642512a2b138b0 Mon Sep 17 00:00:00 2001 From: Ken Rice Date: Thu, 15 Oct 2015 14:26:48 -0500 Subject: [PATCH] FS-8350 quash another complaint from windows on the same issue --- src/switch_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_core.c b/src/switch_core.c index dfef15482c..b7b14fded2 100644 --- a/src/switch_core.c +++ b/src/switch_core.c @@ -955,10 +955,10 @@ SWITCH_DECLARE(int32_t) set_low_priority(void) fprintf(stderr, "ERROR: Could not set nice level\n"); return -1; } -#endif #endif return 0; +#endif } SWITCH_DECLARE(int32_t) set_realtime_priority(void)