rtpproxy icon indicating copy to clipboard operation
rtpproxy copied to clipboard

fail to build

Open weipenegHU opened this issue 6 years ago • 0 comments

when I compiled the code, an error came up, please help:

In file included from rtpp_objck.c:32:0: rtpp_objck.c: In function ‘main’: rtpp_objck.c:215:28: error: expected expression before ‘{’ token tests.queue_p2c.done = ATOMIC_VAR_INIT(false); ^ rtpp_objck.c:216:28: error: expected expression before ‘{’ token tests.queue_b2b.done = ATOMIC_VAR_INIT(false); ^ rtpp_objck.c:217:28: error: expected expression before ‘{’ token tests.wi_malloc.done = ATOMIC_VAR_INIT(false);

weipenegHU avatar Nov 21 '19 12:11 weipenegHU