]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
silence solaris sun cc warning
authorMichael Jerris <mike@jerris.com>
Tue, 24 Nov 2009 06:00:48 +0000 (06:00 +0000)
committerMichael Jerris <mike@jerris.com>
Tue, 24 Nov 2009 06:00:48 +0000 (06:00 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15652 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/include/switch_types.h

index e776ff936fca421eb41a2cac2b277ca98388f6bf..0fb00cfbb071cfffc5c338b3a033c8f763cd2711 100644 (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;