1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-18 01:28:42 +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:
Michael Jerris 2006-04-05 00:55:22 +00:00
parent 967d19faf3
commit cd06692667

@ -105,7 +105,7 @@ typedef struct {
typedef struct {
int16_t type;
uint16_t length;
char value[0];
char value[];
} switch_stun_packet_attribute_t;
typedef struct {