mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
FS-8623: fix sun studio error trying to compile char[] with c++ compiler
This commit is contained in:
@@ -948,13 +948,6 @@ typedef struct {
|
||||
#pragma pack(push, r1, 1)
|
||||
#endif
|
||||
|
||||
typedef struct switch_rtcp_sdes_unit_s {
|
||||
unsigned char type;
|
||||
unsigned char length;
|
||||
char value[];
|
||||
} switch_rtcp_sdes_unit_t;
|
||||
|
||||
|
||||
#if SWITCH_BYTE_ORDER == __BIG_ENDIAN
|
||||
typedef struct switch_rtcp_hdr_s {
|
||||
unsigned version:2; /* protocol version */
|
||||
|
||||
Reference in New Issue
Block a user