silence solaris sun cc warning
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15652 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
5557e5d79c
commit
bbe6844186
|
@ -804,7 +804,7 @@ typedef enum {
|
|||
typedef enum {
|
||||
SCSMF_DYNAMIC = (1 << 0),
|
||||
SCSMF_FREE_STRING_REPLY = (1 << 1),
|
||||
SCSMF_FREE_POINTER_REPLY = (1 << 2),
|
||||
SCSMF_FREE_POINTER_REPLY = (1 << 2)
|
||||
} switch_core_session_message_flag_enum_t;
|
||||
typedef uint32_t switch_core_session_message_flag_t;
|
||||
|
||||
|
|
Loading…
Reference in New Issue