From: Giovanni Maruzzelli Date: Sat, 23 Feb 2013 11:31:26 +0000 (+0100) Subject: ERROR: code not reachable on Windows Visual Studio Express 2008 X-Git-Tag: v1.3.13~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e31837a0bb417a328d9877647bbb1bb2ed51b5f;p=thirdparty%2Ffreeswitch.git ERROR: code not reachable on Windows Visual Studio Express 2008 --- diff --git a/src/switch_core.c b/src/switch_core.c index 31549cfba6..2ead117121 100644 --- a/src/switch_core.c +++ b/src/switch_core.c @@ -842,7 +842,7 @@ SWITCH_DECLARE(int32_t) set_auto_priority(void) return set_realtime_priority(); - return 0; + // ERROR: code not reachable on Windows Visual Studio Express 2008 return 0; } SWITCH_DECLARE(int32_t) change_user_group(const char *user, const char *group)