mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 09:12:25 +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;
|
p->pr_ok = 1;
|
||||||
|
|
||||||
if (p->pr_ok && sdp->sdp_version)
|
if (p->pr_ok)
|
||||||
print_version(p, sdp->sdp_version);
|
print_version(p, sdp->sdp_version);
|
||||||
if (p->pr_ok && sdp->sdp_origin)
|
if (p->pr_ok && sdp->sdp_origin)
|
||||||
print_origin(p, sdp->sdp_origin);
|
print_origin(p, sdp->sdp_origin);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user