mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-16 20:02:47 +00:00
[mod_v8] Fix C++ compile warning
This commit is contained in:
parent
39fc5d4123
commit
7b841c048a
@ -1242,7 +1242,8 @@ inline static void stream_write_safe_d(switch_stream_handle_t *stream, const cha
|
|||||||
SWITCH_STANDARD_API(process_status_function)
|
SWITCH_STANDARD_API(process_status_function)
|
||||||
{
|
{
|
||||||
char *mydata = NULL, *argv[3] = { 0 };
|
char *mydata = NULL, *argv[3] = { 0 };
|
||||||
char *as = NULL, *output_text = NULL, *delim = ",";
|
const char *as = NULL, *delim = ",";
|
||||||
|
char *output_text = NULL;
|
||||||
cJSON *json = NULL, *row;
|
cJSON *json = NULL, *row;
|
||||||
switch_xml_t xml = NULL, xml_row, xml_field;
|
switch_xml_t xml = NULL, xml_row, xml_field;
|
||||||
int rows = 0, f_off = 0, count = 0;
|
int rows = 0, f_off = 0, count = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user