mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-25 04:01:55 +00:00
fix clang warning about control reaches end of non-void function
This commit is contained in:
parent
e63140a4d3
commit
99dcbf0e80
@ -187,6 +187,7 @@ SWITCH_MODULE_SHUTDOWN_FUNCTION(shutdown) {
|
|||||||
} catch(...) { // Exceptions must not propogate to C caller
|
} catch(...) { // Exceptions must not propogate to C caller
|
||||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Unknown error shutting down module\n");
|
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Unknown error shutting down module\n");
|
||||||
}
|
}
|
||||||
|
return SWITCH_STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user