mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
cleanup msvc code analysis warnings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13366 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -240,7 +240,7 @@ SWITCH_DECLARE(const char *) switch_xml_error(_In_ switch_xml_t xml);
|
||||
|
||||
///\brief returns a new empty switch_xml structure with the given root tag name
|
||||
///\param name the name of the new root tag
|
||||
SWITCH_DECLARE(switch_xml_t) switch_xml_new(_In_z_ const char *name);
|
||||
SWITCH_DECLARE(switch_xml_t) switch_xml_new(_In_opt_z_ const char *name);
|
||||
|
||||
///\brief wrapper for switch_xml_new() that strdup()s name
|
||||
///\param name the name of the root
|
||||
|
||||
Reference in New Issue
Block a user