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:
Michael Jerris 2009-11-24 06:00:48 +00:00
parent 5557e5d79c
commit bbe6844186
1 changed files with 1 additions and 1 deletions

View File

@ -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;