From bbe6844186271241d570d076498f73a665054d6a Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Tue, 24 Nov 2009 06:00:48 +0000 Subject: [PATCH] silence solaris sun cc warning git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15652 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/include/switch_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/switch_types.h b/src/include/switch_types.h index e776ff936f..0fb00cfbb0 100644 --- a/src/include/switch_types.h +++ b/src/include/switch_types.h @@ -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;