From: Ken Rice Date: Thu, 15 Oct 2015 19:26:48 +0000 (-0500) Subject: FS-8350 quash another complaint from windows on the same issue X-Git-Tag: v1.6.4~1^2~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dffb92e6a5f089574e80a7b1f8642512a2b138b0;p=thirdparty%2Ffreeswitch.git FS-8350 quash another complaint from windows on the same issue --- 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)