Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.6
-
Fix Version/s: None
-
Component/s: freeswitch-core
-
Labels:None
-
CPU Architecture:x86-64
-
Kernel:Linux
-
Userland:GNU/Linux
-
Distribution:Debian
-
Distribution Version:Debian 8 jessie
-
Compiler:gcc
-
FreeSWITCH GIT Revision:df8d8713fedc1f836bde954bc18d827f13e6038a
-
GIT Master Revision hash::df8d8713fedc1f836bde954bc18d827f13e6038a
Description
Warning as error on SetPriorityClass() call in switch_core.c due to no return on the formatting of the #ifdef in set_realtime_priority().
Its probably more correct there to just return the return of SetPriorityClass() and this will resolve the warning as error here.
Its probably more correct there to just return the return of SetPriorityClass() and this will resolve the warning as error here.