mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
FS-7294: Enable -Werror when building with clang compiler
This commit is contained in:
parent
5f55790d72
commit
cf53a30a4d
@ -270,7 +270,7 @@ static void print_session(sdp_printer_t *p, sdp_session_t const *sdp)
|
||||
{
|
||||
p->pr_ok = 1;
|
||||
|
||||
if (p->pr_ok && sdp->sdp_version)
|
||||
if (p->pr_ok)
|
||||
print_version(p, sdp->sdp_version);
|
||||
if (p->pr_ok && sdp->sdp_origin)
|
||||
print_origin(p, sdp->sdp_origin);
|
||||
|
Loading…
x
Reference in New Issue
Block a user