mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-22 03:51:48 +00:00
sun cc flexible array members must be defined as [] not [0]
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1047 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
967d19faf3
commit
cd06692667
@ -105,7 +105,7 @@ typedef struct {
|
|||||||
typedef struct {
|
typedef struct {
|
||||||
int16_t type;
|
int16_t type;
|
||||||
uint16_t length;
|
uint16_t length;
|
||||||
char value[0];
|
char value[];
|
||||||
} switch_stun_packet_attribute_t;
|
} switch_stun_packet_attribute_t;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user