forked from Mirrors/freeswitch
Shut up MikeJ's code analyzer
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12452 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
689f570f0c
commit
9849c80b1d
@ -132,7 +132,7 @@ SWITCH_DECLARE(switch_status_t) switch_xml_config_parse(switch_xml_t xml, int re
|
||||
{
|
||||
switch_xml_config_enum_item_t *enum_options = (switch_xml_config_enum_item_t*)item->data;
|
||||
int *dest = (int*)item->ptr;
|
||||
int newval;
|
||||
int newval = 0;
|
||||
|
||||
if (value) {
|
||||
for (;enum_options->key; enum_options++) {
|
||||
|
Loading…
Reference in New Issue
Block a user